mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
391ed70310
Light refactor of PauseForKey. gSettings.CPU.SavingMode is ConfigManager. PlatformPosix : do not redefine abort(), use abort() instead of CpuDeadLoop(). Format debug.log file name. Use malloc/free instead of AllocateZeroPool/FreePool for validator compatibility. Use strlen instead of AsciiStrLen for validator compatibility. getRBr() and getRPlt() : make them independent from global var. Fix wrong line number in XmlLiteParser. |
||
---|---|---|
.. | ||
ConfigPlist | ||
ConfigManager.cpp | ||
ConfigManager.h | ||
Readme.md | ||
Self.cpp | ||
Self.h | ||
SelfOem.cpp | ||
SelfOem.h |
Settings folder
In this folder is grouped all what deals with "settings". By settings, I mean :
- user settings (for example plist files)
- discovered charateristics (for example hardware, mac address, etc.)
- live state (currently represented by GlobalConfig and scattered globals variables).
2021-04: work in progress. Not all are in there yet.