CloverBootloader/rEFIt_UEFI/Platform
SergeySlice ad44b1a68f few comments
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
2022-02-11 22:23:58 +03:00
..
plist wrong DEBUG usage, firmware version is 2 2022-01-23 15:19:15 +03:00
APFS.cpp Do not use OC quirks struct anymore in settings. 2021-04-11 08:18:52 +03:00
APFS.h Implement the possibility to cache XString size. Not activated. 2021-04-08 18:07:05 +03:00
AcpiPatcher.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
AcpiPatcher.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
AmlGenerator.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
AmlGenerator.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
BasicIO.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
BdsConnect.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
BootLog.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
BootOptions.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
BootOptions.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
CloverVersion.cpp New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
CloverVersion.h New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
Console.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
Console.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
DataHub.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
DataHub.h add missing files 2021-02-07 18:56:01 +03:00
DataHubCpu.cpp make defaults for HWTarget 2022-02-05 15:57:08 +03:00
DataHubCpu.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
DataHubExt.h add missing files 2021-02-07 18:56:01 +03:00
Edid.cpp Create settings section Graphics, RtVariables. 2021-03-26 12:43:15 +03:00
Edid.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
Events.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
Events.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
FixBiosDsdt.cpp some style check 2022-01-25 20:07:33 +03:00
FixBiosDsdt.h some style check 2022-01-25 20:07:33 +03:00
HdaCodecDump.cpp some style check 2022-01-25 20:07:33 +03:00
HdaCodecDump.h one more compatibility issue 2021-10-05 19:00:02 +03:00
Hibernate.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
Hibernate.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
Injectors.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
Injectors.h Create SETTINGS_DATA Devices section. 2021-03-29 11:50:02 +03:00
KERNEL_AND_KEXT_PATCHES.cpp MatchBuild absent should means allowed 2021-12-24 21:22:53 +03:00
KERNEL_AND_KEXT_PATCHES.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
KextList.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
KextList.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
LegacyBiosThunk.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
LegacyBiosThunk.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
LegacyBoot.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
LegacyBoot.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
MacOsVersion.cpp Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
MacOsVersion.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
MemoryOperation.c Remove include <Platform.h> from headers. Keep them in sources. 2021-02-07 17:39:03 +03:00
MemoryOperation.h Handle Skip in patches. 2020-10-23 21:52:01 +03:00
Nvram.cpp make defaults for HWTarget 2022-02-05 15:57:08 +03:00
Nvram.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
PlatformDriverOverride.cpp Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
PlatformDriverOverride.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
PlatformdataModels.h Rename MACHINE_TYPES enum to MacModel. 2021-10-18 21:06:19 +02:00
Settings.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
Settings.h implement ProvideCurrentCpuInfo 2022-01-28 21:47:15 +03:00
SettingsUtils.cpp Fix visual studio compilation. 2021-05-08 12:34:17 +03:00
SettingsUtils.h DO NOT explicitly call default ctor with new because of clang bug. 2021-05-05 20:10:10 +03:00
SmbiosFillPatchingValues.cpp Refactor array of RamSlotInfo and RAM_SLOT_INFO to avoid allocating 2021-10-02 20:44:16 +03:00
SmbiosFillPatchingValues.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
StartupSound.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
StartupSound.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
StateGenerator.cpp support for 11h and 12h generation of IntelCPU 2021-11-17 19:40:36 +03:00
StateGenerator.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
Utils.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
Utils.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
VersionString.cpp Allow SmbiosDictClass to work without ProductName defined (using a 2021-10-19 19:57:27 +02:00
VersionString.h Refactoring KEXT_PATCH. 2020-08-12 18:15:47 +03:00
Volume.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
Volume.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
Volumes.cpp Hide dead installer prebooter. 2021-02-04 17:04:31 +03:00
Volumes.h New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
ati.cpp some comments on AMD cards 2022-01-22 13:39:20 +03:00
ati.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
ati2.h New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
ati_reg.h initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
b64cdecode.cpp Fix visual studio compilation. 2021-05-08 12:34:17 +03:00
b64cdecode.h Do not use OC quirks struct anymore in settings. 2021-04-11 08:18:52 +03:00
boot.h 1st experiment to use OpenCore to boot Big Sur installer. 2020-09-07 01:19:48 +03:00
card_vlist.cpp Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
card_vlist.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
cpu.cpp change some defaults 2022-01-30 21:49:31 +03:00
cpu.h few comments 2022-02-11 22:23:58 +03:00
device_inject.cpp some style check 2022-01-25 20:07:33 +03:00
device_inject.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
gma.cpp check default extended features for more models 2022-01-15 10:06:07 +03:00
gma.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
guid.cpp Merge branch 'master' of https://github.com/CloverHackyColor/CloverBootloader 2022-02-08 20:01:10 +03:00
guid.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
hda.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
hda.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
kernel_patcher.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
kernel_patcher.h Convert bool to XBool. 2021-09-28 16:54:31 +03:00
kext_inject.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
kext_inject.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
kext_patcher.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
memvendors.h New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
nvidia.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
nvidia.h Create XBool to avoid nasty side effect when assigning int to bool. 2021-09-28 11:28:45 +03:00
platformdata.cpp make defaults for HWTarget 2022-02-05 15:57:08 +03:00
platformdata.h make defaults for HWTarget 2022-02-05 15:57:08 +03:00
smbios.cpp Fix SlotCounts >= MAX_RAM_SLOTS to SlotCounts > MAX_RAM_SLOTS 2021-10-19 12:27:41 +02:00
smbios.h Refactor array of RamSlotInfo and RAM_SLOT_INFO to avoid allocating 2021-10-02 20:44:16 +03:00
sound.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
spd.cpp Refactor array of RamSlotInfo and RAM_SLOT_INFO to avoid allocating 2021-10-02 20:44:16 +03:00
spd.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
sse3_5_patcher.h initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
sse3_patcher.h initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
usbfix.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
usbfix.h Make Clover path independent. 2020-10-03 20:02:31 +03:00