Bootloader for macOS, Windows and Linux in UEFI and in legacy mode
Go to file
vectorsigma72 bc4fba913b Cllover.app, fixed repository detection.
From now on the app will show themes that needs to be updated based on repository source. Summary:

- file's git-sha1 compared only if the theme comes from the chosen repository.
- theme is not considered as "old" if has been optimized.
- theme from same repository are considered old (if never optimized) comparing the git sha1.
- theme from same repository are considered old (if optimized) only if some file(s) are missing or added.
- just like in git, empty directories are ignored.
2020-04-13 16:22:54 +02:00
BaseTools revert build_rule 2020-03-24 07:36:39 +03:00
bdmesg_efi added absent files and fixed dependencies 2019-09-03 15:19:03 +03:00
BootHFS vs dont like __typeof 2020-03-10 11:05:37 +03:00
Certificates/Default initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
CloverApp Cllover.app, fixed repository detection. 2020-04-13 16:22:54 +02:00
CloverEFI merge master and c++_globals 2020-02-15 17:29:59 +03:00
CloverPackage Possible fix for issue 117 2020-04-12 14:53:04 +02:00
Drivers merge master and c++_globals 2020-02-15 17:29:59 +03:00
FileSystems use LzmaCompress-64bit for Catalina compatibility 2019-10-21 19:20:37 +03:00
font initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
FSInject add absent files 2019-09-05 20:54:56 +03:00
gptsync added absent files and fixed dependencies 2019-09-03 15:19:03 +03:00
Include Bye bye PoolPrintFloat. 2020-03-26 15:59:20 +03:00
IntelFrameworkModulePkg additional includes 2019-09-03 16:36:55 +03:00
IntelFrameworkPkg fix windows compilation somehow 2019-09-04 15:27:51 +03:00
LegacyBios use own implementation for CopyMem and SetMem instead of BIOS 2020-02-14 07:15:10 +03:00
Library Fix printf width specifier for %s. 2020-04-10 14:01:16 +03:00
Logo initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
MdeModulePkg comments 2019-12-31 12:13:16 +03:00
MdePkg MemLogf and MemLogfVA. Not used yet in Clover. 2020-03-21 16:12:26 +03:00
MemoryFix use own implementation for CopyMem and SetMem instead of BIOS 2020-02-14 07:15:10 +03:00
NetworkPkg fix UninstallMultipleProtocolInterfaces() calls 2019-11-19 16:40:14 +03:00
Patches add patches for Catalina 2019-10-02 07:59:59 +03:00
PcAtChipsetPkg changes for legacy hardware 2019-09-13 21:50:51 +03:00
Protocols JIEF_DEBUG instead of CLOVER_DEBUG 2020-02-23 14:20:22 +03:00
Qemu Replace utf8Conversion by unicode_conversions. 2020-04-09 18:46:17 +03:00
rEFIt_UEFI Add back full paths possibility to custom entries 2020-04-13 14:13:37 +03:00
ShellPkg some fighting with idiotic ASSERTs 2019-09-15 21:27:19 +03:00
SignTool initial commit Clover sources 5061 and modules from EDK2 latest with legacy codes from UDK2018 2019-09-03 12:58:42 +03:00
Trash include headers into inf files 2019-09-05 07:30:46 +03:00
Xcode Get rid of AsciiPrintf use for char. 2020-04-10 15:26:35 +03:00
.gitignore Get rid of Print() calls. 2020-03-28 18:14:18 +03:00
build_gcc9.sh Update toolchain to GCC 9.3.0, catalina patches no longer needed 2020-03-21 20:37:20 +02:00
buildExtras.sh Sync revision with sourceforge 2019-09-12 08:49:40 +02:00
buildgcc-4.9.sh changes of BaseTools 2019-09-04 23:02:41 +03:00
buildgcc.sh changes of BaseTools 2019-09-04 23:02:41 +03:00
buildgettext.sh Work around gettext compilation for Catalina and disable gettext building java prompts 2019-09-23 19:05:37 +03:00
buildmc.bat restructure sources, preliminary include AptioMemoryFix from OC 2019-10-04 16:19:40 +03:00
buildme builme: ask for confirmation before reset repository or clean BaseTools 2020-04-13 01:11:14 +02:00
buildmtoc.sh Switch to new mtoc 2020-02-17 12:54:54 +03:00
buildnasm.sh changes of BaseTools 2019-09-04 23:02:41 +03:00
cbuild.bat dont double fonts in chain 2020-03-13 15:13:08 +03:00
Clover.dsc some cleanup 2020-03-05 16:59:17 +03:00
Clover.fdf added absent files and fixed dependencies 2019-09-03 15:19:03 +03:00
CloverPkg.dec create library for HDA operations 2019-11-27 14:16:02 +03:00
CppProperties.json restructure sources, preliminary include AptioMemoryFix from OC 2019-10-04 16:19:40 +03:00
ebuild.sh always create cloverx64.efi 2020-03-06 22:56:32 +03:00
edksetup.bat Paranthesis in echo command doesn't work. 2020-02-21 07:53:24 +03:00
edksetup.sh changes of BaseTools 2019-09-04 23:02:41 +03:00
hebuild.sh always create cloverx64.efi 2020-03-06 22:56:32 +03:00
LICENSE Initial commit 2019-09-02 11:22:15 +03:00
makeall.sh add missing files 2020-02-15 17:51:18 +03:00
Nasm.inc fix windows compilation somehow 2019-09-04 15:27:51 +03:00
README.md Initial commit 2019-09-02 11:22:15 +03:00
xbuildme add missing files 2020-02-15 17:51:18 +03:00

CloverBootloader

Bootloader for macOS, Windows and Linux in UEFI and in legacy mode