CloverBootloader/rEFIt_UEFI/Platform
jief666 6ff5bab8a5 Create section Smbios and BootGraphics.
Move OptionsBits and FlagsBits in GlobalConfig.
Move OEMVendor, OEMProduct, OEMBoard in GlobalConfig.
Move KernelPatchesAllowed, KextPatchesAllowed, EnabledCores and
BlockKexts in GlobalConfig.
Create RomVersionUsed, EfiVersionUsed and ReleaseDateUsed in
GlobalConfig.
Move gFwFeatures, gFwFeaturesMask, gPlatformFeature, SlotDevices in
Smbios section.
Move UserInUse, UserChannels and User from gRAM to Smbios settings
section.
Rename enum LANGUAGES to LanguageCode.
2021-04-03 17:42:49 +03:00
..
plist Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
AcpiPatcher.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
AcpiPatcher.h Create object MacOsVersion. 2020-11-13 00:25:56 +03:00
AmlGenerator.cpp Create SETTINGS_DATA Devices section. 2021-03-29 11:50:02 +03:00
AmlGenerator.h Create SETTINGS_DATA Devices section. 2021-03-29 11:50:02 +03:00
APFS.cpp Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
APFS.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +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
ati.cpp Create Properties, Arbitrary and AddProperties menu. 2021-04-01 11:06:53 +03:00
ati.h Remove include <Platform.h> from headers. Keep them in sources. 2021-02-07 17:39:03 +03:00
b64cdecode.cpp release compilation should never panic on bad user input, use DEBUG for testing 2021-02-21 16:49:09 +03:00
b64cdecode.h Remove include <Platform.h> from headers. Keep them in sources. 2021-02-07 17:39:03 +03:00
BasicIO.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
BdsConnect.cpp Add IC when checking drivers name at loading. 2020-11-24 16:01:32 +03:00
boot.h 1st experiment to use OpenCore to boot Big Sur installer. 2020-09-07 01:19:48 +03:00
BootLog.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
BootOptions.cpp Quick hack to load OpneRuntime.efi. 2020-10-11 09:06:50 +03:00
BootOptions.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
card_vlist.cpp Separate ATI and NVIDIA card list. 2021-03-28 23:13:43 +03:00
card_vlist.h Separate ATI and NVIDIA card list. 2021-03-28 23:13:43 +03:00
Console.cpp Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
Console.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
cpu.cpp Continuing refactoring SETTINGS_DATA. 2021-03-19 18:35:01 +03:00
cpu.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
DataHub.cpp add missing files 2021-02-07 18:56:01 +03:00
DataHub.h add missing files 2021-02-07 18:56:01 +03:00
DataHubCpu.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
DataHubCpu.h embedded DataHubDxe and default for ARTFrequency 2021-02-07 17:59:15 +03:00
DataHubExt.h add missing files 2021-02-07 18:56:01 +03:00
device_inject.cpp Create Properties, Arbitrary and AddProperties menu. 2021-04-01 11:06:53 +03:00
device_inject.h Create Properties, Arbitrary and AddProperties menu. 2021-04-01 11:06:53 +03:00
DevicePath.cpp Make Clover path independent. 2020-10-03 20:02:31 +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 SETTINGS_DATA Devices section. 2021-03-29 11:50:02 +03:00
Events.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
FixBiosDsdt.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
FixBiosDsdt.h Remove include <Platform.h> from headers. Keep them in sources. 2021-02-07 17:39:03 +03:00
gma.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
gma.h Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
guid.cpp Create a disabled boolean in RT_VARIABLES (BlockRtVariableArray 2021-03-28 12:12:43 +03:00
guid.h Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
hda.cpp Create Properties, Arbitrary and AddProperties menu. 2021-04-01 11:06:53 +03:00
hda.h Create object MacOsVersion. 2020-11-13 00:25:56 +03:00
HdaCodecDump.cpp Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
HdaCodecDump.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
Hibernate.cpp Hide dead installer prebooter. 2021-02-04 17:04:31 +03:00
Hibernate.h Remove functions prototypes from Plateform.h 2020-04-16 10:15:26 +03:00
Injectors.cpp Create SETTINGS_DATA Devices section. 2021-03-29 11:50:02 +03:00
Injectors.h Create SETTINGS_DATA Devices section. 2021-03-29 11:50:02 +03:00
KERNEL_AND_KEXT_PATCHES.cpp Created ABSTRACT_PATCH. 2021-03-25 17:32:56 +03:00
KERNEL_AND_KEXT_PATCHES.h Created ABSTRACT_PATCH. 2021-03-25 17:32:56 +03:00
kernel_patcher.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
kernel_patcher.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
kext_inject.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +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 Created ABSTRACT_PATCH. 2021-03-25 17:32:56 +03:00
KextList.cpp Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +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 new folder PosixCompilation. Ressources to compile Clover as a mac 2021-04-03 13:55:25 +03:00
LegacyBiosThunk.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
LegacyBoot.cpp Create Properties, Arbitrary and AddProperties menu. 2021-04-01 11:06:53 +03:00
LegacyBoot.h Make Clover path independent. 2020-10-03 20:02:31 +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 Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +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
memvendors.h Final switch to C++ compiler 2020-02-17 23:41:09 +03:00
Net.cpp Create settings section Graphics, RtVariables. 2021-03-26 12:43:15 +03:00
Net.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
nvidia.cpp Create Properties, Arbitrary and AddProperties menu. 2021-04-01 11:06:53 +03:00
nvidia.h Create settings section Graphics, RtVariables. 2021-03-26 12:43:15 +03:00
Nvram.cpp correct use of virtual pointer 2021-02-28 22:42:57 +03:00
Nvram.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
platformdata.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
platformdata.h Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +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
Self.cpp release compilation should never panic on bad user input, use DEBUG for testing 2021-02-21 16:49:09 +03:00
Self.h release compilation should never panic on bad user input, use DEBUG for testing 2021-02-21 16:49:09 +03:00
SelfOem.cpp release compilation should never panic on bad user input, use DEBUG for testing 2021-02-21 16:49:09 +03:00
SelfOem.h Remove include <Platform.h> from headers. Keep them in sources. 2021-02-07 17:39:03 +03:00
Settings.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
Settings.h Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
smbios.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
smbios.h Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +03:00
sound.cpp Correct some refactoring bugs. 2020-08-17 22:40:52 +03:00
spd.cpp Create section Smbios and BootGraphics. 2021-04-03 17:42:49 +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
StartupSound.cpp SETTINGS_DATA refactoring. 2021-03-19 23:32:42 +03:00
StartupSound.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
StateGenerator.cpp Create settings section Graphics, RtVariables. 2021-03-26 12:43:15 +03:00
StateGenerator.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
usbfix.cpp Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00
usbfix.h Make Clover path independent. 2020-10-03 20:02:31 +03:00
Utils.cpp Created ABSTRACT_PATCH. 2021-03-25 17:32:56 +03:00
Utils.h Create Properties, Arbitrary and AddProperties menu. 2021-04-01 11:06:53 +03:00
VersionString.cpp MSVC compilation. 2020-11-02 16:45:11 +03:00
VersionString.h Refactoring KEXT_PATCH. 2020-08-12 18:15:47 +03:00
Volumes.cpp Hide dead installer prebooter. 2021-02-04 17:04:31 +03:00
Volumes.h Refactoring to allow Clover to be compiled as a macOs app. 2021-02-06 20:16:46 +03:00