Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

A revision which increases with every commit may be generated from git using  "git rev-list --count HEAD" but the revision will be smaller than what is present on svn unless all the history is added into git.

A solution may be to add 6000 to git-rev-list.

Edited by Florin9doi
  • Like 1
Link to comment
Share on other sites

2 hours ago, Slice said:

Compiling from github you will have version v2.5k, revision r5084, and additionally commit id like 9cddc6.

 

1 hour ago, Florin9doi said:

A revision which increases with every commit may be generated from git using  "git rev-list --count HEAD" but the revision will be smaller than what is present on svn unless all the history is added into git.

A solution may be to add 6000 to git-rev-list.

 

Thanks @Slice I know that. Once compiled, the ID number does not appear.

 

I think @Florin9doi solution will be interesting. Especially for those who compile intermediate versions, and to identify those that might have any bugs. SF repo is very good for that.

Edited by Matgen84
Link to comment
Share on other sites

On 9/18/2019 at 4:44 PM, ellaosx said:

Hi

Just want to report. Im still getting x64 exception in legacy mode. I have tried both SVN & Github sources.

 

With SF commit r5089, I needed to reapply Patches_for_EDK2 to get good build...

cd ~/src/edk2/BaseTools
make clean
cd ..
source edksetup.sh
cp -R Clover/Patches_for_EDK2/* ./
./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED

Before I reapplied the patches, I also saw red screen on legacy boot.

 

6 hours ago, ellaosx said:

What about in github?

as a note, the red screen happens AFTER the clover gui.

 

All good with GitHub Clover r5084_80c5b67d compilation in macOS with default GCC53 toolchain.

 

Here is build log today (note I chose option 8 "reset update" Clover in ./buildme)...

fusion71aus-iMac:~ fusion71au$ cd /Users/fusion71au/src/CloverBootloader 
fusion71aus-iMac:CloverBootloader fusion71au$ ./buildme

------------------------------------------------------------------------
buildme, Clover v2.5k r5084 (SHA: 22714fdc)
TOOLCHAIN: GCC53 (override example: './buildme GCC53')

 1) build Clover
 2) make pkg
 3) make iso
 4) build all
 5) test build (no autogen, no boot files)
 6) status
 7) update Clover
 8) update Clover (reset changes)
 9) show diff
10) open drivers directory
11) clean BaseTools
12) quit
Please enter your choice: 8
[UPDATE RESET CLOVER]
Fetching origin
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 14 (delta 8), reused 9 (delta 6), pack-reused 0
Unpacking objects: 100% (14/14), done.
From https://github.com/CloverHackyColor/CloverBootloader
   22714fdc..80c5b67d  master     -> origin/master
HEAD is now at 80c5b67d fix memory leaks
From https://github.com/CloverHackyColor/CloverBootloader
 * branch              master     -> FETCH_HEAD
Already up-to-date.

------------------------------------------------------------------------
buildme, Clover v2.5k r5084 (SHA: 80c5b67d)
TOOLCHAIN: GCC53 (override example: './buildme GCC53')

 1) build Clover
 2) make pkg
 3) make iso
 4) build all
 5) test build (no autogen, no boot files)
 6) status
 7) update Clover
 8) update Clover (reset changes)
 9) show diff
10) open drivers directory
11) clean BaseTools
12) quit
Please enter your choice: 11
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Source/C clean
Attempting to detect HOST_ARCH from 'uname -m': x86_64
Detected HOST_ARCH of X64 using uname.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C BrotliCompress clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Common clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C DevicePath clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C EfiLdrImage clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C EfiRom clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenCrc32 clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenFfs clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenFv clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenFw clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenPage clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenSec clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C LzmaCompress clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Split clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C TianoCompress clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C VfrCompile clean
BIN_DIR='.' /Applications/Xcode.app/Contents/Developer/usr/bin/make -C Pccts/antlr clean
rm -f ./antlr *.o core
BIN_DIR='.' /Applications/Xcode.app/Contents/Developer/usr/bin/make -C Pccts/dlg clean
rm -f ./dlg *.o core
rm -f EfiVfrParser.cpp EfiVfrParser.h VfrParser.dlg VfrTokens.h VfrLexer.cpp VfrLexer.h VfrSyntax.cpp tokens.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C VolInfo clean
rm -f ./bin/*
rmdir ./libs ./bin
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Source/Python clean
find . -name '*.pyc' -exec rm '{}' ';'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Tests clean
find . -name '*.pyc' -exec rm '{}' ';'

------------------------------------------------------------------------
buildme, Clover v2.5k r5084 (SHA: 80c5b67d)
TOOLCHAIN: GCC53 (override example: './buildme GCC53')

 1) build Clover
 2) make pkg
 3) make iso
 4) build all
 5) test build (no autogen, no boot files)
 6) status
 7) update Clover
 8) update Clover (reset changes)
 9) show diff
10) open drivers directory
11) clean BaseTools
12) quit
Please enter your choice: 4
Loading previous configuration from /Users/fusion71au/src/CloverBootloader/Conf/BuildEnv.sh
WORKSPACE: /Users/fusion71au/src/CloverBootloader
EDK_TOOLS_PATH: /Users/fusion71au/src/CloverBootloader/BaseTools
CONF_PATH: /Users/fusion71au/src/CloverBootloader/Conf
[BUILD CLOVER]
TOOLCHAIN_DIR: /Users/fusion71au/src/opt/local
NASM_PREFIX: /Users/fusion71au/src/opt/local/bin/
NASM_VER: 2.14.02
Building from: /Users/fusion71au/src/CloverBootloader
Building tools as they are not found
make -C Source/C
Attempting to detect HOST_ARCH from 'uname -m': x86_64
Detected HOST_ARCH of X64 using uname.
mkdir -p .
mkdir ./libs 
make -C Common
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  BasePeCoff.c -o BasePeCoff.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  BinderFuncs.c -o BinderFuncs.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  CommonLib.c -o CommonLib.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  Crc32.c -o Crc32.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  Decompress.c -o Decompress.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  EfiCompress.c -o EfiCompress.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  EfiUtilityMsgs.c -o EfiUtilityMsgs.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  FirmwareVolumeBuffer.c -o FirmwareVolumeBuffer.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  FvLib.c -o FvLib.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  MemoryFile.c -o MemoryFile.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  MyAlloc.c -o MyAlloc.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  OsPath.c -o OsPath.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  ParseGuidedSectionTools.c -o ParseGuidedSectionTools.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  ParseInf.c -o ParseInf.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  PeCoffLoaderEx.c -o PeCoffLoaderEx.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  SimpleFileParsing.c -o SimpleFileParsing.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  StringFuncs.c -o StringFuncs.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  TianoCompress.c -o TianoCompress.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  PcdValueCommon.c -o PcdValueCommon.o
ar crs ../libs/libCommon.a BasePeCoff.o BinderFuncs.o CommonLib.o Crc32.o Decompress.o EfiCompress.o EfiUtilityMsgs.o FirmwareVolumeBuffer.o FvLib.o MemoryFile.o MyAlloc.o OsPath.o ParseGuidedSectionTools.o ParseInf.o PeCoffLoaderEx.o SimpleFileParsing.o StringFuncs.o TianoCompress.o PcdValueCommon.o
mkdir ./bin
make -C VfrCompile VfrLexer.h
BIN_DIR='.' make -C Pccts/dlg
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_p.c
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_a.c
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c main.c
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  err.c -o err.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 ../support/set/set.c
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  support.c -o support.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  output.c -o output.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  relabel.c -o relabel.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  automata.c -o automata.o
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -o ./dlg dlg_p.o dlg_a.o main.o err.o set.o support.o output.o relabel.o automata.o
BIN_DIR='.' make -C Pccts/antlr
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  antlr.c -o antlr.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  scan.c -o scan.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  err.c -o err.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  bits.c -o bits.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  build.c -o build.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  fset2.c -o fset2.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  fset.c -o fset.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  gen.c -o gen.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  globals.c -o globals.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  hash.c -o hash.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  lex.c -o lex.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  main.c -o main.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  misc.c -o misc.o
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -c -o set.o ../support/set/set.c
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  pred.c -o pred.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  egman.c -o egman.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  mrhoist.c -o mrhoist.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  fcache.c -o fcache.o
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -o ./antlr antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o
Pccts/antlr/antlr -CC -e3 -ck 3 -k 2 -fl VfrParser.dlg -ft VfrTokens.h -o . VfrSyntax.g
Antlr parser generator   Version 1.33MR33   1989-2001
VfrSyntax.g, line 3508: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3517: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3526: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3536: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3566: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3575: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
Pccts/dlg/dlg -C2 -i -CC -cl VfrLexer -o . VfrParser.dlg
dlg  Version 1.33MR33   1989-2001

make -C BrotliCompress
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  tools/brotli.c -o tools/brotli.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  common/dictionary.c -o common/dictionary.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  common/transform.c -o common/transform.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  dec/bit_reader.c -o dec/bit_reader.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  dec/decode.c -o dec/decode.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  dec/huffman.c -o dec/huffman.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  dec/state.c -o dec/state.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/backward_references.c -o enc/backward_references.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/backward_references_hq.c -o enc/backward_references_hq.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/bit_cost.c -o enc/bit_cost.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/block_splitter.c -o enc/block_splitter.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/brotli_bit_stream.c -o enc/brotli_bit_stream.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/cluster.c -o enc/cluster.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/compress_fragment.c -o enc/compress_fragment.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/compress_fragment_two_pass.c -o enc/compress_fragment_two_pass.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/dictionary_hash.c -o enc/dictionary_hash.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/encode.c -o enc/encode.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/encoder_dict.c -o enc/encoder_dict.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/entropy_encode.c -o enc/entropy_encode.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/histogram.c -o enc/histogram.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/literal_cost.c -o enc/literal_cost.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/memory.c -o enc/memory.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/metablock.c -o enc/metablock.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/static_dict.c -o enc/static_dict.o
gcc  -c -I ./include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  enc/utf8_util.c -o enc/utf8_util.o
gcc -o ../bin/Brotli   tools/brotli.o common/dictionary.o common/transform.o dec/bit_reader.o dec/decode.o dec/huffman.o dec/state.o enc/backward_references.o enc/backward_references_hq.o enc/bit_cost.o enc/block_splitter.o enc/brotli_bit_stream.o enc/cluster.o enc/compress_fragment.o enc/compress_fragment_two_pass.o enc/dictionary_hash.o enc/encode.o enc/encoder_dict.o enc/entropy_encode.o enc/histogram.o enc/literal_cost.o enc/memory.o enc/metablock.o enc/static_dict.o enc/utf8_util.o -L../libs -lm
make -C VfrCompile
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   -O2  Pccts/h/AParser.cpp -o AParser.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   -O2  Pccts/h/DLexerBase.cpp -o DLexerBase.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   -O2  Pccts/h/ATokenBuffer.cpp -o ATokenBuffer.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -Wno-unused-result -O2  EfiVfrParser.cpp -o EfiVfrParser.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -Wno-unused-result -O2  VfrLexer.cpp -o VfrLexer.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   -O2  VfrSyntax.cpp -o VfrSyntax.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -Wno-unused-result -O2  VfrFormPkg.cpp -o VfrFormPkg.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -Wno-unused-result -O2  VfrError.cpp -o VfrError.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -Wno-unused-result -O2  VfrUtilityLib.cpp -o VfrUtilityLib.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -Wno-unused-result -O2  VfrCompiler.cpp -o VfrCompiler.o
g++ -o ../bin/VfrCompile  AParser.o DLexerBase.o ATokenBuffer.o EfiVfrParser.o VfrLexer.o VfrSyntax.o VfrFormPkg.o VfrError.o VfrUtilityLib.o VfrCompiler.o -L../libs -lCommon
make -C EfiLdrImage
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  EfiLdrImage.c -o EfiLdrImage.o
gcc -o ../bin/EfiLdrImage   EfiLdrImage.o -L../libs -lCommon
make -C EfiRom
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  EfiRom.c -o EfiRom.o
gcc -o ../bin/EfiRom   EfiRom.o -L../libs -lCommon
make -C GenFfs
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  GenFfs.c -o GenFfs.o
gcc -o ../bin/GenFfs   GenFfs.o -L../libs -lCommon
make -C GenFv
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  GenFv.c -o GenFv.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  GenFvInternalLib.c -o GenFvInternalLib.o
gcc -o ../bin/GenFv   GenFv.o GenFvInternalLib.o -L../libs -lCommon
make -C GenFw
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  GenFw.c -o GenFw.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  ElfConvert.c -o ElfConvert.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  Elf32Convert.c -o Elf32Convert.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  Elf64Convert.c -o Elf64Convert.o
gcc -o ../bin/GenFw   GenFw.o ElfConvert.o Elf32Convert.o Elf64Convert.o -L../libs -lCommon
make -C GenPage
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  GenPage.c -o GenPage.o
gcc -o ../bin/GenPage   GenPage.o -L../libs -lCommon
make -C GenSec
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  GenSec.c -o GenSec.o
gcc -o ../bin/GenSec   GenSec.o -L../libs -lCommon
make -C GenCrc32
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  GenCrc32.c -o GenCrc32.o
gcc -o ../bin/GenCrc32   GenCrc32.o -L../libs -lCommon
make -C LzmaCompress
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST LzmaCompress.c -o LzmaCompress.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/Alloc.c -o Sdk/C/Alloc.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/LzFind.c -o Sdk/C/LzFind.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/LzmaDec.c -o Sdk/C/LzmaDec.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/LzmaEnc.c -o Sdk/C/LzmaEnc.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/7zFile.c -o Sdk/C/7zFile.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/7zStream.c -o Sdk/C/7zStream.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/Bra86.c -o Sdk/C/Bra86.o
gcc -o ../bin/LzmaCompress   LzmaCompress.o Sdk/C/Alloc.o Sdk/C/LzFind.o Sdk/C/LzmaDec.o Sdk/C/LzmaEnc.o Sdk/C/7zFile.o Sdk/C/7zStream.o Sdk/C/Bra86.o -L../libs 
make -C Split
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  Split.c -o Split.o
gcc -o ../bin/Split   Split.o -L../libs -lCommon
make -C TianoCompress
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  TianoCompress.c -o TianoCompress.o
gcc -o ../bin/TianoCompress   TianoCompress.o -L../libs -lCommon
make -C VolInfo
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  VolInfo.c -o VolInfo.o
gcc -o ../bin/VolInfo   VolInfo.o -L../libs -lCommon
make -C DevicePath
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  DevicePath.c -o DevicePath.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  UefiDevicePathLib.c -o UefiDevicePathLib.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  DevicePathFromText.c -o DevicePathFromText.o
gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g -O2  DevicePathUtilities.c -o DevicePathUtilities.o
gcc -o ../bin/DevicePath   DevicePath.o UefiDevicePathLib.o DevicePathFromText.o  DevicePathUtilities.o -L../libs -lCommon
Finished building BaseTools C Tools with HOST_ARCH=X64
make -C Source/Python
make[1]: Nothing to be done for `all'.
make -C Tests
testHelp (TianoCompress.Tests) ... ok
testRandomDataCycles (TianoCompress.Tests) ... ok
test_AutoGen_AutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_AutoGenWorker (CheckPythonSyntax.Tests) ... ok
test_AutoGen_BuildEngine (CheckPythonSyntax.Tests) ... ok
test_AutoGen_CacheIR (CheckPythonSyntax.Tests) ... ok
test_AutoGen_DataPipe (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenC (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenDepex (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenMake (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenPcdDb (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenVar (CheckPythonSyntax.Tests) ... ok
test_AutoGen_IdfClassObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ModuleAutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ModuleAutoGenHelper (CheckPythonSyntax.Tests) ... ok
test_AutoGen_PlatformAutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_StrGather (CheckPythonSyntax.Tests) ... ok
test_AutoGen_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ValidCheckingInfoObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_WorkspaceAutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen___init__ (CheckPythonSyntax.Tests) ... ok
test_BPDG_BPDG (CheckPythonSyntax.Tests) ... ok
test_BPDG_GenVpd (CheckPythonSyntax.Tests) ... ok
test_BPDG_StringTable (CheckPythonSyntax.Tests) ... ok
test_BPDG___init__ (CheckPythonSyntax.Tests) ... ok
test_Capsule_GenerateCapsule (CheckPythonSyntax.Tests) ... ok
test_Capsule_GenerateWindowsDriver (CheckPythonSyntax.Tests) ... ok
test_Capsule_WindowsCapsuleSupportHelper (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_CommonClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_DataClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_Exceptions (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_FdfClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_BuildToolError (CheckPythonSyntax.Tests) ... ok
test_Common_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_Common_DataType (CheckPythonSyntax.Tests) ... ok
test_Common_Edk2_Capsule_FmpPayloadHeader (CheckPythonSyntax.Tests) ... ok
test_Common_Edk2_Capsule___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_Edk2___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_EdkLogger (CheckPythonSyntax.Tests) ... ok
test_Common_Expression (CheckPythonSyntax.Tests) ... ok
test_Common_GlobalData (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOs (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOsPath (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathSupport (CheckPythonSyntax.Tests) ... ok
test_Common_Misc (CheckPythonSyntax.Tests) ... ok
test_Common_MultipleWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_Parsing (CheckPythonSyntax.Tests) ... ok
test_Common_RangeExpression (CheckPythonSyntax.Tests) ... ok
test_Common_StringUtils (CheckPythonSyntax.Tests) ... ok
test_Common_TargetTxtClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_ToolDefClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi_Capsule_FmpAuthHeader (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi_Capsule_FmpCapsuleHeader (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi_Capsule_UefiCapsuleHeader (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi_Capsule___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_Uefi___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_VariableAttributes (CheckPythonSyntax.Tests) ... ok
test_Common_VpdInfoFile (CheckPythonSyntax.Tests) ... ok
test_Common___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_buildoptions (CheckPythonSyntax.Tests) ... ok
test_Common_caching (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser3_CLexer (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser3_CParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser3___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser4_CLexer (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser4_CListener (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser4_CParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser4___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_Check (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Ecc_Configuration (CheckPythonSyntax.Tests) ... ok
test_Ecc_Database (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccGlobalData (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccMain (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccToolError (CheckPythonSyntax.Tests) ... ok
test_Ecc_Exception (CheckPythonSyntax.Tests) ... ok
test_Ecc_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaDataParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_c (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser3_CLexer (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser3_CParser (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser3___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser4_CLexer (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser4_CListener (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser4_CParser (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser4___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Eot_Database (CheckPythonSyntax.Tests) ... ok
test_Eot_EotGlobalData (CheckPythonSyntax.Tests) ... ok
test_Eot_EotMain (CheckPythonSyntax.Tests) ... ok
test_Eot_EotToolError (CheckPythonSyntax.Tests) ... ok
test_Eot_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Eot_Identification (CheckPythonSyntax.Tests) ... ok
test_Eot_InfParserLite (CheckPythonSyntax.Tests) ... ok
test_Eot_Parser (CheckPythonSyntax.Tests) ... ok
test_Eot_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Eot_Report (CheckPythonSyntax.Tests) ... ok
test_Eot___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_c (CheckPythonSyntax.Tests) ... ok
test_GenFds_AprioriSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Capsule (CheckPythonSyntax.Tests) ... ok
test_GenFds_CapsuleData (CheckPythonSyntax.Tests) ... ok
test_GenFds_CompressSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DataSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DepexSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_EfiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fd (CheckPythonSyntax.Tests) ... ok
test_GenFds_FdfParser (CheckPythonSyntax.Tests) ... ok
test_GenFds_Ffs (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fv (CheckPythonSyntax.Tests) ... ok
test_GenFds_FvImageSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFds (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFdsGlobalVariable (CheckPythonSyntax.Tests) ... ok
test_GenFds_GuidSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptionRom (CheckPythonSyntax.Tests) ... ok
test_GenFds_Region (CheckPythonSyntax.Tests) ... ok
test_GenFds_Rule (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleComplexFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleSimpleFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_Section (CheckPythonSyntax.Tests) ... ok
test_GenFds_UiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_VerSection (CheckPythonSyntax.Tests) ... ok
test_GenFds___init__ (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable_GenPatchPcdTable (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable___init__ (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue_PatchPcdValue (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue___init__ (CheckPythonSyntax.Tests) ... ok
test_Pkcs7Sign_Pkcs7Sign (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256GenerateKeys (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256Sign (CheckPythonSyntax.Tests) ... ok
test_Table_Table (CheckPythonSyntax.Tests) ... ok
test_Table_TableDataModel (CheckPythonSyntax.Tests) ... ok
test_Table_TableDec (CheckPythonSyntax.Tests) ... ok
test_Table_TableDsc (CheckPythonSyntax.Tests) ... ok
test_Table_TableEotReport (CheckPythonSyntax.Tests) ... ok
test_Table_TableFdf (CheckPythonSyntax.Tests) ... ok
test_Table_TableFile (CheckPythonSyntax.Tests) ... ok
test_Table_TableFunction (CheckPythonSyntax.Tests) ... ok
test_Table_TableIdentifier (CheckPythonSyntax.Tests) ... ok
test_Table_TableInf (CheckPythonSyntax.Tests) ... ok
test_Table_TablePcd (CheckPythonSyntax.Tests) ... ok
test_Table_TableQuery (CheckPythonSyntax.Tests) ... ok
test_Table_TableReport (CheckPythonSyntax.Tests) ... ok
test_Table___init__ (CheckPythonSyntax.Tests) ... ok
test_TargetTool_TargetTool (CheckPythonSyntax.Tests) ... ok
test_TargetTool___init__ (CheckPythonSyntax.Tests) ... ok
test_Trim_Trim (CheckPythonSyntax.Tests) ... ok
test_UPT_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DependencyRules (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DistributionPackageClass (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_FileHook (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_IpiDb (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_PackageFile (CheckPythonSyntax.Tests) ... ok
test_UPT_Core___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenDecFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenInfFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenMetaFileMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenXmlFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_InstallPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_InventoryWs (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentGenerating (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentParsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_DataType (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ExpressionValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_GlobalData (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Misc (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ParserValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Parsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_StringUtils (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Library___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_Log (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_StringTable (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_ToolError (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_MkPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_CommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_ModuleObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_PackageObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_DecObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBinaryObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBuildOptionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDepexObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfGuidObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfHeaderObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfLibraryClassesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPackagesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPcdObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPpiObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfProtocolObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfSoucesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfUserExtensionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfAsBuiltProcess (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBinarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBuildOptionSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDefineSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDepexSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfGuidPpiProtocolSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfLibrarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPackageSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPcdSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSourceSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_DecPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignmentMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_ReplacePkg (CheckPythonSyntax.Tests) ... ok
test_UPT_RmPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_TestInstall (CheckPythonSyntax.Tests) ... ok
test_UPT_UPT (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentGeneratingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentParsingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_InfBinarySectionTest (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_CommonXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_GuidProtocolPpiXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_IniToXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_ModuleSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PackageSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PcdXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Workspace_BuildClassObject (CheckPythonSyntax.Tests) ... ok
test_Workspace_DecBuildData (CheckPythonSyntax.Tests) ... ok
test_Workspace_DscBuildData (CheckPythonSyntax.Tests) ... ok
test_Workspace_InfBuildData (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileCommentParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceCommon (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceDatabase (CheckPythonSyntax.Tests) ... ok
test_Workspace___init__ (CheckPythonSyntax.Tests) ... ok
test_build_BuildReport (CheckPythonSyntax.Tests) ... ok
test_build___init__ (CheckPythonSyntax.Tests) ... ok
test_build_build (CheckPythonSyntax.Tests) ... ok
test_sitecustomize (CheckPythonSyntax.Tests) ... ok
test32bitUnicodeCharInUtf8Comment (CheckUnicodeSourceFiles.Tests) ... ok
test32bitUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSupplementaryPlaneUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok
testUtf16InUniFile (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok

----------------------------------------------------------------------
Ran 280 tests in 2.075s

OK

Running edk2 build for CloverX64 using the command:
build  --conf=/Users/fusion71au/src/CloverBootloader/Conf -D USE_LOW_EBDA -p Clover.dsc  -a X64 -b RELEASE -t GCC53 -n 5 

Build environment: Darwin-16.7.0-x86_64-i386-64bit
Build start time: 15:39:39, Sep.19 2019

WORKSPACE        = /Users/fusion71au/src/CloverBootloader
EDK_TOOLS_PATH   = /Users/fusion71au/src/CloverBootloader/BaseTools
CONF_PATH        = /Users/fusion71au/src/CloverBootloader/Conf


Architecture(s)  = X64

Processing meta-data .Build target     = RELEASE
Toolchain        = GCC53

Active Platform          = /Users/fusion71au/src/CloverBootloader/Clover.dsc
.............. done!
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64]
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf [X64]
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiLib/UefiLib.inf [X64]
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64]
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
[CC] UefiRuntimeServicesTableLib
[CC] DriverEntryPoint
[CC] Acpi
[NASM] CpuFlushTlb
[SLINK] UefiRuntimeServicesTableLib
[SLINK] UefiDriverEntryPoint
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64]
[CC] DevicePathFromText
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
[CC] PrintLib
[CC] Console
[CC] MemoryAllocationLib
[SLINK] UefiMemoryAllocationLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
[NASM] CpuSleep
[SLINK] BaseCpuLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [X64]
[CC] PrintLibInternal
[SLINK] BasePrintLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseLib/BaseLib.inf [X64]
[CC] CompareMemWrapper
[CC] UefiBootServicesTableLib
[SLINK] UefiBootServicesTableLib
[CC] DevicePathToText
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf [X64]
[CC] CopyMem
[CC] ARShiftU64
[CC] DebugLib
[CC] CopyMemWrapper
[SLINK] BaseDebugLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
[CC] BitField
[CC] IsZeroBufferWrapper
[CC] UefiDriverModel
[CC] DevicePathUtilities
[CC] CheckSum
[CC] MemLibGeneric
[CC] PcdLib
[CC] ChkStkGcc
[SLINK] BasePcdLibNull
Building ... /Users/fusion71au/src/CloverBootloader/Library/OsxBdsPlatformLib/PlatformBds.inf [X64]
[CC] MemLibGuid
[CC] Cpu
[CC] ScanMem16Wrapper
[CC] UefiDevicePathLib
[CC] CpuDeadLoop
[SLINK] UefiDevicePathLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/GenericBdsLib/GenericBdsLib.inf [X64]
[CC] ScanMem32Wrapper
[CC] DivS64x64Remainder
[CC] ScanMem64Wrapper
[CC] DivU64x32
[CC] ScanMem8Wrapper
[CC] UefiLib
[CC] DivU64x32Remainder
[CC] SetMem
[CC] DivU64x64Remainder
[CC] BdsPlatform
[CC] SetMem16Wrapper
[CC] FilePaths
[CC] SetMem32Wrapper
[CC] GetPowerOfTwo32
[CC] UefiLibPrint
[CC] SetMem64Wrapper
[CC] GetPowerOfTwo64
[CC] SetMemWrapper
[CC] PlatformData
[CC] HighBitSet32
[CC] ZeroMemWrapper
[SLINK] DuetBds
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf [X64]
[SLINK] BaseMemoryLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf [X64]
[CC] HighBitSet64
[CC] LRotU32
[CC] DxeCapsuleLibNull
[CC] AutoGen
[CC] LRotU64
[SLINK] DxeCapsuleLibNull
[CC] UefiNotTiano
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf [X64]
[CC] AutoGen
[SLINK] UefiLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf [X64]
[CC] LShiftU64
[CC] LinkedList
[CC] UefiShellInstall1CommandsLib
[CC] LongJump
[SLINK] UefiShellInstall1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf [X64]
[CC] LowBitSet32
[CC] LowBitSet64
[CC] Math64
[CC] Ifconfig
[CC] ModU64x32
[CC] AutoGen
[CC] MultS64x64
[CC] MultU64x32
[CC] MultU64x64
[CC] RRotU32
[CC] BdsBoot
[CC] Connect
[CC] Ping
[CC] RRotU64
[CC] AutoGen
[CC] RShiftU64
[CC] SafeString
[CC] UefiShellNetwork1CommandsLib
[CC] DevTree
[CC] Comp
[SLINK] UefiShellNetwork1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf [X64]
[CC] SetJump
[CC] String
[CC] BdsConnect
[CC] SwapBytes16
[CC] Alias
[CC] Devices
[CC] Compress
[CC] SwapBytes32
[CC] SwapBytes64
[CC] SwitchStack
[CC] Unaligned
[CC] AutoGen
[CC] Dblk
[CC] BdsConsole
[CC] Dh
[CC] Cls
[CC] Dmem
[CC] Disconnect
[CC] Echo
[NASM] CpuId
[CC] BdsMisc
[CC] DmpStore
[CC] GetMtc
[CC] Drivers
[NASM] CpuIdEx
[CC] Edit
[CC] Help
[CC] DevicePath
[CC] Pause
[NASM] DisableCache
[CC] String
[CC] DrvCfg
[SLINK] GenericBdsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf [X64]
[CC] Touch
[NASM] DisablePaging64
[CC] AutoGen
[CC] DrvDiag
[CC] FileBuffer
[NASM] EnableCache
[CC] Type
[CC] Exit
[CC] OpenInfo
[CC] UefiShellLevel3CommandsLib
[NASM] EnableDisableInterrupts
[CC] For
[CC] GccInline
[CC] Ver
[CC] MainTextEditor
[CC] Reconnect
[SLINK] UefiShellLevel3CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf [X64]
[CC] Goto
[NASM] Lfence
[CC] Misc
[CC] UefiShellDriver1CommandsLib
[CC] Attrib
[NASM] LongJump
[CC] EditInputBar
[CC] Unload
[CC] Non-existing
[CC] If
[SLINK] UefiShellDriver1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf [X64]
[CC] AutoGen
[NASM] RdRand
[CC] Shift
[CC] EditMenuBar
[CC] Stall
[CC] EditStatusBar
[NASM] SetJump
[CC] AutoGen
[CC] UefiShellBcfgCommandLib
[SLINK] UefiShellBcfgCommandLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf [X64]
[NASM] SwitchStack
[CC] UefiShellLevel1CommandsLib
[CC] EditTitleBar
[SLINK] UefiShellLevel1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf [X64]
[CC] Cd
[CC] EfiCompress
[NASM] Thunk16
[CC] Cp
[CC] ConsistMapping
[CC] EfiDecompress
[CC] BmBoot
[CC] Load
[CC] UefiShellCommandLib
[SLINK] UefiShellCommandLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf [X64]
[CC] Ls
[CC] BufferImage
[NASM] WriteTr
[CC] BmBootDescription
[CC] AutoGen
[CC] X86DisablePaging32
[CC] X86DisablePaging64
[CC] X86EnablePaging32
[CC] Clipboard
[CC] X86EnablePaging64
[CC] Map
[CC] X86FxRestore
[CC] BmConnect
[CC] X86FxSave
[CC] X86GetInterruptState
[CC] DiskImage
[CC] MkDir
[CC] X86Msr
[CC] X86PatchInstruction
[CC] X86RdRand
[CC] FileImage
[CC] BmConsole
[CC] X86ReadGdtr
[CC] Mv
[CC] X86ReadIdtr
[CC] X86SpeculationBarrier
[CC] X86Thunk
[CC] HexEdit
[CC] Parse
[CC] X86WriteGdtr
[CC] BmDriverHealth
[CC] X86WriteIdtr
[SLINK] BaseLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf [X64]
[CC] Reset
[CC] UefiHandleParsingLib
[CC] UefiHiiServicesLib
[SLINK] UefiHandleParsingLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf [X64]
[SLINK] UefiHiiServicesLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64]
[CC] DebugAgentLibNull
[CC] Rm
[CC] CpuExceptionHandlerLibNull
[CC] MainHexEditor
[SLINK] DebugAgentLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64]
[SLINK] CpuExceptionHandlerLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64]
[CC] BmHotkey
[CC] PeCoffGetEntryPoint
[SLINK] BasePeCoffGetEntryPointLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
[CC] PerformanceLib
[CC] Set
[SLINK] BasePerformanceLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
[CC] MemImage
[CC] BaseUefiDecompressLib
[SLINK] BaseUefiDecompressLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
[CC] HobLib
[SLINK] DxeCoreHobLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
[CC] DxeCoreEntryPoint
[CC] Misc
[CC] BmLoadOption
[SLINK] DxeCoreEntryPoint
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf [X64]
[CC] TimeDate
[CC] DxeCoreMemoryProfileLibNull
[CC] AutoGen
[CC] UefiShellLevel2CommandsLib
[CC] MemoryAllocationLib
[CC] LoadPciRom
[SLINK] DxeCoreMemoryAllocationLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
[CC] CustomizedDisplayLib
[CC] BmMisc
[SLINK] UefiBootManagerLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
[CC] GuidedSectionExtraction
[CC] Vol
[CC] LzmaDecompress
[CC] DxeExtractGuidedSectionLib
[SLINK] UefiShellLevel2CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/WaveLib/WaveLib.inf [X64]
[CC] MemMap
[SLINK] DxeExtractGuidedSectionLib
Building ... /Users/fusion71au/src/CloverBootloader/NetworkPkg/Library/DxeNetLib/DxeNetLib.inf [X64]
[CC] CustomizedDisplayLibInternal
[SLINK] CustomizedDisplayLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/OpensslLib/OpensslLibNull.inf [X64]
[CC] WaveLib
[CC] OpensslLibNull
[SLINK] WaveLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf [X64]
[SLINK] OpensslLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf [X64]
[CC] LzFind
[CC] Mm
[CC] CompareMemWrapper
[CC] AutoGen
[CC] CopyMemWrapper
[CC] Mode
[CC] LzmaDec
[SLINK] LzmaDecompressLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf [X64]
[CC] IsZeroBufferWrapper
[CC] DxeNetLib
[CC] MemLib
[CC] DxeSecurityManagementLib
[SLINK] DxeSecurityManagementLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64]
[CC] Ifconfig6
[CC] MemLibGeneric
[CC] MemLibGuid
[CC] NetBuffer
[CC] DxeServicesLib
[CC] Ping6
[SLINK] DxeNetLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64]
[CC] ScanMem16Wrapper
[CC] X86Cache
[CC] Allocate
[SLINK] BaseCacheMaintenanceLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf [X64]
[SLINK] DxeServicesLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64]
[CC] UefiShellNetwork2CommandsLib
[CC] Pci
[SLINK] UefiShellNetwork2CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf [X64]
[CC] PeCoffExtraActionLib
[CC] ScanMem32Wrapper
[SLINK] PeCoffExtraActionLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf [X64]
[CC] BasePeCoff
[CC] PeCoffLoaderEx
[SLINK] VBoxPeCoffLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf [X64]
[CC] SerMode
[CC] VarCheckLib
[CC] AuthVariableLibNull
[SLINK] VarCheckLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf [X64]
[SLINK] AuthVariableLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64]
[CC] TpmMeasurementLibNull
[SLINK] TpmMeasurementLibNull
Building ... /Users/fusion71au/src/CloverBootloader/Library/VideoBiosPatchLib/VideoBiosPatchLib.inf [X64]
[CC] InternalGetSpinLockProperties
[CC] SetSize
[CC] DxeServicesTableLib
[CC] SynchronizationGcc
[SLINK] DxeServicesTableLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf [X64]
[CC] GccInline
[SLINK] BaseSynchronizationLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf [X64]
[CC] 915resolution
[CC] SetVar
[CC] Hid
[CC] UefiScsiLib
[SLINK] UefiScsiLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/MemLogLibDefault/MemLogLibDefault.inf [X64]
[CC] VideoBiosPatchLib
[CC] UsbDxeLib
[SLINK] UefiUsbLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellLib/UefiShellLib.inf [X64]
[CC] EventLogInfo
[CC] ScanMem64Wrapper
[CC] ScanMem8Wrapper
[CC] LibSmbiosView
[CC] SetMem16Wrapper
[CC] UefiShellLib
[SLINK] UefiShellLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf [X64]
[CC] SetMem32Wrapper
[CC] SetMem64Wrapper
[CC] ApplicationEntryPoint
[SLINK] UefiApplicationEntryPoint
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64]
[CC] SetMemWrapper
[CC] PciLib
[CC] MemLogLib
[SLINK] BasePciLibCf8
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf [X64]
[CC] ZeroMemWrapper
[SLINK] MemLogLibDefault
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf [X64]
[SLINK] UefiMemoryLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf [X64]
[CC] edid
[SLINK] VideoBiosPatchLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64]
[CC] UefiFileHandleLib
[SLINK] UefiFileHandleLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf [X64]
[CC] PrintInfo
[CC] UefiSortLib
[CC] PciCf8Lib
[SLINK] BasePciCf8Lib
[SLINK] UefiSortLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
[CC] HiiLanguage
[CC] UefiHiiServicesLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/DuetTimerLib/DuetTimerLib.inf [X64]
[CC] QueryTable
[SLINK] UefiHiiServicesLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf [X64]
[CC] RuntimeLib
[CC] X86TimerLib
[SLINK] UefiRuntimeLib
[CC] DxePcdLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
[SLINK] DuetTimerLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeHobLib/DxeHobLib.inf [X64]
[SLINK] DxePcdLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf [X64]
[CC] SmbiosView
[CC] IoHighLevel
[CC] BaseReportStatusCodeLib
[CC] IoLib
[SLINK] BaseReportStatusCodeLibNull
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/AppleKeyAggregator/AppleKeyAggregator.inf [X64]
[CC] HobLib
[CC] IoLibGcc
[SLINK] DxeHobLib
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/CpuDxe/Cpu.inf [X64]
[CC] UefiShellDebug1CommandsLib
[CC] IoLibMmioBuffer
[SLINK] UefiShellDebug1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxExt2.inf [X64]
[CC] HiiLib
[CC] AutoGen
[CC] AutoGen
[CC] AppleKeyAggregator
[NASM] IoFifo
[CC] HiiString
[SLINK] BaseIoLibIntrinsic
Building ... /Users/fusion71au/src/CloverBootloader/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf [X64]
[SLINK] UefiHiiLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf [X64]
[CC] AutoGen
[CC] Cpu
[CC] AutoGen
[CC] fsw_core
[SLINK] AppleKeyAggregator
[CC] AutoGen
[CC] ComponentName
[CC] fsw_efi
[NASM] CpuInterrupt
[CC] CapsuleCache
[SLINK] Cpu
[CC] IsaAcpi
[CC] CapsuleReset
[CC] fsw_efi_lib
[CC] PcatIsaAcpi
[CC] CapsuleService
[SLINK] IsaAcpi
[CC] fsw_ext2
[CC] SaveLongModeContext
[SLINK] CapsuleRuntimeDxe
[CC] fsw_lib
[SLINK] VBoxExt2
[DLINK1] CapsuleRuntimeDxe
[DLINK1] IsaAcpi
[OBJCOPY] CapsuleRuntimeDxe
[OBJCOPY] IsaAcpi
[DLINK1] AppleKeyAggregator
[OBJCOPY] AppleKeyAggregator
[GENFW] IsaAcpi
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/OsxFatBinaryDrv/OsxFatBinaryDrv.inf [X64]
[GENFW] AppleKeyAggregator
[GENFW] CapsuleRuntimeDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf [X64]
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/FatPkg/EnhancedFatDxe/Fat.inf [X64]
[CC] AutoGen
[CC] AutoGen
[CC] AutoGen
[DLINK1] Cpu
[OBJCOPY] Cpu
[CC] OsxFatBinaryDrv
[GENFW] Cpu
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/ISO9660.inf [X64]
[SLINK] OsxFatBinaryDrv
[CC] ComponentName
[CC] ComponentName
[CC] AutoGen
[CC] Data
[CC] driver
[CC] Delete
[DLINK1] OsxFatBinaryDrv
[OBJCOPY] OsxFatBinaryDrv
[GENFW] OsxFatBinaryDrv
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/AppleUITheme/AppleUITheme.inf [X64]
[CC] DirectoryCache
[CC] file
[CC] ConSplitter
[CC] AppleUITheme
[CC] grub
[CC] DirectoryManage
[CC] AutoGen
[CC] ConSplitterGraphics
[SLINK] AppleUITheme
[SLINK] ConSplitterDxe
[CC] fshelp
[CC] DiskCache
[DLINK1] AppleUITheme
[OBJCOPY] AppleUITheme
[GENFW] AppleUITheme
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxIso9660.inf [X64]
[CC] Fat
[CC] iso9660
[CC] AutoGen
[CC] FileName
[DLINK1] VBoxExt2
[OBJCOPY] VBoxExt2
[CC] fsw_core
[CC] FileSpace
[GENFW] VBoxExt2
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/UDF.inf [X64]
[CC] Flush
[CC] AutoGen
[CC] fsw_efi
[CC] Hash
[CC] fsw_efi_lib
[CC] driver
[CC] device
[CC] Info
[CC] fsw_iso9660
[CC] file
[CC] err
[CC] Init
[CC] fsw_lib
[CC] grub
[SLINK] VBoxIso9600
[CC] list
[CC] Misc
[CC] fshelp
[CC] misc
[CC] Open
[CC] grub_driver
[CC] udf
[CC] OpenVolume
[DLINK1] ConSplitterDxe
[OBJCOPY] ConSplitterDxe
[CC] ReadWrite
[CC] device
[CC] grub_file
[GENFW] ConSplitterDxe
Building ... /Users/fusion71au/src/CloverBootloader/OsxLowMemFixDrv/OsxLowMemFixDrv.inf [X64]
[CC] err
[CC] UnicodeCollation
[CC] AutoGen
[CC] logging
[SLINK] Fat
[CC] list
[CC] missing
[CC] Lib
[CC] path
[CC] OsxLowMemFixDrv
[SLINK] OsxLowMemFixDrv
[CC] misc
[CC] utf8
[SLINK] GrubISO9660
[DLINK1] VBoxIso9600
[OBJCOPY] VBoxIso9600
[DLINK1] OsxLowMemFixDrv
[GENFW] VBoxIso9600
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/AppleImageCodec/AppleImageCodec.inf [X64]
[OBJCOPY] OsxLowMemFixDrv
[GENFW] OsxLowMemFixDrv
Building ... /Users/fusion71au/src/CloverBootloader/OsxAptioFixDrv/OsxAptioFixDrv.inf [X64]
[CC] AppleImageCodec
[CC] AutoGen
[CC] AutoGen
[CC] BootArgs
[CC] load_bmp
[CC] BootFixes
[CC] load_icns
[CC] grub_driver
[CC] DecodedKernelCheck
[CC] grub_file
[CC] picopng
[CC] device_tree
[SLINK] AppleImageCodec
[CC] logging
[CC] Lib
[CC] missing
[CC] Mach-O
[CC] path
[CC] NVRAMDebug
[CC] utf8
[CC] OsxAptioFixDrv
[SLINK] GrubUDF
[CC] VMem
[DLINK1] Fat
[OBJCOPY] Fat
[GENFW] Fat
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/ApfsDriverLoader/ApfsDriverLoader.inf [X64]
[NASM] AsmFuncsX64
[SLINK] OsxAptioFixDrv
[DLINK1] GrubISO9660
[OBJCOPY] GrubISO9660
[CC] ApfsDriverLoader
[CC] AutoGen
[CC] EfiComponentName
[SLINK] ApfsDriverLoader
[DLINK1] AppleImageCodec
[OBJCOPY] AppleImageCodec
[GENFW] AppleImageCodec
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf [X64]
[CC] AutoGen
[GENFW] GrubISO9660
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxExt4.inf [X64]
[DLINK1] ApfsDriverLoader
[OBJCOPY] ApfsDriverLoader
[CC] NullMemoryTest
[SLINK] NullMemoryTestDxe
[CC] AutoGen
[DLINK1] OsxAptioFixDrv
[OBJCOPY] OsxAptioFixDrv
[GENFW] OsxAptioFixDrv
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/NTFS.inf [X64]
[DLINK1] NullMemoryTestDxe
[CC] fsw_core
[OBJCOPY] NullMemoryTestDxe
[GENFW] NullMemoryTestDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf [X64]
[CC] AutoGen
[CC] fsw_efi
[CC] AutoGen
[CC] driver
[CC] EbcDebuggerHook
[CC] fsw_efi_lib
[CC] file
[CC] fsw_ext4
[CC] grub
[GENFW] ApfsDriverLoader
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf [X64]
[CC] EbcExecute
[CC] AutoGen
[CC] fshelp
[CC] fsw_lib
[CC] EbcInt
[SLINK] VBoxExt4
[CC] ntfs
[NASM] EbcLowLevel
[CC] ntfscomp
[CC] ConfigKeywordHandler
[CC] EbcSupport
[SLINK] EbcDxe
[CC] device
[CC] err
[CC] list
[DLINK1] GrubUDF
[OBJCOPY] GrubUDF
[GENFW] GrubUDF
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxReiserFS.inf [X64]
[CC] ConfigRouting
[CC] misc
[CC] AutoGen
[CC] grub_driver
[CC] fsw_core
[CC] grub_file
[CC] Database
[CC] logging
[CC] fsw_efi
[CC] missing
[CC] fsw_efi_lib
[CC] path
[CC] Font
[CC] fsw_lib
[CC] utf8
[SLINK] GrubNTFS
[CC] HiiDatabaseEntry
[DLINK1] VBoxExt4
[OBJCOPY] VBoxExt4
[GENFW] VBoxExt4
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/DriverOverride/DriverOverride.inf [X64]
[CC] fsw_reiserfs
[SLINK] VBoxReiserFS
[DLINK1] EbcDxe
[OBJCOPY] EbcDxe
[CC] AutoGen
[CC] Image
[CC] DriverOverride
[SLINK] DriverOverride
[CC] ImageEx
[DLINK1] DriverOverride
[OBJCOPY] DriverOverride
[GENFW] DriverOverride
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxEfiLdr/EfiLdr.inf [X64]
[CC] String
[CC] AutoGen
[GENFW] EbcDxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/HashServiceFix/HashServiceFix.inf [X64]
[SLINK] HiiDatabase
[CC] Debug
[CC] AutoGen
[CC] EfiLoader
[CC] HashServiceFix
[CC] PeLoader
[CC] Support
[SLINK] EfiLoader
[CC] sha1
[SLINK] HashServiceFix
[DLINK1] VBoxReiserFS
[OBJCOPY] VBoxReiserFS
[GENFW] VBoxReiserFS
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf [X64]
[DLINK1] GrubNTFS
[OBJCOPY] GrubNTFS
[CC] AutoGen
[DLINK1] HashServiceFix
[OBJCOPY] HashServiceFix
[GENFW] GrubNTFS
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf [X64]
[GENFW] HashServiceFix
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/DataHubDxe/DataHubDxe.inf [X64]
[CC] SmbiosDxe
[CC] AutoGen
[SLINK] SmbiosDxe
[CC] AutoGen
[CC] ComponentName
[CC] DataHub
[SLINK] DataHubDxe
[CC] DiskIo
[SLINK] DiskIoDxe
[DLINK1] EfiLoader
[OBJCOPY] EfiLoader
[GENFW] EfiLoader
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/SataControllerDxe/SataControllerDxe.inf [X64]
[CC] AutoGen
[DLINK1] DataHubDxe
[DLINK1] SmbiosDxe
[OBJCOPY] SmbiosDxe
[OBJCOPY] DataHubDxe
[CC] ComponentName
[GENFW] SmbiosDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/HFSPLUS.inf [X64]
[GENFW] DataHubDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/EXFAT.inf [X64]
[CC] AutoGen
[CC] SataController
[CC] AutoGen
[SLINK] SataController
[CC] driver
[CC] driver
[DLINK1] DiskIoDxe
[OBJCOPY] DiskIoDxe
[GENFW] DiskIoDxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/FirmwareVolume/FirmwareVolume.inf [X64]
[CC] file
[CC] file
[CC] AutoGen
[DLINK1] SataController
[CC] grub
[OBJCOPY] SataController
[CC] grub
[GENFW] SataController
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/DVDDisk/ScsiDiskDxe.inf [X64]
[CC] FirmwareVolume
[SLINK] FirmwareVolume
[CC] fshelp
[CC] exfat
[CC] AutoGen
[DLINK1] FirmwareVolume
[OBJCOPY] FirmwareVolume
[CC] fshelp
[CC] ComponentName
[CC] hfsplus
[GENFW] FirmwareVolume
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/DumpUefiCalls/DumpUefiCalls.inf [X64]
[CC] device
[CC] hfspluscomp
[CC] ScsiDisk
[CC] AppleProtocols
[SLINK] ScsiDisk
[CC] err
[CC] gzio
[CC] AutoGen
[CC] list
[CC] device
[CC] misc
[CC] BootServices
[CC] err
[CC] grub_driver
[CC] DataHub
[CC] list
[CC] DumpUefiCalls
[CC] grub_file
[CC] misc
[CC] FileLib
[CC] logging
[CC] grub_driver
[CC] missing
[CC] Fs
[CC] path
[DLINK1] ScsiDisk
[CC] grub_file
[OBJCOPY] ScsiDisk
[GENFW] ScsiDisk
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf [X64]
[CC] logging
[CC] utf8
[CC] Lib
[SLINK] GrubEXFAT
[CC] AutoGen
[CC] missing
[CC] MonotonicCounter
[SLINK] MonotonicCounterRuntimeDxe
[CC] Log
[DLINK1] MonotonicCounterRuntimeDxe
[OBJCOPY] MonotonicCounterRuntimeDxe
[CC] path
[CC] MemLog
[GENFW] MonotonicCounterRuntimeDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf [X64]
[CC] utf8
[CC] AutoGen
[CC] RuntimeServices
[SLINK] DumpUefiCalls
[SLINK] GrubHFSPLUS
[CC] DevicePath
[SLINK] DevicePathDxe
[DLINK1] GrubEXFAT
[OBJCOPY] GrubEXFAT
[GENFW] GrubEXFAT
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/PartitionDxe/PartitionDxe.inf [X64]
[DLINK1] DumpUefiCalls
[OBJCOPY] DumpUefiCalls
[CC] Apple
[GENFW] DumpUefiCalls
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf [X64]
[CC] AutoGen
[CC] AutoGen
[CC] ComponentName
[DLINK1] GrubHFSPLUS
[OBJCOPY] GrubHFSPLUS
[CC] UnicodeCollationEng
[SLINK] EnglishDxe
[GENFW] GrubHFSPLUS
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf [X64]
[CC] ElTorito
[CC] AutoGen
[CC] Gpt
[DLINK1] EnglishDxe
[OBJCOPY] EnglishDxe
[GENFW] EnglishDxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/MsgLog/MsgLog.inf [X64]
[CC] ComponentName
[CC] Mbr
[CC] AutoGen
[CC] UsbMassBoot
[CC] Partition
[CC] MsgLog
[SLINK] PartitionDxe
[SLINK] MsgLog
[CC] UsbMassBot
[DLINK1] DevicePathDxe
[OBJCOPY] DevicePathDxe
[DLINK1] MsgLog
[OBJCOPY] MsgLog
[CC] UsbMassCbi
[GENFW] MsgLog
Building ... /Users/fusion71au/src/CloverBootloader/OsxAptioFixDrv/OsxAptioFix3Drv.inf [X64]
[CC] UsbMassDiskInfo
[CC] AutoGen
[DLINK1] HiiDatabase
[OBJCOPY] HiiDatabase
[CC] UsbMassImpl
[CC] BootArgs
[SLINK] UsbMassStorageDxe
[GENFW] HiiDatabase
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/PciRootBridgeDxe/PciRootBridge.inf [X64]
[CC] BootFixes3
[CC] AutoGen
[DLINK1] PartitionDxe
[OBJCOPY] PartitionDxe
[CC] DecodedKernelCheck
[GENFW] DevicePathDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/BiosKeyboard/KeyboardDxe.inf [X64]
[CC] DeviceIo
[GENFW] PartitionDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxPciBusNoEnumerationDxe/PciBusNoEnumeration.inf [X64]
[CC] device_tree
[CC] AutoGen
[CC] PcatIo
[CC] AppleKey
[CC] AutoGen
[CC] ComponentName
[CC] Lib
[CC] PcatPciRootBridge
[CC] Mach-O
[CC] PcatPciRootBridgeDevicePath
[CC] PciBus
[CC] NVRAMDebug
[CC] BiosKeyboard
[CC] PciCommand
[CC] PcatPciRootBridgeIo
[SLINK] PcatPciRootBridge
[CC] OsxAptioFix3Drv
[CC] ComponentName
[CC] PciDeviceSupport
[CC] VMem
[CC] LegacyBiosThunk
[CC] PciDriverOverride
[SLINK] KeyboardDxe
[DLINK1] UsbMassStorageDxe
[CC] PciEnumerator
[OBJCOPY] UsbMassStorageDxe
[NASM] AsmFuncsX64
[GENFW] UsbMassStorageDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxBdsDxe/BdsDxe.inf [X64]
[CC] PciEnumeratorSupport
[NASM] RTShims
[DLINK1] PcatPciRootBridge
[SLINK] OsxAptioFix3Drv
[OBJCOPY] PcatPciRootBridge
[CC] AutoGen
[GENFW] PcatPciRootBridge
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxDxeIpl/DxeIpl.inf [X64]
[CC] PciIo
[CC] AutoGen
[CC] PciOptionRomSupport
[CC] Debug
[CC] BdsEntry
[DLINK1] KeyboardDxe
[OBJCOPY] KeyboardDxe
[CC] PciPowerManagement
[VFR] BdsDxe
[GENFW] KeyboardDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf [X64]
[CC] DxeInit
[CC] Bm
[CC] AutoGen
[CC] PciRomTable
[SLINK] PciBusNoEnumerationDxe
[CC] HobGeneration
[CC] CpuIo2Dxe
[SLINK] CpuIo2Dxe
[CC] BBSsupport
[CC] LegacyTable
[DLINK1] CpuIo2Dxe
[OBJCOPY] CpuIo2Dxe
[CC] EnterDxeCore
[GENFW] CpuIo2Dxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/SMCHelper/SMCHelper.inf [X64]
[CC] BmLib
[CC] Paging
[SLINK] DxeIpl
[CC] AutoGen
[CC] SMCHelper
[SLINK] SMCHelper
[DLINK1] DxeIpl
[OBJCOPY] DxeIpl
[CC] BootMaint
[GENFW] DxeIpl
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/AtaBus/AtaBusDxe.inf [X64]
[DLINK1] OsxAptioFix3Drv
[DLINK1] SMCHelper
[OBJCOPY] OsxAptioFix3Drv
[OBJCOPY] SMCHelper
[GENFW] SMCHelper
Building ... /Users/fusion71au/src/CloverBootloader/FSInject/FSInject.inf [X64]
[GENFW] OsxAptioFix3Drv
[CC] AtaBus
Building ... /Users/fusion71au/src/CloverBootloader/LegacyBios/VideoDxe/VideoDxe.inf [X64]
[CC] BootOption
[DLINK1] PciBusNoEnumerationDxe
[OBJCOPY] PciBusNoEnumerationDxe
[CC] AutoGen
[CC] AutoGen
[GENFW] PciBusNoEnumerationDxe
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/Isa/Ps2MouseDxe/Ps2MouseDxe.inf [X64]
[CC] AtaPassThruExecute
[CC] AutoGen
[CC] Data
[CC] AutoGen
[CC] FSInject
[CC] ComponentName
[SLINK] AtaBusDxe
[CC] CommPs2
[CC] Test
[CC] FileExplorer
[SLINK] FSInject
[CC] ComponentName
[CC] BiosVideo
[CC] Ps2Mouse
[CC] ComponentName
[SLINK] Ps2MouseDxe
[SLINK] CsmVideoDxe
[CC] UpdatePage
[CC] Variable
[VFR] BdsDxe
[CC] BootManagerVfr
[DLINK1] Ps2MouseDxe
[DLINK1] AtaBusDxe
[OBJCOPY] Ps2MouseDxe
[OBJCOPY] AtaBusDxe
[GENFW] Ps2MouseDxe
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf [X64]
[GENFW] AtaBusDxe
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/DVDBus/ScsiBusDxe.inf [X64]
[CC] BootManager
[CC] AutoGen
[CC] AutoGen
[CC] ComponentName
[CC] Capsules
[CC] ComponentName
[VFR] BdsDxe
[CC] DeviceManagerVfr
[CC] ScsiBus
[CC] Ps2KbdCtrller
[SLINK] ScsiBus
[DLINK1] FSInject
[OBJCOPY] FSInject
[GENFW] FSInject
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/EmuVariableUefi/EmuVariableRuntimeDxe.inf [X64]
[CC] Ps2KbdTextIn
[CC] AutoGen
[CC] Ps2Keyboard
[SLINK] Ps2KeyboardDxe
[CC] DeviceManager
[VFR] BdsDxe
[CC] EmuVariable
[CC] DriverHealthVfr
[VFR] BdsDxe
[DLINK1] ScsiBus
[OBJCOPY] ScsiBus
[CC] FE
[CC] InitVariable
[GENFW] ScsiBus
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/AudioDxe/AudioDxe.inf [X64]
[SLINK] EmuVariableUefi
[CC] AudioDxe
[CC] FrontPage
[VFR] BdsDxe
[CC] AutoGen
[DLINK1] CsmVideoDxe
[OBJCOPY] CsmVideoDxe
[CC] FrontPageVfr
[CC] HdaCodec
[CC] Hotkey
[CC] HdaCodecAudioIo
[DLINK1] Ps2KeyboardDxe
[OBJCOPY] Ps2KeyboardDxe
[CC] HwErrRecSupport
[GENFW] Ps2KeyboardDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf [X64]
[CC] HdaCodecComponentName
[CC] AutoGen
[CC] Language
[DLINK1] EmuVariableUefi
[GENFW] CsmVideoDxe
[OBJCOPY] EmuVariableUefi
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf [X64]
[GENFW] EmuVariableUefi
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf [X64]
[CC] MemoryTest
[CC] AutoGen
[CC] Expression
[CC] AutoGen
[CC] ComponentName
[CC] String
[SLINK] BdsDxe
[CC] ComponentName
[CC] ConPlatform
[SLINK] ConPlatformDxe
[CC] HdaCodecInfo
[CC] IfrParse
[CC] Ehci
[CC] HdaController
[CC] EhciDebug
[CC] HdaControllerComponentName
[CC] Presentation
[CC] EhciReg
[CC] HdaControllerHdaIo
[CC] EhciSched
[CC] HdaControllerInfo
[DLINK1] ConPlatformDxe
[OBJCOPY] ConPlatformDxe
[CC] EhciUrb
[GENFW] ConPlatformDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxHfs.inf [X64]
[CC] HdaControllerMem
[CC] AutoGen
[CC] HdaModels
[CC] UsbHcMem
[SLINK] AudioDxe
[SLINK] EhciDxe
[CC] Setup
[SLINK] SetupBrowser
[CC] fsw_core
[CC] fsw_efi
[CC] fsw_efi_lib
[CC] fsw_hfs
[CC] fsw_lib
[SLINK] VBoxHfs
[DLINK1] EhciDxe
[OBJCOPY] EhciDxe
[GENFW] EhciDxe
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Application/Shell/Shell.inf [X64]
[CC] AutoGen
[CC] ConsoleLogger
[DLINK1] AudioDxe
[OBJCOPY] AudioDxe
[GENFW] AudioDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxDxeCore/DxeMain.inf [X64]
[CC] ConsoleWrappers
[CC] AutoGen
[CC] FileHandleWrappers
[CC] Dependency
[CC] Dispatcher
[CC] Shell
[CC] DxeMain
[CC] ShellEnvVar
[CC] DxeProtocolNotify
[CC] ShellManParser
[CC] Event
[CC] ShellParametersProtocol
[CC] Timer
[CC] Tpl
[CC] ShellProtocol
[SLINK] Shell
[CC] Ffs
[CC] FwVol
[CC] FwVolAttrib
[CC] FwVolRead
[CC] FwVolWrite
[DLINK1] VBoxHfs
[OBJCOPY] VBoxHfs
[GENFW] VBoxHfs
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf [X64]
[CC] FwVolBlock
[CC] AutoGen
[CC] Gcd
[CC] DriverSupport
[CC] FormDisplay
[CC] Handle
[CC] InputHandler
[CC] Locate
[CC] Popup
[CC] Notify
[CC] ProcessOptions
[SLINK] DisplayEngine
[CC] Image
[CC] Library
[DLINK1] SetupBrowser
[OBJCOPY] SetupBrowser
[CC] MemData
[GENFW] SetupBrowser
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/UsbBusDxe/UsbBusDxe.inf [X64]
[CC] AutoGen
[CC] Page
[CC] ComponentName
[CC] Pool
[CC] UsbBus
[CC] DebugImageInfo
[CC] UsbDesc
[CC] InstallConfigurationTable
[CC] UsbEnumer
[DLINK1] BdsDxe
[OBJCOPY] BdsDxe
[CC] SetWatchdogTimer
[GENFW] BdsDxe
Building ... /Users/fusion71au/src/CloverBootloader/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf [X64]
[CC] UsbHub
[CC] Stall
[CC] 8259
[CC] UsbUtility
[SLINK] UsbBusDxe
[CC] AutoGen
[SLINK] Legacy8259
[CC] CoreSectionExtraction
[SLINK] DxeCore
[DLINK1] Legacy8259
[OBJCOPY] Legacy8259
[GENFW] Legacy8259
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/AcpiReset/Reset.inf [X64]
[CC] AutoGen
[CC] Reset
[SLINK] AcpiReset
[DLINK1] AcpiReset
[OBJCOPY] AcpiReset
[GENFW] AcpiReset
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/XhciDxe/XhciDxe.inf [X64]
[CC] AutoGen
[CC] ComponentName
[DLINK1] UsbBusDxe
[OBJCOPY] UsbBusDxe
[CC] UsbHcMem
[GENFW] UsbBusDxe
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/AtaAtapi/AtaAtapiPassThru.inf [X64]
[CC] Xhci
[CC] AhciMode
[CC] XhciReg
[CC] AtaAtapiPassThru
[CC] AutoGen
[CC] XhciSched
[SLINK] XhciDxe
[DLINK1] DxeCore
[OBJCOPY] DxeCore
[CC] ComponentName
[GENFW] DxeCore
Building ... /Users/fusion71au/src/CloverBootloader/rEFIt_UEFI/refit.inf [X64]
[CC] AutoGen
[CC] IdeMode
[SLINK] AtaAtapiPassThruDxe
[DLINK1] DisplayEngine
[OBJCOPY] DisplayEngine
[GENFW] DisplayEngine
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf [X64]
[CC] AutoGen
[CC] Pcd
[CC] AcpiPatcher
[CC] Service
[SLINK] PcdDxe
[CC] AmlGenerator
[CC] BdsConnect
[DLINK1] PcdDxe
[OBJCOPY] PcdDxe
[GENFW] PcdDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf [X64]
[DLINK1] XhciDxe
[OBJCOPY] XhciDxe
[GENFW] XhciDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Metronome/Metronome.inf [X64]
[CC] AutoGen
[CC] WatchdogTimer
[SLINK] WatchdogTimer
[CC] AutoGen
[CC] Metronome
[CC] BootLog
[DLINK1] WatchdogTimer
[SLINK] Metronome
[OBJCOPY] WatchdogTimer
[GENFW] WatchdogTimer
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/OhciDxe/OhciDxe.inf [X64]
[CC] AutoGen
[DLINK1] Metronome
[OBJCOPY] Metronome
[GENFW] Metronome
Building ... /Users/fusion71au/src/CloverBootloader/LegacyBios/Region2Dxe/LegacyRegion2Dxe.inf [X64]
[CC] BootOptions
[CC] ComponentName
[CC] AutoGen
[CC] LegacyRegion2
[CC] Ohci
[SLINK] LegacyRegion2Dxe
[CC] Console
[CC] OhciDebug
[CC] OhciReg
[DLINK1] AtaAtapiPassThruDxe
[OBJCOPY] AtaAtapiPassThruDxe
[CC] DataHubCpu
[GENFW] AtaAtapiPassThruDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf [X64]
[CC] OhciSched
[CC] AutoGen
[CC] OhciUrb
[CC] Edid
[CC] Defer3rdPartyImageLoad
[CC] UsbHcMem
[SLINK] OhciDxe
[CC] SecurityStub
[DLINK1] LegacyRegion2Dxe
[SLINK] SecurityStubDxe
[OBJCOPY] LegacyRegion2Dxe
[CC] Events
[DLINK1] SecurityStubDxe
[OBJCOPY] SecurityStubDxe
[GENFW] SecurityStubDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf [X64]
[GENFW] LegacyRegion2Dxe
Building ... /Users/fusion71au/src/CloverBootloader/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf [X64]
[CC] AutoGen
[CC] AutoGen
[CC] Timer
[CC] ComponentName
[SLINK] Timer
[DLINK1] Timer
[CC] FixBiosDsdt
[OBJCOPY] Timer
[CC] NvmExpress
[GENFW] Timer
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf [X64]
[CC] AutoGen
[CC] NvmExpressBlockIo
[CC] Crc32
[CC] HdaCodecDump
[CC] NvmExpressDiskInfo
[CC] Runtime
[SLINK] RuntimeDxe
[CC] NvmExpressHci
[CC] Hibernate
[DLINK1] OhciDxe
[OBJCOPY] OhciDxe
[DLINK1] RuntimeDxe
[OBJCOPY] RuntimeDxe
[CC] NvmExpressPassthru
[GENFW] OhciDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf [X64]
[SLINK] NvmExpressDxe
[GENFW] RuntimeDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/BiosVideo/BiosVideo.inf [X64]
[CC] AutoGen
[CC] AutoGen
[CC] Measurement
[CC] Injectors
[CC] BiosVideoNew
[CC] Reclaim
[CC] LegacyBiosThunk
[CC] ComponentName
[CC] SpeculationBarrierDxe
[CC] LegacyBiosThunk
[SLINK] BiosVideo
[CC] TcgMorLockDxe
[CC] LegacyBoot
[CC] VarCheck
[CC] Net
[CC] Variable
[CC] VariableDxe
[CC] Nvram
[CC] VariableExLib
[SLINK] VariableRuntimeDxe
[CC] PlatformDriverOverride
[DLINK1] NvmExpressDxe
[OBJCOPY] NvmExpressDxe
[CC] Pointer
[GENFW] NvmExpressDxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/AppleKeyFeeder/AppleKeyFeeder.inf [X64]
[CC] AppleKeyFeeder
[DLINK1] BiosVideo
[OBJCOPY] BiosVideo
[CC] AppleKeyMapUtils
[GENFW] BiosVideo
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/UsbKbDxe/UsbKbDxe.inf [X64]
[CC] AutoGen
[CC] AppleKey
[CC] SimpleTextExProxy
[CC] AutoGen
[CC] SimpleTextProxy
[SLINK] AppleKeyFeeder
[CC] ComponentName
[CC] EfiKey
[DLINK1] AppleKeyFeeder
[OBJCOPY] AppleKeyFeeder
[GENFW] AppleKeyFeeder
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf [X64]
[DLINK1] VariableRuntimeDxe
[CC] KeyBoard
[OBJCOPY] VariableRuntimeDxe
[CC] AutoGen
[SLINK] UsbKbDxe
[GENFW] VariableRuntimeDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxSmbiosGenDxe/SmbiosGen.inf [X64]
[CC] ComponentName
[CC] AutoGen
[CC] MouseHid
[CC] SmbiosGen
[CC] UsbMouse
[SLINK] SmbiosGenDxe
[SLINK] UsbMouseDxe
[CC] Settings
[DLINK1] SmbiosGenDxe
[OBJCOPY] SmbiosGenDxe
[GENFW] SmbiosGenDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/GraphicsConsoleDxe/GraphicsConsoleDxe.inf [X64]
[DLINK1] UsbMouseDxe
[OBJCOPY] UsbMouseDxe
[CC] AutoGen
[GENFW] UsbMouseDxe
Building ... /Users/fusion71au/src/CloverBootloader/bdmesg_efi/bdmesg.inf [X64]
[DLINK1] UsbKbDxe
[OBJCOPY] UsbKbDxe
[CC] StartupSound
[CC] ComponentName
[GENFW] UsbKbDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf [X64]
[CC] AutoGen
[CC] AutoGen
[CC] GraphicsConsole
[CC] bdmesg
[SLINK] bdmesg
[CC] ComponentName
[CC] LaffStd
[SLINK] GraphicsConsoleDxe
[CC] StateGenerator
[CC] Uhci
[CC] UhciDebug
[DLINK1] GraphicsConsoleDxe
[OBJCOPY] GraphicsConsoleDxe
[CC] ati
[CC] UhciQueue
[GENFW] GraphicsConsoleDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxAcpiTableDxe/AcpiTableDxe.inf [X64]
[CC] UhciReg
[CC] AcpiTable
[CC] b64cdecode
[CC] UhciSched
[CC] AcpiTableProtocol
[CC] AutoGen
[CC] UsbHcMem
[SLINK] AcpiTableDxe
[SLINK] UhciDxe
[CC] card_vlist
[DLINK1] bdmesg
[OBJCOPY] bdmesg
[GENFW] bdmesg
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf [X64]
[DLINK1] AcpiTableDxe
[OBJCOPY] AcpiTableDxe
[CC] AutoGen
[CC] cpu
[GENFW] AcpiTableDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf [X64]
[CC] CommPs2
[CC] AutoGen
[CC] ComponentName
[CC] PcRtc
[CC] device_inject
[CC] Ps2MouseAbsolutePointer
[SLINK] Ps2MouseAbsolutePointerDxe
[CC] PcRtcEntry
[SLINK] PcRtc
[CC] device_tree
[DLINK1] UhciDxe
[OBJCOPY] UhciDxe
[DLINK1] Ps2MouseAbsolutePointerDxe
[OBJCOPY] Ps2MouseAbsolutePointerDxe
[CC] gma
[GENFW] Ps2MouseAbsolutePointerDxe
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/Isa/IsaBusDxe/IsaBusDxe.inf [X64]
[GENFW] UhciDxe
[CC] AutoGen
[CC] guid
[CC] ComponentName
[CC] IsaBus
[DLINK1] PcRtc
[OBJCOPY] PcRtc
[CC] hda
[GENFW] PcRtc
[CC] IsaIo
[SLINK] IsaBusDxe
[CC] kernel_patcher
[DLINK1] IsaBusDxe
[OBJCOPY] IsaBusDxe
[CC] kext_inject
[GENFW] IsaBusDxe
[CC] kext_patcher
[CC] nvidia
[CC] platformdata
[CC] plist
[CC] smbios
[CC] sound
[CC] spd
[CC] string
[CC] usbfix
[CC] bootscreen
[CC] common
[CC] legacy
[CC] loader
[CC] lockedgraphics
[CC] secureboot
[CC] securehash
[CC] securemenu
[CC] securevars
[CC] tool
[DLINK1] Shell
[OBJCOPY] Shell
[GENFW] Shell
[CC] BmLib
[CC] FloatLib
[CC] VectorGraphics
[CC] egemb_font
[CC] egemb_icons
[CC] egemb_icons_dark
[CC] image
[CC] libscreen
[CC] load_icns
[CC] lodepng
[CC] nanosvg
[CC] nanosvgrast
[CC] scroll_images
[CC] text
[CC] IO
[CC] icns
[CC] lib
[CC] main
[CC] menu
[CC] screen
[SLINK] CLOVER
[DLINK1] CLOVER
[OBJCOPY] CLOVER
[GENFW] CLOVER

Generating DUETEFIMAINFVX64 FV
########################################
########################################
#############################
GUID cross reference file can be found at /Users/fusion71au/src/CloverBootloader/Build/Clover/RELEASE_GCC53/FV/Guid.xref

FV Space Information
DUETEFIMAINFVX64 [35%Full] 2752512 total, 981272 used, 1771240 free

- Done -
Build end time: 15:41:53, Sep.19 2019
Build total time: 00:02:14

Compressing DUETEFIMainFv.FV ...
Encoding
Compressing DxeCore.efi ...
Encoding
Compressing DxeIpl.efi ...
Encoding
Generate Loader Image ...
Created /Users/fusion71au/src/CloverBootloader/Build/Clover/RELEASE_GCC53/FV/Efildr64
879+0 records in
879+0 records out
450048 bytes transferred in 0.005076 secs (88663134 bytes/sec)
Copy CloverEFI:
  -> boot6
Changing byte at 0xa9 of boot6 to show 6 as init message:
1+0 records in
1+0 records out
1 bytes transferred in 0.000040 secs (25116 bytes/sec)
  -> BOOTX64.efi
  -> CLOVERX64.efi
Copy Mandatory drivers:
  -> FSInject.efi
  -> XhciDxe.efi
  -> SMCHelper.efi
  -> AudioDxe.efi
  -> AppleImageCodec.efi
  -> AppleKeyAggregator.efi
  -> AppleUITheme.efi
  -> FirmwareVolume.efi
  -> ApfsDriverLoader.efi
  -> FSInject.efi
  -> DataHubDxe.efi
  -> SMCHelper.efi
  -> AudioDxe.efi
  -> AppleImageCodec.efi
  -> AppleUITheme.efi
  -> AppleKeyAggregator.efi
  -> FirmwareVolume.efi
  -> GrubEXFAT.efi
  -> GrubISO9660.efi
  -> GrubNTFS.efi
  -> GrubUDF.efi
  -> CsmVideoDxe.efi
  -> EnglishDxe.efi
  -> EmuVariableUefi.efi
  -> NvmExpressDxe.efi
  -> OsxFatBinaryDrv.efi
  -> PartitionDxe.efi
  -> Ps2MouseDxe.efi
  -> UsbKbDxe.efi
  -> UsbMouseDxe.efi
  -> ApfsDriverLoader.efi
  -> Fat.efi
  -> VBoxExt2.efi
  -> VBoxExt4.efi
  -> VBoxIso9600.efi
  -> VBoxHfs.efi
  -> AppleKeyFeeder.efi
  -> HashServiceFix.efi
  -> OsxAptioFixDrv.efi
  -> OsxLowMemFixDrv.efi
  -> OsxAptioFix3Drv.efi
Copy Applications:
  -> bdmesg.efi
  -> Shell64U.efi
Done!

Generating BootSectors
make: Nothing to be done for `all'.
Done!
TOOLCHAIN_DIR: /Users/fusion71au/src/opt/local
NASM_PREFIX: /Users/fusion71au/src/opt/local/bin/
NASM_VER: 2.14.02
Building from: /Users/fusion71au/src/CloverBootloader

Running edk2 build for CloverX64 using the command:
build  -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED --conf=/Users/fusion71au/src/CloverBootloader/Conf -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -p Clover.dsc  -a X64 -b RELEASE -t GCC53 -n 5 

Build environment: Darwin-16.7.0-x86_64-i386-64bit
Build start time: 15:41:55, Sep.19 2019

WORKSPACE        = /Users/fusion71au/src/CloverBootloader
EDK_TOOLS_PATH   = /Users/fusion71au/src/CloverBootloader/BaseTools
CONF_PATH        = /Users/fusion71au/src/CloverBootloader/Conf



Processing meta-data .Architecture(s)  = X64
Build target     = RELEASE
Toolchain        = GCC53

Active Platform          = /Users/fusion71au/src/CloverBootloader/Clover.dsc
........ done!
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64]
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf [X64]
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiLib/UefiLib.inf [X64]
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64]
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
[CC] DriverEntryPoint
[CC] UefiRuntimeServicesTableLib
[SLINK] UefiDriverEntryPoint
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64]
[SLINK] UefiRuntimeServicesTableLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
[NASM] CpuFlushTlb
[CC] Acpi
[CC] PrintLib
[CC] MemoryAllocationLib
[SLINK] UefiMemoryAllocationLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
[CC] PrintLibInternal
[NASM] CpuSleep
[SLINK] BasePrintLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [X64]
[SLINK] BaseCpuLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseLib/BaseLib.inf [X64]
[CC] Console
[CC] CompareMemWrapper
[CC] UefiBootServicesTableLib
[CC] ARShiftU64
[SLINK] UefiBootServicesTableLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf [X64]
[CC] CopyMem
[CC] BitField
[CC] DevicePathFromText
[CC] DebugLib
[CC] CopyMemWrapper
[SLINK] BaseDebugLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
[CC] CheckSum
[CC] IsZeroBufferWrapper
[CC] ChkStkGcc
[CC] MemLibGeneric
[CC] PcdLib
[SLINK] BasePcdLibNull
Building ... /Users/fusion71au/src/CloverBootloader/Library/OsxBdsPlatformLib/PlatformBds.inf [X64]
[CC] Cpu
[CC] MemLibGuid
[CC] UefiDriverModel
[CC] CpuDeadLoop
[CC] ScanMem16Wrapper
[CC] DivS64x64Remainder
[CC] ScanMem32Wrapper
[CC] DivU64x32
[CC] ScanMem64Wrapper
[CC] DevicePathToText
[CC] DivU64x32Remainder
[CC] ScanMem8Wrapper
[CC] DivU64x64Remainder
[CC] SetMem
[CC] FilePaths
[CC] SetMem16Wrapper
[CC] UefiLib
[CC] DevicePathUtilities
[CC] BdsPlatform
[CC] SetMem32Wrapper
[CC] GetPowerOfTwo32
[CC] SetMem64Wrapper
[CC] GetPowerOfTwo64
[CC] SetMemWrapper
[CC] HighBitSet32
[CC] UefiDevicePathLib
[SLINK] UefiDevicePathLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/GenericBdsLib/GenericBdsLib.inf [X64]
[CC] ZeroMemWrapper
[CC] HighBitSet64
[SLINK] BaseMemoryLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf [X64]
[CC] UefiLibPrint
[CC] LRotU32
[CC] LRotU64
[CC] PlatformData
[CC] AutoGen
[SLINK] DuetBds
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf [X64]
[CC] DxeCapsuleLibNull
[CC] LShiftU64
[SLINK] DxeCapsuleLibNull
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf [X64]
[CC] LinkedList
[CC] UefiNotTiano
[CC] UefiShellInstall1CommandsLib
[SLINK] UefiLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf [X64]
[SLINK] UefiShellInstall1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf [X64]
[CC] LongJump
[CC] LowBitSet32
[CC] LowBitSet64
[CC] Math64
[CC] Alias
[CC] ModU64x32
[CC] AutoGen
[CC] MultS64x64
[CC] MultU64x32
[CC] AutoGen
[CC] MultU64x64
[CC] RRotU32
[CC] BdsBoot
[CC] Connect
[CC] RRotU64
[CC] RShiftU64
[CC] AutoGen
[CC] Cls
[CC] DevTree
[CC] SafeString
[CC] Echo
[CC] SetJump
[CC] Comp
[CC] BdsConnect
[CC] String
[CC] GetMtc
[CC] SwapBytes16
[CC] Devices
[CC] SwapBytes32
[CC] SwapBytes64
[CC] Compress
[CC] SwitchStack
[CC] Help
[CC] Unaligned
[CC] BdsConsole
[CC] Dblk
[CC] Pause
[CC] Dh
[NASM] CpuId
[CC] Dmem
[CC] Touch
[CC] Disconnect
[NASM] CpuIdEx
[CC] Type
[CC] BdsMisc
[CC] Drivers
[CC] DmpStore
[NASM] DisableCache
[CC] UefiShellLevel3CommandsLib
[CC] DevicePath
[CC] Edit
[CC] Ver
[NASM] DisablePaging64
[SLINK] UefiShellLevel3CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf [X64]
[CC] String
[CC] DrvCfg
[SLINK] GenericBdsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf [X64]
[NASM] EnableCache
[CC] AutoGen
[CC] Attrib
[CC] DrvDiag
[NASM] EnableDisableInterrupts
[CC] Exit
[CC] OpenInfo
[CC] FileBuffer
[CC] GccInline
[CC] Reconnect
[CC] For
[NASM] Lfence
[CC] AutoGen
[CC] Goto
[CC] MainTextEditor
[NASM] LongJump
[CC] UefiShellDriver1CommandsLib
[CC] Non-existing
[CC] Cd
[CC] Misc
[CC] Unload
[NASM] RdRand
[CC] If
[SLINK] UefiShellDriver1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf [X64]
[CC] Cp
[CC] AutoGen
[CC] EditInputBar
[NASM] SetJump
[CC] Shift
[CC] Load
[NASM] SwitchStack
[CC] EditMenuBar
[CC] Stall
[CC] Ls
[CC] UefiShellBcfgCommandLib
[CC] UefiShellLevel1CommandsLib
[CC] EditStatusBar
[NASM] Thunk16
[SLINK] UefiShellLevel1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf [X64]
[CC] Map
[SLINK] UefiShellBcfgCommandLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf [X64]
[NASM] WriteTr
[CC] EditTitleBar
[CC] AutoGen
[CC] MkDir
[CC] X86DisablePaging32
[CC] X86DisablePaging64
[CC] X86EnablePaging32
[CC] X86EnablePaging64
[CC] EfiCompress
[CC] X86FxRestore
[CC] ConsistMapping
[CC] Mv
[CC] X86FxSave
[CC] X86GetInterruptState
[CC] X86Msr
[CC] EfiDecompress
[CC] Parse
[CC] X86PatchInstruction
[CC] X86RdRand
[CC] UefiShellCommandLib
[CC] X86ReadGdtr
[CC] Reset
[SLINK] UefiShellCommandLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf [X64]
[CC] X86ReadIdtr
[CC] X86SpeculationBarrier
[CC] UefiHiiServicesLib
[CC] X86Thunk
[SLINK] UefiHiiServicesLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf [X64]
[CC] BufferImage
[CC] Rm
[CC] X86WriteGdtr
[CC] CpuExceptionHandlerLibNull
[CC] X86WriteIdtr
[SLINK] CpuExceptionHandlerLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64]
[SLINK] BaseLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
[CC] DebugAgentLibNull
[CC] UefiHandleParsingLib
[CC] Set
[CC] Clipboard
[SLINK] UefiHandleParsingLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
[SLINK] DebugAgentLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
[CC] BaseUefiDecompressLib
[CC] HobLib
[SLINK] BaseUefiDecompressLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
[CC] DxeCoreEntryPoint
[SLINK] DxeCoreHobLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf [X64]
[SLINK] DxeCoreEntryPoint
Building ... /Users/fusion71au/src/CloverBootloader/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
[CC] DiskImage
[CC] DxeCoreMemoryProfileLibNull
[CC] TimeDate
[CC] GuidedSectionExtraction
[CC] AutoGen
[CC] MemoryAllocationLib
[CC] LzmaDecompress
[SLINK] DxeCoreMemoryAllocationLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
[CC] UefiShellLevel2CommandsLib
[CC] FileImage
[CC] DxeExtractGuidedSectionLib
[SLINK] DxeExtractGuidedSectionLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/WaveLib/WaveLib.inf [X64]
[CC] CustomizedDisplayLib
[CC] Vol
[CC] LzFind
[SLINK] UefiShellLevel2CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/NetworkPkg/Library/DxeNetLib/DxeNetLib.inf [X64]
[CC] HexEdit
[CC] WaveLib
[SLINK] WaveLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/OpensslLib/OpensslLibNull.inf [X64]
[CC] CustomizedDisplayLibInternal
[SLINK] CustomizedDisplayLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf [X64]
[CC] LzmaDec
[CC] OpensslLibNull
[SLINK] LzmaDecompressLib
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf [X64]
[SLINK] OpensslLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf [X64]
[CC] MainHexEditor
[CC] AutoGen
[CC] DxeNetLib
[CC] DxeSecurityManagementLib
[SLINK] DxeSecurityManagementLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64]
[CC] MemImage
[CC] X86Cache
[SLINK] BaseCacheMaintenanceLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf [X64]
[CC] NetBuffer
[CC] Ifconfig6
[SLINK] DxeNetLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64]
[CC] Misc
[CC] BasePeCoff
[CC] PeCoffExtraActionLib
[SLINK] PeCoffExtraActionLibNull
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf [X64]
[CC] PeCoffLoaderEx
[SLINK] VBoxPeCoffLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf [X64]
[CC] Ping6
[CC] AutoGen
[CC] LoadPciRom
[CC] UefiShellNetwork2CommandsLib
[SLINK] UefiShellNetwork2CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf [X64]
[CC] MemMap
[CC] Ifconfig
[CC] AuthVariableLibNull
[SLINK] AuthVariableLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf [X64]
[CC] Mm
[CC] TpmMeasurementLibNull
[SLINK] TpmMeasurementLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64]
[CC] Ping
[CC] InternalGetSpinLockProperties
[CC] Mode
[CC] SynchronizationGcc
[CC] GccInline
[CC] UefiShellNetwork1CommandsLib
[SLINK] BaseSynchronizationLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/VideoBiosPatchLib/VideoBiosPatchLib.inf [X64]
[SLINK] UefiShellNetwork1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf [X64]
[CC] VarCheckLib
[CC] Hid
[CC] 915resolution
[SLINK] VarCheckLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf [X64]
[CC] CompareMemWrapper
[CC] UsbDxeLib
[CC] VideoBiosPatchLib
[SLINK] UefiUsbLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64]
[CC] CopyMemWrapper
[CC] PerformanceLib
[SLINK] BasePerformanceLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64]
[CC] edid
[SLINK] VideoBiosPatchLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf [X64]
[CC] Pci
[CC] IsZeroBufferWrapper
[CC] PeCoffGetEntryPoint
[SLINK] BasePeCoffGetEntryPointLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64]
[CC] MemLib
[CC] DxeServicesTableLib
[SLINK] DxeServicesTableLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/MemLogLibDefault/MemLogLibDefault.inf [X64]
[CC] SerMode
[CC] MemLibGeneric
[CC] BmBoot
[CC] MemLibGuid
[CC] MemLogLib
[CC] DxeServicesLib
[SLINK] MemLogLibDefault
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Library/UefiShellLib/UefiShellLib.inf [X64]
[CC] ScanMem16Wrapper
[CC] SetSize
[CC] Allocate
[SLINK] DxeServicesLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf [X64]
[CC] ScanMem32Wrapper
[CC] ScanMem64Wrapper
[CC] ApplicationEntryPoint
[CC] SetVar
[SLINK] UefiApplicationEntryPoint
[CC] BmBootDescription
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64]
[CC] ScanMem8Wrapper
[CC] SetMem16Wrapper
[CC] EventLogInfo
[CC] BmConnect
[CC] UefiShellLib
[SLINK] UefiShellLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf [X64]
[CC] SetMem32Wrapper
[CC] SetMem64Wrapper
[CC] LibSmbiosView
[CC] BmConsole
[CC] UefiFileHandleLib
[SLINK] UefiFileHandleLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf [X64]
[CC] SetMemWrapper
[CC] ZeroMemWrapper
[SLINK] UefiMemoryLib
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf [X64]
[CC] HiiLanguage
[CC] BmDriverHealth
[CC] UefiSortLib
[SLINK] UefiSortLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64]
[CC] PciLib
[SLINK] BasePciLibCf8
Building ... /Users/fusion71au/src/CloverBootloader/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf [X64]
[CC] PciCf8Lib
[CC] BmHotkey
[SLINK] BasePciCf8Lib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
[CC] PrintInfo
[CC] UefiHiiServicesLib
[SLINK] UefiHiiServicesLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf [X64]
[CC] HiiLib
[CC] DxePcdLib
[CC] BaseReportStatusCodeLib
[SLINK] DxePcdLib
Building ... /Users/fusion71au/src/CloverBootloader/Library/DuetTimerLib/DuetTimerLib.inf [X64]
[SLINK] BaseReportStatusCodeLibNull
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf [X64]
[CC] HiiString
[CC] BmLoadOption
[SLINK] UefiHiiLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
[CC] RuntimeLib
[CC] IoHighLevel
[CC] X86TimerLib
[SLINK] UefiRuntimeLib
Building ... /Users/fusion71au/src/CloverBootloader/MdePkg/Library/DxeHobLib/DxeHobLib.inf [X64]
[SLINK] DuetTimerLib
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/BiosKeyboard/KeyboardDxe.inf [X64]
[CC] IoLib
[CC] IoLibGcc
[CC] QueryTable
[CC] IoLibMmioBuffer
[CC] BmMisc
[SLINK] UefiBootManagerLib
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/AppleKeyAggregator/AppleKeyAggregator.inf [X64]
[CC] HobLib
[SLINK] DxeHobLib
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/CpuDxe/Cpu.inf [X64]
[CC] AppleKey
[NASM] IoFifo
[SLINK] BaseIoLibIntrinsic
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxExt2.inf [X64]
[CC] AutoGen
[CC] AppleKeyAggregator
[CC] SmbiosView
[CC] AutoGen
[CC] AutoGen
[CC] AutoGen
[SLINK] AppleKeyAggregator
[CC] Cpu
[CC] UefiShellDebug1CommandsLib
[SLINK] UefiShellDebug1CommandsLib
Building ... /Users/fusion71au/src/CloverBootloader/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf [X64]
[CC] BiosKeyboard
[CC] AutoGen
[CC] fsw_core
[NASM] CpuInterrupt
[SLINK] Cpu
[CC] ComponentName
[CC] ComponentName
[DLINK1] AppleKeyAggregator
[OBJCOPY] AppleKeyAggregator
[GENFW] AppleKeyAggregator
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf [X64]
[CC] fsw_efi
[CC] IsaAcpi
[CC] LegacyBiosThunk
[CC] AutoGen
[SLINK] KeyboardDxe
[CC] fsw_efi_lib
[CC] CapsuleCache
[CC] PcatIsaAcpi
[SLINK] IsaAcpi
[CC] CapsuleReset
[CC] fsw_ext2
[CC] CapsuleService
[CC] fsw_lib
[DLINK1] IsaAcpi
[OBJCOPY] IsaAcpi
[CC] SaveLongModeContext
[SLINK] VBoxExt2
[SLINK] CapsuleRuntimeDxe
[GENFW] IsaAcpi
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/OsxFatBinaryDrv/OsxFatBinaryDrv.inf [X64]
[DLINK1] Cpu
[OBJCOPY] Cpu
[GENFW] Cpu
Building ... /Users/fusion71au/src/CloverBootloader/OsxAptioFixDrv/OsxAptioFixDrv.inf [X64]
[CC] AutoGen
[DLINK1] KeyboardDxe
[OBJCOPY] KeyboardDxe
[CC] AutoGen
[GENFW] KeyboardDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf [X64]
[CC] OsxFatBinaryDrv
[DLINK1] CapsuleRuntimeDxe
[SLINK] OsxFatBinaryDrv
[OBJCOPY] CapsuleRuntimeDxe
[GENFW] CapsuleRuntimeDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/FatPkg/EnhancedFatDxe/Fat.inf [X64]
[CC] BootArgs
[CC] AutoGen
[CC] AutoGen
[CC] ComponentName
[CC] BootFixes
[DLINK1] OsxFatBinaryDrv
[OBJCOPY] OsxFatBinaryDrv
[CC] ComponentName
[CC] DecodedKernelCheck
[GENFW] OsxFatBinaryDrv
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/ISO9660.inf [X64]
[CC] Data
[CC] AutoGen
[CC] device_tree
[CC] Delete
[CC] driver
[CC] Lib
[CC] DirectoryCache
[CC] ConSplitter
[CC] Mach-O
[CC] file
[CC] NVRAMDebug
[CC] ConSplitterGraphics
[CC] DirectoryManage
[SLINK] ConSplitterDxe
[CC] grub
[CC] OsxAptioFixDrv
[CC] DiskCache
[CC] fshelp
[CC] VMem
[CC] Fat
[CC] iso9660
[CC] FileName
[NASM] AsmFuncsX64
[SLINK] OsxAptioFixDrv
[CC] device
[CC] FileSpace
[DLINK1] VBoxExt2
[CC] err
[OBJCOPY] VBoxExt2
[CC] Flush
[GENFW] VBoxExt2
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/Isa/Ps2MouseDxe/Ps2MouseDxe.inf [X64]
[CC] list
[CC] Hash
[CC] AutoGen
[CC] misc
[CC] Info
[CC] CommPs2
[CC] grub_driver
[CC] Init
[CC] ComponentName
[CC] Misc
[CC] grub_file
[CC] Ps2Mouse
[SLINK] Ps2MouseDxe
[CC] logging
[CC] Open
[CC] OpenVolume
[CC] missing
[CC] path
[CC] ReadWrite
[CC] utf8
[CC] UnicodeCollation
[DLINK1] Ps2MouseDxe
[SLINK] Fat
[SLINK] GrubISO9660
[OBJCOPY] Ps2MouseDxe
[DLINK1] OsxAptioFixDrv
[GENFW] Ps2MouseDxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/AppleUITheme/AppleUITheme.inf [X64]
[OBJCOPY] OsxAptioFixDrv
[DLINK1] ConSplitterDxe
[OBJCOPY] ConSplitterDxe
[GENFW] OsxAptioFixDrv
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxIso9660.inf [X64]
[GENFW] ConSplitterDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/UDF.inf [X64]
[CC] AutoGen
[CC] AppleUITheme
[CC] AutoGen
[CC] AutoGen
[SLINK] AppleUITheme
[CC] fsw_core
[CC] driver
[DLINK1] AppleUITheme
[OBJCOPY] AppleUITheme
[CC] fsw_efi
[CC] file
[GENFW] AppleUITheme
Building ... /Users/fusion71au/src/CloverBootloader/OsxLowMemFixDrv/OsxLowMemFixDrv.inf [X64]
[CC] fsw_efi_lib
[CC] AutoGen
[CC] grub
[CC] fsw_iso9660
[CC] fshelp
[CC] Lib
[CC] OsxLowMemFixDrv
[CC] fsw_lib
[SLINK] OsxLowMemFixDrv
[SLINK] VBoxIso9600
[CC] udf
[CC] device
[DLINK1] OsxLowMemFixDrv
[OBJCOPY] OsxLowMemFixDrv
[GENFW] OsxLowMemFixDrv
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/AppleImageCodec/AppleImageCodec.inf [X64]
[CC] err
[CC] list
[CC] AppleImageCodec
[CC] AutoGen
[CC] misc
[CC] load_bmp
[CC] grub_driver
[CC] load_icns
[DLINK1] VBoxIso9600
[OBJCOPY] VBoxIso9600
[GENFW] VBoxIso9600
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf [X64]
[CC] grub_file
[DLINK1] GrubISO9660
[OBJCOPY] GrubISO9660
[CC] AutoGen
[CC] picopng
[SLINK] AppleImageCodec
[DLINK1] Fat
[OBJCOPY] Fat
[CC] Expression
[GENFW] Fat
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/Isa/IsaBusDxe/IsaBusDxe.inf [X64]
[CC] AutoGen
[CC] logging
[CC] IfrParse
[CC] ComponentName
[CC] missing
[GENFW] GrubISO9660
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf [X64]
[CC] IsaBus
[CC] path
[CC] AutoGen
[CC] Presentation
[CC] utf8
[CC] ComponentName
[SLINK] GrubUDF
[CC] IsaIo
[SLINK] IsaBusDxe
[CC] Ehci
[CC] EhciDebug
[CC] Setup
[CC] EhciReg
[SLINK] SetupBrowser
[DLINK1] AppleImageCodec
[OBJCOPY] AppleImageCodec
[DLINK1] IsaBusDxe
[OBJCOPY] IsaBusDxe
[GENFW] AppleImageCodec
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf [X64]
[GENFW] IsaBusDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/ApfsDriverLoader/ApfsDriverLoader.inf [X64]
[CC] EhciSched
[CC] AutoGen
[CC] EhciUrb
[CC] ApfsDriverLoader
[CC] AutoGen
[CC] UsbHcMem
[SLINK] EhciDxe
[CC] EfiComponentName
[SLINK] ApfsDriverLoader
[CC] FormDisplay
[CC] InputHandler
[CC] Popup
[DLINK1] ApfsDriverLoader
[OBJCOPY] ApfsDriverLoader
[CC] ProcessOptions
[GENFW] ApfsDriverLoader
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf [X64]
[SLINK] DisplayEngine
[CC] AutoGen
[DLINK1] EhciDxe
[OBJCOPY] EhciDxe
[GENFW] EhciDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxExt4.inf [X64]
[CC] AutoGen
[CC] NullMemoryTest
[SLINK] NullMemoryTestDxe
[CC] fsw_core
[DLINK1] GrubUDF
[OBJCOPY] GrubUDF
[DLINK1] NullMemoryTestDxe
[OBJCOPY] NullMemoryTestDxe
[GENFW] GrubUDF
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/NTFS.inf [X64]
[CC] fsw_efi
[GENFW] NullMemoryTestDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf [X64]
[CC] AutoGen
[CC] fsw_efi_lib
[CC] AutoGen
[CC] driver
[CC] EbcDebuggerHook
[CC] fsw_ext4
[CC] file
[CC] fsw_lib
[SLINK] VBoxExt4
[CC] EbcExecute
[CC] grub
[CC] EbcInt
[CC] fshelp
[NASM] EbcLowLevel
[CC] ntfs
[CC] EbcSupport
[SLINK] EbcDxe
[CC] ntfscomp
[CC] device
[CC] err
[CC] list
[CC] misc
[CC] grub_driver
[DLINK1] VBoxExt4
[CC] grub_file
[OBJCOPY] VBoxExt4
[GENFW] VBoxExt4
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf [X64]
[CC] logging
[CC] AutoGen
[CC] missing
[DLINK1] EbcDxe
[OBJCOPY] EbcDxe
[CC] path
[GENFW] EbcDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxReiserFS.inf [X64]
[CC] AutoGen
[CC] utf8
[CC] ConfigKeywordHandler
[SLINK] GrubNTFS
[CC] fsw_core
[CC] fsw_efi
[CC] ConfigRouting
[CC] fsw_efi_lib
[DLINK1] DisplayEngine
[OBJCOPY] DisplayEngine
[CC] fsw_lib
[GENFW] DisplayEngine
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/DriverOverride/DriverOverride.inf [X64]
[CC] Database
[CC] fsw_reiserfs
[CC] AutoGen
[SLINK] VBoxReiserFS
[DLINK1] SetupBrowser
[OBJCOPY] SetupBrowser
[CC] DriverOverride
[GENFW] SetupBrowser
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxEfiLdr/EfiLdr.inf [X64]
[SLINK] DriverOverride
[CC] AutoGen
[DLINK1] DriverOverride
[OBJCOPY] DriverOverride
[CC] Debug
[CC] Font
[GENFW] DriverOverride
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/HashServiceFix/HashServiceFix.inf [X64]
[CC] EfiLoader
[CC] HiiDatabaseEntry
[CC] AutoGen
[CC] PeLoader
[CC] HashServiceFix
[CC] Support
[SLINK] EfiLoader
[CC] Image
[CC] sha1
[SLINK] HashServiceFix
[CC] ImageEx
[CC] String
[SLINK] HiiDatabase
[DLINK1] GrubNTFS
[OBJCOPY] GrubNTFS
[GENFW] GrubNTFS
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf [X64]
[CC] AutoGen
[DLINK1] HashServiceFix
[OBJCOPY] HashServiceFix
[GENFW] HashServiceFix
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf [X64]
[DLINK1] VBoxReiserFS
[OBJCOPY] VBoxReiserFS
[CC] SmbiosDxe
[GENFW] VBoxReiserFS
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/PartitionDxe/PartitionDxe.inf [X64]
[SLINK] SmbiosDxe
[CC] Apple
[DLINK1] EfiLoader
[OBJCOPY] EfiLoader
[CC] AutoGen
[GENFW] EfiLoader
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf [X64]
[CC] AutoGen
[DLINK1] SmbiosDxe
[OBJCOPY] SmbiosDxe
[CC] ComponentName
[GENFW] SmbiosDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf [X64]
[CC] AutoGen
[CC] DiskIo
[CC] AutoGen
[SLINK] DiskIoDxe
[CC] WatchdogTimer
[SLINK] WatchdogTimer
[CC] ComponentName
[DLINK1] WatchdogTimer
[OBJCOPY] WatchdogTimer
[CC] ComponentName
[CC] NvmExpress
[GENFW] WatchdogTimer
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/DataHubDxe/DataHubDxe.inf [X64]
[CC] ElTorito
[CC] AutoGen
[CC] NvmExpressBlockIo
[CC] Gpt
[CC] DataHub
[SLINK] DataHubDxe
[CC] NvmExpressDiskInfo
[CC] Mbr
[CC] Partition
[CC] NvmExpressHci
[SLINK] PartitionDxe
[DLINK1] DataHubDxe
[OBJCOPY] DataHubDxe
[GENFW] DataHubDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf [X64]
[CC] NvmExpressPassthru
[SLINK] NvmExpressDxe
[CC] AutoGen
[CC] Crc32
[DLINK1] DiskIoDxe
[OBJCOPY] DiskIoDxe
[CC] Runtime
[SLINK] RuntimeDxe
[GENFW] DiskIoDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/HFSPLUS.inf [X64]
[CC] AutoGen
[DLINK1] RuntimeDxe
[OBJCOPY] RuntimeDxe
[DLINK1] PartitionDxe
[CC] driver
[OBJCOPY] PartitionDxe
[GENFW] RuntimeDxe
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/GrubFS/src/EXFAT.inf [X64]
[GENFW] PartitionDxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/FirmwareVolume/FirmwareVolume.inf [X64]
[CC] AutoGen
[CC] file
[CC] AutoGen
[CC] driver
[CC] grub
[CC] FirmwareVolume
[SLINK] FirmwareVolume
[CC] fshelp
[CC] file
[DLINK1] FirmwareVolume
[OBJCOPY] FirmwareVolume
[CC] grub
[CC] hfsplus
[GENFW] FirmwareVolume
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/UsbKbDxe/UsbKbDxe.inf [X64]
[CC] hfspluscomp
[CC] exfat
[CC] AppleKey
[CC] fshelp
[CC] gzio
[CC] AutoGen
[CC] device
[CC] device
[CC] ComponentName
[CC] err
[CC] err
[CC] EfiKey
[CC] list
[CC] list
[CC] misc
[CC] misc
[DLINK1] NvmExpressDxe
[OBJCOPY] NvmExpressDxe
[CC] grub_driver
[CC] KeyBoard
[CC] grub_driver
[GENFW] NvmExpressDxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/DumpUefiCalls/DumpUefiCalls.inf [X64]
[SLINK] UsbKbDxe
[CC] grub_file
[CC] grub_file
[CC] logging
[CC] logging
[CC] AppleProtocols
[CC] AutoGen
[CC] missing
[CC] missing
[CC] path
[CC] path
[CC] BootServices
[CC] utf8
[SLINK] GrubHFSPLUS
[CC] DataHub
[CC] DumpUefiCalls
[CC] FileLib
[CC] Fs
[DLINK1] UsbKbDxe
[OBJCOPY] UsbKbDxe
[DLINK1] HiiDatabase
[OBJCOPY] HiiDatabase
[CC] utf8
[GENFW] HiiDatabase
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf [X64]
[SLINK] GrubEXFAT
[CC] Lib
[CC] AutoGen
[CC] Log
[CC] ComponentName
[CC] MemLog
[CC] MouseHid
[CC] RuntimeServices
[SLINK] DumpUefiCalls
[GENFW] UsbKbDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/GraphicsConsoleDxe/GraphicsConsoleDxe.inf [X64]
[CC] UsbMouse
[SLINK] UsbMouseDxe
[CC] AutoGen
[CC] ComponentName
[CC] GraphicsConsole
[CC] LaffStd
[SLINK] GraphicsConsoleDxe
[DLINK1] GrubHFSPLUS
[OBJCOPY] GrubHFSPLUS
[GENFW] GrubHFSPLUS
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf [X64]
[DLINK1] UsbMouseDxe
[OBJCOPY] UsbMouseDxe
[GENFW] UsbMouseDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf [X64]
[CC] AutoGen
[CC] MonotonicCounter
[CC] AutoGen
[SLINK] MonotonicCounterRuntimeDxe
[CC] DevicePath
[SLINK] DevicePathDxe
[DLINK1] GraphicsConsoleDxe
[OBJCOPY] GraphicsConsoleDxe
[DLINK1] MonotonicCounterRuntimeDxe
[OBJCOPY] MonotonicCounterRuntimeDxe
[GENFW] GraphicsConsoleDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf [X64]
[GENFW] MonotonicCounterRuntimeDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf [X64]
[CC] AutoGen
[CC] AutoGen
[DLINK1] GrubEXFAT
[OBJCOPY] GrubEXFAT
[CC] UnicodeCollationEng
[SLINK] EnglishDxe
[GENFW] GrubEXFAT
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf [X64]
[CC] ComponentName
[CC] AutoGen
[DLINK1] EnglishDxe
[OBJCOPY] EnglishDxe
[CC] Uhci
[GENFW] EnglishDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf [X64]
[CC] AutoGen
[CC] CommPs2
[CC] UhciDebug
[CC] ComponentName
[CC] ComponentName
[CC] UhciQueue
[DLINK1] DumpUefiCalls
[CC] UsbMassBoot
[CC] Ps2MouseAbsolutePointer
[OBJCOPY] DumpUefiCalls
[SLINK] Ps2MouseAbsolutePointerDxe
[GENFW] DumpUefiCalls
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/MsgLog/MsgLog.inf [X64]
[CC] UhciReg
[CC] AutoGen
[CC] UsbMassBot
[CC] MsgLog
[SLINK] MsgLog
[CC] UsbMassCbi
[CC] UhciSched
[DLINK1] MsgLog
[OBJCOPY] MsgLog
[GENFW] MsgLog
Building ... /Users/fusion71au/src/CloverBootloader/OsxAptioFixDrv/OsxAptioFix3Drv.inf [X64]
[CC] UsbMassDiskInfo
[CC] AutoGen
[CC] UsbHcMem
[CC] BootArgs
[SLINK] UhciDxe
[CC] UsbMassImpl
[SLINK] UsbMassStorageDxe
[CC] BootFixes3
[DLINK1] Ps2MouseAbsolutePointerDxe
[OBJCOPY] Ps2MouseAbsolutePointerDxe
[CC] DecodedKernelCheck
[GENFW] Ps2MouseAbsolutePointerDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/PciRootBridgeDxe/PciRootBridge.inf [X64]
[CC] device_tree
[CC] AutoGen
[CC] DeviceIo
[CC] Lib
[CC] Mach-O
[CC] PcatIo
[CC] NVRAMDebug
[CC] PcatPciRootBridge
[CC] OsxAptioFix3Drv
[CC] PcatPciRootBridgeDevicePath
[CC] VMem
[DLINK1] UsbMassStorageDxe
[CC] PcatPciRootBridgeIo
[OBJCOPY] UsbMassStorageDxe
[SLINK] PcatPciRootBridge
[GENFW] UsbMassStorageDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxPciBusNoEnumerationDxe/PciBusNoEnumeration.inf [X64]
[NASM] AsmFuncsX64
[CC] AutoGen
[DLINK1] UhciDxe
[NASM] RTShims
[OBJCOPY] UhciDxe
[CC] ComponentName
[SLINK] OsxAptioFix3Drv
[DLINK1] DevicePathDxe
[GENFW] UhciDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxBdsDxe/BdsDxe.inf [X64]
[OBJCOPY] DevicePathDxe
[GENFW] DevicePathDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxDxeIpl/DxeIpl.inf [X64]
[CC] PciBus
[CC] AutoGen
[DLINK1] PcatPciRootBridge
[OBJCOPY] PcatPciRootBridge
[GENFW] PcatPciRootBridge
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf [X64]
[CC] AutoGen
[CC] Debug
[CC] AutoGen
[CC] PciCommand
[CC] CpuIo2Dxe
[CC] DxeInit
[SLINK] CpuIo2Dxe
[CC] PciDeviceSupport
[CC] BdsEntry
[DLINK1] CpuIo2Dxe
[VFR] BdsDxe
[CC] HobGeneration
[OBJCOPY] CpuIo2Dxe
[CC] PciDriverOverride
[GENFW] CpuIo2Dxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/SMCHelper/SMCHelper.inf [X64]
[CC] Bm
[CC] AutoGen
[CC] LegacyTable
[CC] PciEnumerator
[CC] SMCHelper
[CC] EnterDxeCore
[CC] BBSsupport
[SLINK] SMCHelper
[CC] PciEnumeratorSupport
[CC] Paging
[SLINK] DxeIpl
[DLINK1] SMCHelper
[OBJCOPY] SMCHelper
[CC] BmLib
[GENFW] SMCHelper
Building ... /Users/fusion71au/src/CloverBootloader/FSInject/FSInject.inf [X64]
[CC] PciIo
[CC] AutoGen
[DLINK1] DxeIpl
[OBJCOPY] DxeIpl
[CC] PciOptionRomSupport
[GENFW] DxeIpl
Building ... /Users/fusion71au/src/CloverBootloader/LegacyBios/VideoDxe/VideoDxe.inf [X64]
[CC] PciPowerManagement
[CC] AutoGen
[DLINK1] OsxAptioFix3Drv
[OBJCOPY] OsxAptioFix3Drv
[CC] BootMaint
[CC] FSInject
[GENFW] OsxAptioFix3Drv
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf [X64]
[CC] PciRomTable
[SLINK] PciBusNoEnumerationDxe
[CC] Test
[SLINK] FSInject
[CC] AutoGen
[CC] ComponentName
[CC] BiosVideo
[CC] BootOption
[CC] ComponentName
[CC] Ps2KbdCtrller
[SLINK] CsmVideoDxe
[CC] Data
[CC] Ps2KbdTextIn
[CC] FileExplorer
[CC] Ps2Keyboard
[SLINK] Ps2KeyboardDxe
[CC] UpdatePage
[DLINK1] PciBusNoEnumerationDxe
[OBJCOPY] PciBusNoEnumerationDxe
[GENFW] PciBusNoEnumerationDxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/EmuVariableUefi/EmuVariableRuntimeDxe.inf [X64]
[CC] Variable
[VFR] BdsDxe
[CC] AutoGen
[CC] BootManagerVfr
[DLINK1] FSInject
[OBJCOPY] FSInject
[CC] BootManager
[CC] EmuVariable
[CC] InitVariable
[SLINK] EmuVariableUefi
[CC] Capsules
[VFR] BdsDxe
[CC] DeviceManagerVfr
[DLINK1] Ps2KeyboardDxe
[OBJCOPY] Ps2KeyboardDxe
[GENFW] Ps2KeyboardDxe
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/AudioDxe/AudioDxe.inf [X64]
[GENFW] FSInject
Building ... /Users/fusion71au/src/CloverBootloader/FileSystems/VBoxFsDxe/VBoxHfs.inf [X64]
[CC] AutoGen
[CC] AudioDxe
[CC] DeviceManager
[VFR] BdsDxe
[CC] AutoGen
[CC] DriverHealthVfr
[VFR] BdsDxe
[CC] fsw_core
[DLINK1] CsmVideoDxe
[OBJCOPY] CsmVideoDxe
[CC] FE
[GENFW] CsmVideoDxe
Building ... /Users/fusion71au/src/CloverBootloader/ShellPkg/Application/Shell/Shell.inf [X64]
[CC] HdaCodec
[CC] fsw_efi
[CC] HdaCodecAudioIo
[CC] AutoGen
[CC] fsw_efi_lib
[CC] HdaCodecComponentName
[CC] FrontPage
[VFR] BdsDxe
[CC] HdaCodecInfo
[CC] ConsoleLogger
[CC] FrontPageVfr
[CC] ConsoleWrappers
[CC] fsw_hfs
[CC] HdaController
[CC] HdaControllerComponentName
[CC] Hotkey
[CC] fsw_lib
[SLINK] VBoxHfs
[CC] HdaControllerHdaIo
[CC] FileHandleWrappers
[CC] HwErrRecSupport
[CC] HdaControllerInfo
[DLINK1] EmuVariableUefi
[OBJCOPY] EmuVariableUefi
[CC] Language
[CC] Shell
[GENFW] EmuVariableUefi
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxDxeCore/DxeMain.inf [X64]
[CC] AutoGen
[CC] HdaControllerMem
[CC] ShellEnvVar
[CC] MemoryTest
[CC] HdaModels
[SLINK] AudioDxe
[CC] Dependency
[CC] String
[CC] ShellManParser
[SLINK] BdsDxe
[CC] Dispatcher
[CC] DxeMain
[CC] DxeProtocolNotify
[CC] ShellParametersProtocol
[CC] Event
[CC] Timer
[CC] ShellProtocol
[SLINK] Shell
[CC] Tpl
[CC] Ffs
[CC] FwVol
[CC] FwVolAttrib
[CC] FwVolRead
[DLINK1] AudioDxe
[OBJCOPY] AudioDxe
[GENFW] AudioDxe
Building ... /Users/fusion71au/src/CloverBootloader/LegacyBios/BlockIoDxe/BlockIoDxe.inf [X64]
[CC] FwVolWrite
[CC] AutoGen
[CC] FwVolBlock
[CC] BiosBlkIo
[CC] BiosInt13
[CC] Gcd
[DLINK1] VBoxHfs
[CC] ComponentName
[OBJCOPY] VBoxHfs
[GENFW] VBoxHfs
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/UsbBusDxe/UsbBusDxe.inf [X64]
[CC] DriverSupport
[CC] LegacyBiosThunk
[SLINK] BiosBlockIoDxe
[CC] AutoGen
[CC] ComponentName
[CC] Handle
[CC] UsbBus
[CC] Locate
[CC] UsbDesc
[CC] Notify
[CC] UsbEnumer
[CC] Image
[CC] UsbHub
[CC] Library
[CC] MemData
[DLINK1] BiosBlockIoDxe
[OBJCOPY] BiosBlockIoDxe
[GENFW] BiosBlockIoDxe
Building ... /Users/fusion71au/src/CloverBootloader/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf [X64]
[CC] Page
[CC] 8259
[CC] AutoGen
[SLINK] Legacy8259
[CC] Pool
[CC] UsbUtility
[SLINK] UsbBusDxe
[DLINK1] Legacy8259
[OBJCOPY] Legacy8259
[CC] DebugImageInfo
[GENFW] Legacy8259
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/AcpiReset/Reset.inf [X64]
[CC] AutoGen
[CC] InstallConfigurationTable
[CC] Reset
[SLINK] AcpiReset
[CC] SetWatchdogTimer
[DLINK1] AcpiReset
[OBJCOPY] AcpiReset
[CC] Stall
[GENFW] AcpiReset
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/XhciDxe/XhciDxe.inf [X64]
[CC] AutoGen
[CC] CoreSectionExtraction
[SLINK] DxeCore
[CC] ComponentName
[CC] UsbHcMem
[CC] Xhci
[CC] XhciReg
[DLINK1] UsbBusDxe
[OBJCOPY] UsbBusDxe
[GENFW] UsbBusDxe
Building ... /Users/fusion71au/src/CloverBootloader/rEFIt_UEFI/refit.inf [X64]
[CC] XhciSched
[SLINK] XhciDxe
[CC] AutoGen
[CC] AcpiPatcher
[CC] AmlGenerator
[CC] BdsConnect
[DLINK1] DxeCore
[OBJCOPY] DxeCore
[GENFW] DxeCore
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf [X64]
[CC] AutoGen
[CC] BootLog
[CC] Pcd
[CC] Service
[SLINK] PcdDxe
[CC] BootOptions
[DLINK1] BdsDxe
[OBJCOPY] BdsDxe
[GENFW] BdsDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Metronome/Metronome.inf [X64]
[DLINK1] XhciDxe
[OBJCOPY] XhciDxe
[CC] AutoGen
[GENFW] XhciDxe
Building ... /Users/fusion71au/src/CloverBootloader/Drivers/OhciDxe/OhciDxe.inf [X64]
[CC] Metronome
[SLINK] Metronome
[CC] AutoGen
[DLINK1] Metronome
[OBJCOPY] Metronome
[CC] ComponentName
[GENFW] Metronome
Building ... /Users/fusion71au/src/CloverBootloader/LegacyBios/Region2Dxe/LegacyRegion2Dxe.inf [X64]
[CC] AutoGen
[CC] LegacyRegion2
[SLINK] LegacyRegion2Dxe
[CC] Ohci
[CC] Console
[DLINK1] PcdDxe
[CC] OhciDebug
[OBJCOPY] PcdDxe
[GENFW] PcdDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf [X64]
[CC] AutoGen
[CC] OhciReg
[CC] Defer3rdPartyImageLoad
[CC] DataHubCpu
[CC] OhciSched
[CC] SecurityStub
[SLINK] SecurityStubDxe
[CC] OhciUrb
[CC] Edid
[CC] UsbHcMem
[DLINK1] LegacyRegion2Dxe
[SLINK] OhciDxe
[OBJCOPY] LegacyRegion2Dxe
[GENFW] LegacyRegion2Dxe
Building ... /Users/fusion71au/src/CloverBootloader/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf [X64]
[DLINK1] SecurityStubDxe
[OBJCOPY] SecurityStubDxe
[GENFW] SecurityStubDxe
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf [X64]
[CC] AutoGen
[CC] Events
[CC] Timer
[CC] AutoGen
[SLINK] Timer
[CC] Measurement
[DLINK1] Timer
[OBJCOPY] Timer
[GENFW] Timer
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/BiosVideo/BiosVideo.inf [X64]
[CC] Reclaim
[CC] AutoGen
[CC] SpeculationBarrierDxe
[CC] TcgMorLockDxe
[CC] BiosVideoNew
[CC] FixBiosDsdt
[CC] ComponentName
[CC] LegacyBiosThunk
[SLINK] BiosVideo
[CC] HdaCodecDump
[DLINK1] OhciDxe
[OBJCOPY] OhciDxe
[GENFW] OhciDxe
Building ... /Users/fusion71au/src/CloverBootloader/Protocols/AppleKeyFeeder/AppleKeyFeeder.inf [X64]
[CC] VarCheck
[CC] Hibernate
[CC] AppleKeyFeeder
[CC] AppleKeyMapUtils
[CC] Injectors
[CC] AutoGen
[CC] Variable
[CC] SimpleTextExProxy
[CC] LegacyBiosThunk
[DLINK1] BiosVideo
[OBJCOPY] BiosVideo
[CC] SimpleTextProxy
[SLINK] AppleKeyFeeder
[CC] LegacyBoot
[DLINK1] AppleKeyFeeder
[OBJCOPY] AppleKeyFeeder
[GENFW] AppleKeyFeeder
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxSmbiosGenDxe/SmbiosGen.inf [X64]
[GENFW] BiosVideo
Building ... /Users/fusion71au/src/CloverBootloader/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf [X64]
[CC] VariableDxe
[CC] AutoGen
[CC] AutoGen
[CC] Net
[CC] VariableExLib
[SLINK] VariableRuntimeDxe
[CC] ComponentName
[CC] SmbiosGen
[SLINK] SmbiosGenDxe
[CC] ConPlatform
[SLINK] ConPlatformDxe
[CC] Nvram
[DLINK1] SmbiosGenDxe
[OBJCOPY] SmbiosGenDxe
[GENFW] SmbiosGenDxe
Building ... /Users/fusion71au/src/CloverBootloader/bdmesg_efi/bdmesg.inf [X64]
[CC] AutoGen
[CC] PlatformDriverOverride
[CC] bdmesg
[DLINK1] ConPlatformDxe
[SLINK] bdmesg
[OBJCOPY] ConPlatformDxe
[GENFW] ConPlatformDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/OsxAcpiTableDxe/AcpiTableDxe.inf [X64]
[CC] AcpiTable
[CC] AcpiTableProtocol
[CC] AutoGen
[SLINK] AcpiTableDxe
[CC] Pointer
[DLINK1] AcpiTableDxe
[OBJCOPY] AcpiTableDxe
[GENFW] AcpiTableDxe
Building ... /Users/fusion71au/src/CloverBootloader/CloverEFI/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf [X64]
[DLINK1] VariableRuntimeDxe
[OBJCOPY] VariableRuntimeDxe
[GENFW] VariableRuntimeDxe
[DLINK1] bdmesg
[CC] AutoGen
[OBJCOPY] bdmesg
[GENFW] bdmesg
[CC] PcRtc
[CC] PcRtcEntry
[SLINK] PcRtc
[CC] Settings
[CC] StartupSound
[DLINK1] PcRtc
[OBJCOPY] PcRtc
[GENFW] PcRtc
[CC] StateGenerator
[CC] ati
[CC] b64cdecode
[CC] card_vlist
[CC] cpu
[CC] device_inject
[CC] device_tree
[CC] gma
[CC] guid
[CC] hda
[CC] kernel_patcher
[CC] kext_inject
[CC] kext_patcher
[CC] nvidia
[CC] platformdata
[CC] plist
[CC] smbios
[CC] sound
[CC] spd
[CC] string
[CC] usbfix
[CC] bootscreen
[CC] common
[CC] legacy
[CC] loader
[CC] lockedgraphics
[CC] secureboot
[CC] securehash
[CC] securemenu
[CC] securevars
[CC] tool
[CC] BmLib
[DLINK1] Shell
[OBJCOPY] Shell
[GENFW] Shell
[CC] FloatLib
[CC] VectorGraphics
[CC] egemb_font
[CC] egemb_icons
[CC] egemb_icons_dark
[CC] image
[CC] libscreen
[CC] load_icns
[CC] lodepng
[CC] nanosvg
[CC] nanosvgrast
[CC] scroll_images
[CC] text
[CC] IO
[CC] icns
[CC] lib
[CC] main
[CC] menu
[CC] screen
[SLINK] CLOVER
[DLINK1] CLOVER
[OBJCOPY] CLOVER
[GENFW] CLOVER

Generating DUETEFIMAINFVX64 FV
########################################
########################################
#######
GUID cross reference file can be found at /Users/fusion71au/src/CloverBootloader/Build/Clover/RELEASE_GCC53/FV/Guid.xref

FV Space Information
DUETEFIMAINFVX64 [27%Full] 2752512 total, 769336 used, 1983176 free

- Done -
Build end time: 15:44:05, Sep.19 2019
Build total time: 00:02:10

Compressing DUETEFIMainFv.FV ...
Encoding
Compressing DxeCore.efi ...
Encoding
Compressing DxeIpl.efi ...
Encoding
Generate Loader Image ...
Created /Users/fusion71au/src/CloverBootloader/Build/Clover/RELEASE_GCC53/FV/Efildr64
879+0 records in
879+0 records out
450048 bytes transferred in 0.006047 secs (74424876 bytes/sec)
Copy CloverEFI:
  -> boot7
Changing byte at 0xa9 of boot7 to show 7 as init message:
1+0 records in
1+0 records out
1 bytes transferred in 0.000038 secs (26379 bytes/sec)
  -> BOOTX64.efi
  -> CLOVERX64.efi
Copy Mandatory drivers:
  -> FSInject.efi
  -> XhciDxe.efi
  -> SMCHelper.efi
  -> AudioDxe.efi
  -> AppleImageCodec.efi
  -> AppleKeyAggregator.efi
  -> AppleUITheme.efi
  -> FirmwareVolume.efi
  -> ApfsDriverLoader.efi
  -> FSInject.efi
  -> DataHubDxe.efi
  -> SMCHelper.efi
  -> AudioDxe.efi
  -> AppleImageCodec.efi
  -> AppleUITheme.efi
  -> AppleKeyAggregator.efi
  -> FirmwareVolume.efi
  -> GrubEXFAT.efi
  -> GrubISO9660.efi
  -> GrubNTFS.efi
  -> GrubUDF.efi
  -> CsmVideoDxe.efi
  -> EnglishDxe.efi
  -> EmuVariableUefi.efi
  -> NvmExpressDxe.efi
  -> OsxFatBinaryDrv.efi
  -> PartitionDxe.efi
  -> Ps2MouseDxe.efi
  -> UsbKbDxe.efi
  -> UsbMouseDxe.efi
  -> ApfsDriverLoader.efi
  -> Fat.efi
  -> VBoxExt2.efi
  -> VBoxExt4.efi
  -> VBoxIso9600.efi
  -> VBoxHfs.efi
  -> AppleKeyFeeder.efi
  -> HashServiceFix.efi
  -> OsxAptioFixDrv.efi
  -> OsxLowMemFixDrv.efi
  -> OsxAptioFix3Drv.efi
Copy Applications:
  -> bdmesg.efi
  -> Shell64U.efi
Done!

Generating BootSectors
make: Nothing to be done for `all'.
Done!
[BUILD PKG]
[CHECK XCODE]

========= Translating Resources ========
/Users/fusion71au/src/CloverBootloader/CloverPackage/package/../../../opt/local
Updating 'en' strings file for CloverUpdater... done
Updating 'en' strings file for Clover Preference Panel... done
Updating strings file for Clover Preference Panel... done

Updating 'en' strings file for CloverUpdater... done
Generating de interface... done
Generating es interface... done
Generating fr interface... done
Generating hr interface... done
Generating id interface... done
Generating it interface... done
Generating ja interface... done
Generating ko interface... done
Generating lv interface... done
Generating nl interface... done
Generating pl interface... done
Generating pt-BR interface... done
Generating pt interface... done
Generating ro interface... done
Generating ru interface... done
Generating tr interface... done
Generating uk interface... done
Generating uk_UA interface... done
Generating vi interface... done
Generating zh_CN interface... done
Generating zh_TW interface... done
Building CloverUpdater application...
[XCODE]
Updating 'en' strings file for Clover Preference Panel... done
Generating de interface... done
Generating es interface... done
Generating fr interface... done
Generating hr interface... done
Generating id interface... done
Generating it interface... done
Generating ja interface... done
Generating ko interface... done
Generating lv interface... done
Generating nl interface... done
Generating pl interface... done
Generating pt-BR interface... done
Generating pt interface... done
Generating ro interface... done
Generating ru interface... done
Generating tr interface... done
Generating uk interface... done
Generating uk_UA interface... done
Generating vi interface... done
Generating zh_CN interface... done
Generating zh_TW interface... done
Updating strings file for Clover Preference Panel... done
Check de strings... done
Check en strings... done
Check es strings... done
Check fr strings... done
Check hr strings... done
Check id strings... done
Check it strings... done
Check ja strings... done
Check ko strings... done
Check lv strings... done
Check nl strings... done
Check pl strings... done
Check pt-BR strings... done
Check pt strings... done
Check ro strings... done
Check ru strings... done
Check tr strings... done
Check uk strings... done
Check uk_UA strings... done
Check vi strings... done
Check zh_CN strings... done
Check zh_TW strings... done
Building CloverPrefpane preference...
[XCODE]
================= Making all in boot1-install =================
	[XCODE] boot1-install
================= Making all in partutil =================
	[XCODE] partutil
================= Making all in bdmesg =================
	[XCODE] bdmesg
================= Making all in clover-genconfig =================
	[XCODE] clover-genconfig
================= Making all in espfinder =================
	[XCODE] espfinder

  -------------------------------
  Building Clover Install Package
  -------------------------------

====================== Preinstall ======================
	[BUILD] Pre
===================== Installation =====================
	[BUILD] UEFI.only
================== Target ESP ==========================
	[BUILD] Target.ESP
=================== BiosBoot ===========================
	[BUILD] BiosBoot
===================== Utils ============================
	[BUILD] Utils
===================== EFI folder =======================
	[BUILD] EFIFolder
===================== off drivers ======================
	[BUILD] off
===================== BootLoaders ======================
	[BUILD] AltBoot
	[BUILD] bootNo
	[BUILD] boot0af
	[BUILD] boot0ss
====================== CloverEFI =======================
	[BUILD] cloverEFI.64.sata
	[BUILD] cloverEFI.64.blockio
================= drivers64 mandatory ==================
	[BUILD] AudioDxe
	[BUILD] FSInject
	[BUILD] SMCHelper
	[BUILD] XhciDxe
===================== drivers64 ========================
=============== drivers64 FileSystem ===================
	[BUILD] ApfsDriverLoader
	[BUILD] GrubEXFAT
	[BUILD] GrubISO9660
	[BUILD] GrubNTFS
	[BUILD] GrubUDF
=============== drivers64 FileVault2 ===================
	[BUILD] AppleImageCodec
	[BUILD] AppleKeyAggregator
	[BUILD] AppleUITheme
	[BUILD] FirmwareVolume
=============== drivers64 UEFI mandatory ===============
	[BUILD] AudioDxe.UEFI
	[BUILD] DataHubDxe.UEFI
	[BUILD] FSInject.UEFI
	[BUILD] SMCHelper.UEFI
=================== drivers64 UEFI =====================
============= drivers64 UEFI HID ========================
	[BUILD] Ps2MouseDxe.UEFI
	[BUILD] UsbKbDxe.UEFI
	[BUILD] UsbMouseDxe.UEFI
============= drivers64 UEFI FileSystem =================
	[BUILD] ApfsDriverLoader.UEFI
	[BUILD] Fat.UEFI
	[BUILD] VBoxExt2.UEFI
	[BUILD] VBoxExt4.UEFI
	[BUILD] VBoxHfs.UEFI
	[BUILD] VBoxIso9600.UEFI
============= drivers64 UEFI MemoryFix =================
	[BUILD] OsxAptioFix3Drv.UEFI
	[BUILD] OsxAptioFixDrv.UEFI
	[BUILD] OsxLowMemFixDrv.UEFI
============= drivers64 UEFI FileVault2 ================
	[BUILD] AppleImageCodec.UEFI
	[BUILD] AppleKeyAggregator.UEFI
	[BUILD] AppleKeyFeeder.UEFI
	[BUILD] AppleUITheme.UEFI
	[BUILD] FirmwareVolume.UEFI
	[BUILD] HashServiceFix.UEFI
============= drivers64 UEFI Other ======================
	[BUILD] CsmVideoDxe.UEFI
	[BUILD] EmuVariableUefi.UEFI
	[BUILD] EnglishDxe.UEFI
	[BUILD] NvmExpressDxe.UEFI
	[BUILD] OsxFatBinaryDrv.UEFI
	[BUILD] PartitionDxe.UEFI
===================== RC Scripts =======================
	[BUILD] rc.scripts.on.target
	[BUILD] rc.scripts.on.all.volumes
	[BUILD] rc.scripts.core
================= Optional RC Scripts ==================
	[BUILD] disable_sleep_proxy_client
======================== Themes ========================
	[BUILD] BGM
	[BUILD] cesium
	[BUILD] Clovy
	[BUILD] CloverThemeManager
==================== Clover Prefpane ===================
	[BUILD] CloverPrefpane
================= Post =================
	[BUILD] Post

 --------------------------
 Building process complete!
 --------------------------

 Build info.
 ===========
  Package name: Clover_v2.5k_r5084.pkg
  MD5:          7f3743c0d6dee1613e0a293b5afaf954
  Version:      v2.5k
  Stage:        v2.5k
  Date/Time:    2019-09-19 15:41:55
  Built by:     fusion71au
  Copyright     2012-2019

  adding: Clover_v2.5k_r5084.pkg (deflated 1%)
  adding: Clover_v2.5k_r5084.pkg.md5 (stored 0%)
total 38264
drwxr-xr-x   9 fusion71au  staff      306 Sep 19 15:45 .
drwxr-xr-x  14 fusion71au  staff      476 Sep 19 15:45 ..
-rw-r--r--@  1 fusion71au  staff  9597316 Sep 19 15:45 Clover_v2.5k_r5084.pkg
-rw-r--r--   1 fusion71au  staff       68 Sep 19 15:45 Clover_v2.5k_r5084.pkg.md5
-rw-r--r--   1 fusion71au  staff  9531041 Sep 19 15:45 Clover_v2.5k_r5084.zip
drwxr-xr-x   3 fusion71au  staff      102 Sep 19 15:44 Resources
drwxr-xr-x   7 fusion71au  staff      238 Sep 19 15:44 build
drwxr-xr-x   3 fusion71au  staff      102 Sep 19 15:45 package
drwxr-xr-x   7 fusion71au  staff      238 Sep 19 15:44 utils
[BUILD ISO]
================= Making all in boot1-install =================
make[2]: Nothing to be done for `all'.
================= Making all in partutil =================
make[2]: Nothing to be done for `all'.
================= Making all in bdmesg =================
make[2]: Nothing to be done for `all'.
================= Making all in clover-genconfig =================
make[2]: Nothing to be done for `all'.
================= Making all in espfinder =================
make[2]: Nothing to be done for `all'.
====================== Creating cdboot =====================
Update cdboot with boot file size info
======================= Creating ISO =======================
[RM] /Users/fusion71au/src/CloverBootloader/CloverPackage/sym/CloverCD
[MKDIR] /Users/fusion71au/src/CloverBootloader/CloverPackage/sym/CloverCD/usr/standalone/i386
[MKDIR] /Users/fusion71au/src/CloverBootloader/CloverPackage/sym/CloverCD/EFI/BOOT
[MKDIR] /Users/fusion71au/src/CloverBootloader/CloverPackage/sym/CloverCD/EFI/CLOVER/themes/
[MKDIR] /Users/fusion71au/src/CloverBootloader/CloverPackage/sym/CloverCD/usr/bin
[MKDIR] /Users/fusion71au/src/CloverBootloader/CloverPackage/sym/CloverCD/usr/local/bin
[MKDIR] /Users/fusion71au/src/CloverBootloader/CloverPackage/sym/CloverCD/Library/Application Support/Clover
[MKDIR] /Users/fusion71au/src/CloverBootloader/CloverPackage/sym/CloverCD/Library/PreferencePanes
[CP] cdboot
[CP] embedded
[CP] BOOTX64
[CP] CLOVERX64
[CP] drivers/BIOS
[CP] drivers/UEFI
[CP] kexts and OEM
[CP] tools
[CP] doc
[CP] drivers-off
[CP] boot
[HDIUTIL] /Users/fusion71au/src/CloverBootloader/CloverPackage/sym/Clover-v2.5k-5084-X64.iso
[TAR] CloverISO-5084
a .
a ./Clover-v2.5k-5084-X64.iso
[LZMA] CloverISO-5084
total 43072
drwxr-xr-x  13 fusion71au  staff      442 Sep 19 15:45 .
drwxr-xr-x  14 fusion71au  staff      476 Sep 19 15:45 ..
drwxr-xr-x   5 fusion71au  staff      170 Sep 19 15:45 CloverCD
drwxr-xr-x   3 fusion71au  staff      102 Sep 19 15:45 CloverISO-5084
-rw-r--r--   1 fusion71au  staff  2459801 Sep 19 15:45 CloverISO-5084.tar.lzma
-rw-r--r--@  1 fusion71au  staff  9597316 Sep 19 15:45 Clover_v2.5k_r5084.pkg
-rw-r--r--   1 fusion71au  staff       68 Sep 19 15:45 Clover_v2.5k_r5084.pkg.md5
-rw-r--r--   1 fusion71au  staff  9531041 Sep 19 15:45 Clover_v2.5k_r5084.zip
drwxr-xr-x   3 fusion71au  staff      102 Sep 19 15:44 Resources
drwxr-xr-x   7 fusion71au  staff      238 Sep 19 15:44 build
drwxr-xr-x   3 fusion71au  staff      102 Sep 19 15:45 i386
drwxr-xr-x   3 fusion71au  staff      102 Sep 19 15:45 package
drwxr-xr-x   7 fusion71au  staff      238 Sep 19 15:44 utils

------------------------------------------------------------------------
buildme, Clover v2.5k r5084 (SHA: 80c5b67d)
TOOLCHAIN: GCC53 (override example: './buildme GCC53')

 1) build Clover
 2) make pkg
 3) make iso
 4) build all
 5) test build (no autogen, no boot files)
 6) status
 7) update Clover
 8) update Clover (reset changes)
 9) show diff
10) open drivers directory
11) clean BaseTools
12) quit
Please enter your choice: 12
fusion71aus-iMac:CloverBootloader fusion71au$ 

and boot log indicating successful boot...

0:100  0:100  MemLog inited, TSC freq: 2664770632
0:100  0:000  CPU was calibrated with ACPI PM Timer
0:100  0:000  LegacyRegion2: Chipset/proc: 0xD1318086
0:100  0:000   Core i7 processors (PAM 0x40-0x47)
0:100  0:000   Test PAM1=(0x41=11, 0x5a=00, 0x81=0D, 0x91=21) at chipset D1318086
0:100  0:000  , Install = Success
0:112  0:012  BiosVideoDriverBindingStart!
0:112  0:000  BiosVideoCheckForVbe
0:112  0:000  EdidOverride not found
0:145  0:033   Edid1+
0:145  0:000   found Detail Timing 1920x1200
0:155  0:010     0 1152x864 attr=BB - ok, edid+, working, highest, pref=0
0:156  0:000     1 1280x960 attr=BB - ok, edid-
0:156  0:000     2 640x480 attr=BB - ok, edid+, 640x480, working
0:157  0:000     3 800x600 attr=BB - ok, edid+, 800x600, working
0:157  0:000     4 1024x768 attr=BB - ok, edid+, 1024x768, working
0:157  0:000     5 1280x1024 attr=BB - ok, edid+, working, highest, pref=5
0:159  0:001     6 1400x1050 attr=BB - ok, edid-
0:161  0:001     7 1600x1200 attr=BB - ok, edid+, working, highest, pref=7
0:167  0:005  BV new mode: 7 1600x1200
0:424  0:257   SetMode pref 7 (7) = Success
0:698  0:274  Found supported controller for BiosBlockIO class=010601
0:699  0:000  Int13Extensions: INT 13 41 DL=80 : CF=0 BX=AA55 CX=0005
0:699  0:000  GetDriveParameters: INT 13 48 DL=80 : CF=0 AH=00
0:699  0:000  BlockSize = 512  LastBlock = 1953525167
0:699  0:000  Int13Extensions: INT 13 41 DL=81 : CF=0 BX=AA55 CX=0005
0:699  0:000  GetDriveParameters: INT 13 48 DL=81 : CF=0 AH=00
0:699  0:000  BlockSize = 512  LastBlock = 234441647
0:699  0:000  Int13Extensions: INT 13 41 DL=82 : CF=0 BX=AA55 CX=0005
0:699  0:000  GetDriveParameters: INT 13 48 DL=82 : CF=0 AH=00
0:699  0:000  BlockSize = 512  LastBlock = -387938129
1:488  0:788  
1:488  0:000  Now is 19.9.2019,  5:52:14 (GMT)
1:488  0:000  Starting Clover revision: 5084 (master, commit 80c5b67d) on CLOVER EFI
1:488  0:000  Build with: [Args: -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -t GCC53 | -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED --conf=/Users/fusion71au/src/CloverBootloader/Conf -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t GCC53 -n 5 | OS: 10.12.6]
1:488  0:000  SelfDevicePath=PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,GPT,CA758946-F689-4CA4-A41D-5691687EB164,0x28,0x64000) @DDD5F698
1:488  0:000  SelfDirPath = \EFI\CLOVER
1:488  0:000  SimpleTextEx Status=Success
1:488  0:000  === [ Get Smbios ] ========================================
1:488  0:000  Type 16 Index = 0
1:488  0:000  Total Memory Slots Count = 4
1:488  0:000  Type 17 Index = 0
1:488  0:000  SmbiosTable.Type17->Speed = 1333MHz
1:488  0:000  SmbiosTable.Type17->Size = 2048MB
1:488  0:000  SmbiosTable.Type17->Bank/Device = Bank0/1 A0
1:488  0:000  SmbiosTable.Type17->Vendor =  
1:488  0:000  SmbiosTable.Type17->SerialNumber =  
1:488  0:000  SmbiosTable.Type17->PartNumber =  
1:488  0:000  Type 17 Index = 1
1:488  0:000  SmbiosTable.Type17->Speed = 1333MHz
1:488  0:000  SmbiosTable.Type17->Size = 4096MB
1:488  0:000  SmbiosTable.Type17->Bank/Device = Bank2/3 A1
1:488  0:000  SmbiosTable.Type17->Vendor =  
1:488  0:000  SmbiosTable.Type17->SerialNumber =  
1:488  0:000  SmbiosTable.Type17->PartNumber =  
1:488  0:000  Type 17 Index = 2
1:488  0:000  SmbiosTable.Type17->Speed = 1333MHz
1:488  0:000  SmbiosTable.Type17->Size = 2048MB
1:488  0:000  SmbiosTable.Type17->Bank/Device = Bank4/5 A2
1:488  0:000  SmbiosTable.Type17->Vendor =  
1:488  0:000  SmbiosTable.Type17->SerialNumber =  
1:488  0:000  SmbiosTable.Type17->PartNumber =  
1:488  0:000  Type 17 Index = 3
1:488  0:000  Ignoring insane frequency value 0MHz
1:488  0:000  SmbiosTable.Type17->Speed = 0MHz
1:488  0:000  SmbiosTable.Type17->Size = 0MB
1:488  0:000  SmbiosTable.Type17->Bank/Device = Bank6/7 A3
1:488  0:000  SmbiosTable.Type17->Vendor = <null string>
1:488  0:000  SmbiosTable.Type17->SerialNumber = <null string>
1:488  0:000  SmbiosTable.Type17->PartNumber = <null string>
1:488  0:000  Boot status=0
1:488  0:000  Running on: 'P55A-UD3' with board 'P55A-UD3'
1:488  0:000  === [ GetCPUProperties ] ==================================
1:488  0:000  CPU Vendor = 756E6547 Model=106E5
1:488  0:000   The CPU supported SSE4.1
1:488  0:000  BrandString = Intel(R) Core(TM) i5 CPU         750  @ 2.67GHz
1:488  0:000   The CPU supported turbo
1:488  0:000  MSR 0x35               40004
1:488  0:000  FSBFrequency = 140 MHz, DMI FSBFrequency = 133 MHz, Corrected FSBFrequency = 133 MHz
1:488  0:000  MaxDiv/MinDiv: 20.0/9
1:488  0:000  Turbo: 21/21/24/24
1:488  0:000  Features: 0xBFEBFBFF
1:488  0:000  Threads: 4
1:488  0:000  Cores: 4
1:488  0:000  FSB: 133 MHz
1:488  0:000  CPU: 2800 MHz
1:488  0:000  TSC: 2800 MHz
1:488  0:000  PIS: 533 MHz
1:488  0:000  ExternalClock: 133 MHz
1:488  0:000  === [ GetDevices ] ========================================
1:488  0:000  GOP found at: PcieRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/AcpiAdr(0x80010100)
1:488  0:000  PCI (00|00:00.00) : 8086 D131 class=060000
1:488  0:000  PCI (00|00:03.00) : 8086 D138 class=060400
1:488  0:000  PCI (00|01:00.00) : 1002 68B8 class=030000
1:488  0:000   - GOP: Provided by device
1:488  0:000   - GFX: Model=ATI Radeon HD 5770 Series (ATI/AMD)
1:488  0:000  PCI (00|01:00.01) : 1002 AA58 class=040300
1:488  0:000   - HDMI Audio: 
1:488  0:000  PCI (00|00:08.00) : 8086 D155 class=088000
1:488  0:000  PCI (00|00:08.01) : 8086 D156 class=088000
1:488  0:000  PCI (00|00:08.02) : 8086 D157 class=088000
1:488  0:000  PCI (00|00:08.03) : 8086 D158 class=088000
1:488  0:000  PCI (00|00:10.00) : 8086 D150 class=088000
1:488  0:000  PCI (00|00:10.01) : 8086 D151 class=088000
1:488  0:000  PCI (00|00:1A.00) : 8086 3B3B class=0C0300
1:488  0:000  PCI (00|00:1A.01) : 8086 3B3E class=0C0300
1:488  0:000  PCI (00|00:1A.02) : 8086 3B3F class=0C0300
1:488  0:000  PCI (00|00:1A.07) : 8086 3B3C class=0C0320
1:488  0:000  PCI (00|00:1B.00) : 8086 3B56 class=040300
1:488  0:000  PCI (00|00:1C.00) : 8086 3B42 class=060400
1:488  0:000  PCI (00|02:00.00) : 1B4B 9128 class=010601
1:488  0:000  PCI (00|00:1C.01) : 8086 3B44 class=060400
1:488  0:000  PCI (00|03:00.00) : 10EC 8168 class=020000
1:488  0:000   - LAN: 0 Vendor=Realtek
1:488  0:000  PCI (00|00:1C.02) : 8086 3B46 class=060400
1:488  0:000  PCI (00|04:00.00) : 1033 0194 class=0C0330
1:488  0:000  PCI (00|00:1C.03) : 8086 3B48 class=060400
1:488  0:000  PCI (00|05:00.00) : 168C 002E class=028000
1:488  0:000   - WIFI: Vendor=Atheros
1:488  0:000  PCI (00|00:1D.00) : 8086 3B36 class=0C0300
1:488  0:000  PCI (00|00:1D.01) : 8086 3B37 class=0C0300
1:488  0:000  PCI (00|00:1D.02) : 8086 3B38 class=0C0300
1:488  0:000  PCI (00|00:1D.03) : 8086 3B39 class=0C0300
1:488  0:000  PCI (00|00:1D.07) : 8086 3B34 class=0C0320
1:488  0:000  PCI (00|00:1E.00) : 8086 244E class=060401
1:488  0:000  PCI (00|06:05.00) : 1283 8213 class=010185
1:488  0:000  PCI (00|00:1F.00) : 8086 3B02 class=060100
1:489  0:000  PCI (00|00:1F.02) : 8086 3B22 class=010601
1:489  0:000  PCI (00|00:1F.03) : 8086 3B30 class=0C0500
1:489  0:000  PCI (00|3F:00.00) : 8086 2C51 class=060000
1:489  0:000  PCI (00|3F:00.01) : 8086 2C81 class=060000
1:489  0:000  PCI (00|3F:02.00) : 8086 2C90 class=060000
1:489  0:000  PCI (00|3F:02.01) : 8086 2C91 class=060000
1:489  0:000  PCI (00|3F:03.00) : 8086 2C98 class=060000
1:489  0:000  PCI (00|3F:03.01) : 8086 2C99 class=060000
1:489  0:000  PCI (00|3F:03.04) : 8086 2C9C class=060000
1:489  0:000  PCI (00|3F:04.00) : 8086 2CA0 class=060000
1:489  0:000  PCI (00|3F:04.01) : 8086 2CA1 class=060000
1:489  0:000  PCI (00|3F:04.02) : 8086 2CA2 class=060000
1:489  0:000  PCI (00|3F:04.03) : 8086 2CA3 class=060000
1:489  0:000  PCI (00|3F:05.00) : 8086 2CA8 class=060000
1:489  0:000  PCI (00|3F:05.01) : 8086 2CA9 class=060000
1:489  0:000  PCI (00|3F:05.02) : 8086 2CAA class=060000
1:489  0:000  PCI (00|3F:05.03) : 8086 2CAB class=060000
1:489  0:000  === [ GetDefaultSettings ] ================================
1:489  0:000  Clover load options size = 0 bytes
1:521  0:032  EFI\CLOVER\config.plist loaded: Success
1:526  0:005  === [ GetListOfThemes ] ===================================
1:531  0:004  - [00]: Mojave
1:537  0:005  - [01]: BGM
1:548  0:010  - [02]: embedded
1:567  0:019  - [02]: random
1:575  0:007  === [ Found config plists ] ===============================
1:575  0:000  - config_orig.plist
1:575  0:000  - configMP5,1.plist
1:575  0:000  - config.plist
1:575  0:000  === [ GetEarlyUserSettings ] ==============================
1:575  0:000  timeout set to 3
1:575  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
1:575  0:000  KextsToPatch: 4 requested
1:575  0:000   - [00]: com.apple.driver.AppleRTC (AppleRTC for 10.14.4) :: MatchOS: 10.14.x :: BinPatch :: data len: 4
1:575  0:000   - [01]: AppleAHCIPort (External icons patch) :: BinPatch :: data len: 8
1:575  0:000   - [02]: AppleAHCIPort (ALPM IO Error AppleAHCIPort) :: BinPatch :: data len: 4
1:575  0:000   - [03]: IOAHCIBlockStorage (TRIM Enabler) :: BinPatch :: data len: 11
1:575  0:000  Default theme: Mojave
1:575  0:000  Hiding entries with string bootmgr.efi
1:575  0:000  === [ LoadDrivers ] =======================================
1:575  0:000  Loading ApfsDriverLoader.efi  status=Success
1:583  0:007   - driver needs connecting
1:583  0:000  Loading FSInject.efi  status=Success
1:583  0:000  Loading GrubUDF.efi  status=Success
1:584  0:001   - driver needs connecting
1:584  0:000  Loading XhciDxe.efi  status=Success
1:586  0:001   - driver needs connecting
1:586  0:000  Loading VBoxIso9600.efi  status=Success
1:586  0:000   - driver needs connecting
1:586  0:000  Loading SMCHelper.efi  status=Success
1:586  0:000  Video bios patch requested or CustomEDID - forcing video reconnect
1:586  0:000  5 drivers needs connecting ...
1:586  0:000  PlatformDriverOverrideProtocol->GetDriver overriden
1:586  0:000  EdidActive: size=128 found
1:586  0:000  APFS driver loaded
1:586  0:000  Video driver loaded: disconnect Success
1:764  0:177  VideoBiosPatchNativeFromEdid:
1:764  0:000   Bios: ATI, MasterDataTables: 0xCA758, std_vesa: 0xCA79C, ati_mode_table: 0xCA7A0, mode_table_size: 0x1F8 BT_ATI_2
1:764  0:000   VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Success) = Success
1:764  0:000   VideoBiosUnlock:  unlocked
1:764  0:000   Patching: BT_ATI_2
1:764  0:000   Parse Edid: descriptor block 0 is timing descriptor (h_active: 1920, v_active: 1200, h_sync_offset: 48, h_sync_width: 32, h_blanking: 160, v_blanking: 35, pixel_clock: 15400, v_sync_offset: 3, v_sync_width: 6)
1:764  0:000   mode 0 (320x200) patched to 1920x1200
1:764  0:000   VideoBiosLock: Success
1:779  0:014  BiosVideoDriverBindingStart!
1:779  0:000  BiosVideoCheckForVbe
1:779  0:000  EdidOverride not found
1:812  0:033   Edid1+
1:812  0:000   found Detail Timing 1920x1200
1:818  0:006     0 1920x1200 attr=BB - ok, edid+, working, highest, pref=0
1:823  0:004     1 1152x864 attr=BB - ok, edid+, working
1:824  0:000     2 1280x960 attr=BB - ok, edid-
1:824  0:000     3 640x480 attr=BB - ok, edid+, 640x480, working
1:824  0:000     4 800x600 attr=BB - ok, edid+, 800x600, working
1:825  0:000     5 1024x768 attr=BB - ok, edid+, 1024x768, working
1:825  0:000     6 1280x1024 attr=BB - ok, edid+, working
1:827  0:001     7 1400x1050 attr=BB - ok, edid-
1:829  0:001     8 1600x1200 attr=BB - ok, edid+, working
1:834  0:005  BV new mode: 0 1920x1200
2:098  0:263   SetMode pref 0 (0) = Success
2:978  0:879  === [ InitScreen ] ========================================
2:978  0:000  Console modes reported: 4, available modes:
2:978  0:000   - [01]: 80x25
2:978  0:000   - [02]: 80x50
2:978  0:000   - [03]: 100x31
2:978  0:000   - [04]: 240x63 (current mode)
2:978  0:000  SetScreenResolution: 1920x1080 - not found!
2:978  0:000  SetScreenResolution: 1920x1200 - already set
2:978  0:000  reinit: self device path=PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,GPT,CA758946-F689-4CA4-A41D-5691687EB164,0x28,0x64000)
2:979  0:000  Using embedded font: Success
2:981  0:002  === [ GetMacAddress ] =====================================
2:981  0:000  === [ ScanSPD ] ===========================================
2:982  0:000  Scanning SMBus [8086:3B30], mmio: 0xFBFFC004, ioport: 0x500, hostc: 0x1
3:001  0:018  Slot: 0 Type 24 2048MB 1333MHz Vendor=Kingston PartNo=99U5458-001.A00LF SerialNo=0704020800070002
3:020  0:019  Slot: 1 Type 24 4096MB 1600MHz Vendor=SK Hynix PartNo=HMT351U6CFR8C-PBN0 SerialNo=0005060606020A05
3:039  0:018  Slot: 2 Type 24 2048MB 1333MHz Vendor=Kingston PartNo=99U5458-001.A00LF SerialNo=070A02080F040001
3:040  0:000  === [ GetAcpiTablesList ] =================================
3:045  0:005  Get Acpi Tables List from RSDT:
3:045  0:000   - [00]: FACP  GBTUACPI len=116
3:045  0:000   - [01]: HPET  GBTUACPI len=56
3:045  0:000   - [02]: MCFG  GBTUACPI len=60
3:045  0:000   - [03]: EUDS   len=1376
3:045  0:000   - [04]: TAMG  GBT   B0 len=2610
3:045  0:000   - [05]: APIC  GBTUACPI len=188
3:045  0:000   - [06]: SLIC  SLIC-MPC len=374
3:045  0:000   - [07]: SSDT  PPM RCM  len=7220
3:045  0:000  Calibrated TSC Frequency = 2664770632 = 2664MHz
3:046  0:000  === [ GetUserSettings ] ===================================
3:046  0:000  USB FixOwnership: yes
3:046  0:000  Dropping 3 tables:
3:046  0:000   - [00]: Drop table  signature="DMAR" (52414D44)
3:046  0:000           - set table: 52414D44,                0 to drop: no
3:046  0:000   - [01]: Drop table  signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)
3:046  0:000           - set table: 54445353,       6D50757043 to drop: no
3:046  0:000   - [02]: Drop table  signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)
3:046  0:000           - set table: 54445353,   74734930757043 to drop: no
3:046  0:000   - final DSDT Fix mask=1B6EF1DF
3:046  0:000  Using ProductName from config: iMac11,3
3:046  0:000  BiosVersion: not set, Using BiosVersion from clover
3:046  0:000  BiosVersion: IM112.88Z.F000.B00.1906132310
3:046  0:000  BiosReleaseDate: 06/13/19
3:046  0:000  Using EfiVersion from clover: 99.0.0.0.0
3:046  0:000  Using FirmwareFeatures from clover: 0xE00DE137
3:046  0:000  Using FirmwareFeaturesMask from clover: 0xFF1FFF3F
3:046  0:000  PlatformFeature will not set in SMBIOS
3:046  0:000  Board-ID set from config as Mac-F2238BAE
3:046  0:000  BoardType: 0xA
3:046  0:000  ChassisType: 0xD
3:046  0:000  Converted CustomUUID 9ecdd6b2-3d1a-8450-8a9a-130759752ccf
3:047  0:001  === [ Found DSDT tables ] =================================
3:110  0:062  === [ ScanVolumes ] =======================================
3:110  0:000  Found 21 volumes with blockIO
3:110  0:000  - [00]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)
3:110  0:000          Result of bootcode detection: bootable unknown (legacy)
3:110  0:000  - [01]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)
3:112  0:002          Result of bootcode detection: bootable unknown (legacy)
3:112  0:000  - [02]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,82)
3:113  0:000          Result of bootcode detection: bootable unknown (legacy)
3:113  0:000  - [03]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,GPT,CA758946-F689-4CA4-A41D-5691687EB164,0x28,0x64000)
3:114  0:000          Result of bootcode detection: bootable unknown (legacy)
3:114  0:000          This is SelfVolume !!
3:114  0:000  - [04]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(2,GPT,9E8D2BED-5C14-4FD4-8838-B98B0B44CFA8,0x64800,0x40000)
3:115  0:000  - [05]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(3,GPT,0238DAD8-4164-43D9-8C22-61820A83BB57,0xA4800,0x775CCA8)
3:115  0:000          Result of bootcode detection: bootable Windows (vista,win)
3:115  0:000  - [06]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(4,GPT,C48553BB-D573-4FA4-B219-EE393160AACB,0x7801800,0xE2000)
3:116  0:000          Result of bootcode detection: bootable Windows (vista,win)
3:116  0:000  - [07]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(5,GPT,1860AF5E-C6DC-42E9-9C78-0824BE4F004E,0x78E4028,0x5F2227D8)
3:117  0:000          Result of bootcode detection: bootable Windows (vista,win)
3:117  0:000  - [08]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(6,GPT,44BAB29B-EAC3-419F-B015-D000CD90D96F,0x66B06800,0x76C98E0)
3:118  0:000  - [09]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(7,GPT,B60D3610-87F8-4CE4-8E85-CC815BE9F38D,0x6E1D00E0,0x135F20)
3:118  0:000  - [10]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(8,GPT,DA497F89-9897-47B3-B9C5-A61274536543,0x6E306000,0x8FE000)
3:119  0:000  - [11]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(9,GPT,DAB6ABFD-62C2-41EE-918D-78F6F08C93E9,0x6EC04000,0x5AC2D82)
3:120  0:000  - [12]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(1,MBR,0x50CFED9B,0x800,0x32000)
3:121  0:000          Result of bootcode detection: bootable unknown (legacy)
3:123  0:002  - [13]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(2,MBR,0x50CFED9B,0x32800,0xDF61000)
3:124  0:000          Result of bootcode detection: bootable Windows (vista,win)
3:124  0:000  - [14]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,82)\HD(1,GPT,1B386756-0922-4B96-BD59-1FC3B79E189E,0x800,0x64000)
3:124  0:000          Result of bootcode detection: bootable unknown (legacy)
3:155  0:030  - [15]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,82)\HD(2,GPT,55225B2F-270E-453A-88B9-E12C5D9F6F12,0x64800,0xC99A3800)
3:156  0:000          Result of bootcode detection: bootable Windows (vista,win)
3:156  0:000  - [16]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,82)\HD(3,GPT,1FE507E9-E82B-43BF-8A8C-2249DFF67874,0xC9A08000,0xF8C68E0)
3:157  0:000  - [17]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,82)\HD(4,GPT,06C99874-BE94-4641-9935-2BDC5778B0E9,0xD92CE8E0,0x135F20)
3:157  0:000  - [18]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,82)\HD(5,GPT,A75A0F00-1C9A-40A7-9CC9-25EFEB5BA8D4,0xD9404800,0x40000)
3:158  0:000          Result of bootcode detection: bootable unknown (legacy)
3:158  0:000  - [19]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,82)\HD(6,GPT,696E551C-EF37-4132-8ADD-F7E3932173C4,0xD9444800,0xF8DBF83)
3:159  0:000          Result of bootcode detection: bootable Windows (vista,win)
3:159  0:000  - [20]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,82)\HD(7,GPT,AAD1C4CA-E8FB-4E42-B78F-9E6F547040BA,0xE8D20800,0xE7000)
3:159  0:000          Result of bootcode detection: bootable Windows (vista,win)
3:250  0:090  Loading nvram.plist from Vol 'EFI' - loaded, size=2315
3:274  0:023  === [ PutNvramPlistToRtVars ] =============================
3:274  0:000   Adding Key: EFILoginHiDPI: Size = 4, Data: 00 00 00 00 
3:274  0:000   Adding Key: LocationServicesEnabled: Size = 1, Data: 01 
3:274  0:000   Adding Key: SystemAudioVolume: Size = 1, Data: 17 
3:274  0:000   Adding Key: SystemAudioVolumeDB: Size = 1, Data: F4 
3:274  0:000   Adding Key: boot-args: String: Size = 78, Val = '-v arch=x86_64 -no_compat_check -nehalem_error_disable -lilubetaall keepsyms=1'
3:274  0:000   Adding Key: csr-active-config: Size = 4, Data: 77 02 00 00 
3:274  0:000   Adding Key: efi-boot-device: Size = 216, Data: 3C 61 72 72 61 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 50 72 6F 76 69 64 65 72 43 6C 61 73 73 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 49 4F 4D 65 64 69 61 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 49 4F 50 72 6F 70 65 72 74 79 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 55 55 49 44 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 31 46 45 35 30 37 45 39 2D 45 38 32 42 2D 34 33 42 46 2D 38 41 38 43 2D 32 32 34 39 44 46 46 36 37 38 37 34 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E 
3:274  0:000   Adding Key: efi-boot-device-data: Size = 74, Data: 02 01 0C 00 D0 41 08 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 01 00 00 00 00 00 04 01 2A 00 03 00 00 00 00 80 A0 C9 00 00 00 00 E0 68 8C 0F 00 00 00 00 E9 07 E5 1F 2B E8 BF 43 8A 8C 22 49 DF F6 78 74 02 02 7F FF 04 00 
3:274  0:000   Adding Key: fakesmc-key-#KEY-ui32: Size = 4, Data: 00 00 00 00 
3:274  0:000   Adding Key: fakesmc-key-$Adr-ui32: Size = 4, Data: 00 00 03 00 
3:274  0:000   Adding Key: fakesmc-key-$Num-ui8: Size = 1, Data: 01 
3:274  0:000   Adding Key: fakesmc-key-BATP-flag: Size = 1, Data: 00 
3:274  0:000   Adding Key: fakesmc-key-BEMB-flag: Size = 1, Data: 00 
3:274  0:000   Adding Key: fakesmc-key-BNum-ui8: Size = 1, Data: 00 
3:274  0:000   Adding Key: fakesmc-key-EPCI-ui32: Size = 4, Data: 02 C0 07 00 
3:274  0:000   Adding Key: fakesmc-key-MSAc-ui16: Size = 2, Data: 00 00 
3:274  0:000   Adding Key: fakesmc-key-MSFW-ui8: Size = 2, Data: 01 00 
3:274  0:000   Adding Key: fakesmc-key-MSPS-ui16: Size = 2, Data: 00 03 
3:274  0:000   Adding Key: fakesmc-key-MSTc-ui8: Size = 1, Data: 00 
3:274  0:000   Adding Key: fakesmc-key-MSWr-ui8: Size = 1, Data: 00 
3:274  0:000   Adding Key: fakesmc-key-RBr -ch8*: Size = 8, Data: 6B 35 00 00 00 00 00 00 
3:274  0:000   Adding Key: fakesmc-key-REV -ch8*: Size = 6, Data: 01 39 0F 00 00 11 
3:274  0:000   Adding Key: fakesmc-key-RMde-char: Size = 1, Data: 41 
3:274  0:000   Adding Key: fakesmc-key-RPlt-ch8*: Size = 8, Data: 6B 35 00 00 00 00 00 00 
3:274  0:000   Adding Key: flagstate: Size = 32, Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
3:274  0:000   Adding Key: fmm-computer-name: Size = 7, Data: 4D 61 63 20 50 72 6F 
3:274  0:000   Adding Key: nvda_drv: Size = 2, Data: 31 00 
3:274  0:000   Adding Key: prev-lang:kbd: Size = 7, Data: 65 6E 2D 55 53 3A 30 
3:274  0:000   Adding Key: security-mode: String: Size = 4, Val = 'none'
3:274  0:000  No AudioIoProtocols, status=Not Found
3:274  0:000  === [ InitTheme ] =========================================
3:274  0:000  use night theme
3:276  0:001  Using theme 'Mojave' (EFI\CLOVER\themes\Mojave)
3:276  0:000  OS main and drive as badge
3:276  0:000  Warning! Character width 11 should be even!
3:276  0:000  file sound read: sound_night.wav Not Found
3:276  0:000  file sound read: sound.wav Not Found
3:279  0:002  Loading font from ThemeDir: Success
3:279  0:000  theme inited
3:279  0:000  Chosen theme Mojave
3:279  0:000  found boot-args in NVRAM:-v arch=x86_64 -no_compat_check -nehalem_error_disable -lilubetaall keepsyms=1, size=78
3:279  0:000  ...found arg:-v
3:279  0:000  ...adding arg:-v
3:279  0:000  ...found arg:arch=x86_64
3:279  0:000  ...adding arg:arch=x86_64
3:279  0:000  ...found arg:-no_compat_check
3:279  0:000  ...adding arg:-no_compat_check
3:279  0:000  ...found arg:-nehalem_error_disable
3:279  0:000  ...adding arg:-nehalem_error_disable
3:279  0:000  ...found arg:-lilubetaall
3:279  0:000  ...adding arg:-lilubetaall
3:279  0:000  ...found arg:keepsyms=1
3:279  0:000  ...adding arg:keepsyms=1
3:279  0:000  after NVRAM boot-args=dart=0 no_compat_check -v arch=x86_64 -no_compat_check -nehalem_error_disable -lilubetaall keepsyms=1 
3:279  0:000  === [ Dump SMC keys from NVRAM ] ==========================
3:279  0:000  found AppleSMC protocol
3:279  0:000  Registered 16 SMC keys
3:279  0:000  === [ AddCustomEntries ] ==================================
3:279  0:000  Custom entry 0 skipped because it is hidden.
3:279  0:000  === [ ScanLoader ] ========================================
3:279  0:000  - [03]: 'EFI'
3:379  0:099          AddLoaderEntry for Volume Name=EFI
3:379  0:000      Not match custom entry 0: Type: not match
3:419  0:040          AddLoaderEntry for Volume Name=EFI
3:419  0:000      Not match custom entry 0: Type: not match
3:465  0:046          AddLoaderEntry for Volume Name=EFI
3:465  0:000          skipped because entry is hidden
3:465  0:000  - [08]: 'macOS'
3:521  0:055          AddLoaderEntry for Volume Name=macOS
3:521  0:000      Not match custom entry 0: Type: not match
3:543  0:021      Check if volume Is Hibernated:
3:543  0:000      Check sleep image 'by signature':
3:609  0:066      read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success
3:609  0:000      using default sleep image name = \private\var\vm\sleepimage
3:633  0:024      sleepimage not found -> Not Found
3:633  0:000      hibernated: no - sign
3:660  0:027  - [09]: 'Recovery HD'
3:661  0:000          AddLoaderEntry for Volume Name=Recovery HD
3:661  0:000      Skipped because matching custom entry 0!
3:686  0:024  - [12]: 'SYSTEM'
3:692  0:005          AddLoaderEntry for Volume Name=SYSTEM
3:692  0:000      Not match custom entry 0: Type: not match
3:720  0:028          AddLoaderEntry for Volume Name=SYSTEM
3:720  0:000          skipped because entry is hidden
3:720  0:000  - [14]: 'EFI'
3:742  0:021          AddLoaderEntry for Volume Name=EFI
3:742  0:000      Not match custom entry 0: Type: not match
3:794  0:052          AddLoaderEntry for Volume Name=EFI
3:794  0:000          skipped because entry is hidden
3:794  0:000  - [16]: 'Macintosh HD'
3:893  0:098          AddLoaderEntry for Volume Name=Macintosh HD
3:893  0:000      Not match custom entry 0: Type: not match
3:916  0:023      Check if volume Is Hibernated:
3:916  0:000      Check sleep image 'by signature':
3:968  0:052      read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success
3:968  0:000      using default sleep image name = \private\var\vm\sleepimage
4:002  0:034      sleepimage not found -> Not Found
4:002  0:000      hibernated: no - sign
4:028  0:025  - [17]: 'Recovery HD'
4:036  0:008          AddLoaderEntry for Volume Name=Recovery HD
4:036  0:000      Skipped because matching custom entry 0!
4:061  0:024  === [ AddCustomTool ] =====================================
4:061  0:000  found tool \EFI\CLOVER\tools\Shell64U.efi
4:061  0:000  Checking EFI partition Volume 3 for Clover
4:061  0:000   Found Clover
4:090  0:029  === [ GetEfiBootDeviceFromNvram ] =========================
4:090  0:000   - efi-boot-device-data: PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,1FE507E9-E82B-43BF-8A8C-2249DFF67874,0xC9A08000,0xF8C68E0)
4:090  0:000    - Volume: 'PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,1FE507E9-E82B-43BF-8A8C-2249DFF67874,0xC9A08000,0xF8C68E0)'
4:090  0:000    - LoaderPath: '<null string>'
4:090  0:000    - Guid = 1FE507E9-E82B-43BF-8A8C-2249DFF67874
4:090  0:000  === [ FindStartupDiskVolume ] =============================
4:090  0:000    - Volume: partition = PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,1FE507E9-E82B-43BF-8A8C-2249DFF67874,0xC9A08000,0xF8C68E0)
4:090  0:000     - searching for that partition
4:090  0:000      - [!] not found
4:090  0:000     - searching again, but comparing Media dev path nodes
4:090  0:000      - found entry 5. 'Boot macOS from Macintosh HD', Volume 'Macintosh HD'
4:090  0:000  Boot redirected to Entry 5. 'Boot macOS from Macintosh HD'
4:090  0:000  DefaultIndex=5 and MainMenu.EntryCount=12
4:840  0:749  GUI ready
11:442  6:601  exit from MainMenu 1
11:442  0:000  ParseBootOption: invalid input params
11:442  0:000  BootVariable of the entry is empty
11:442  0:000  === [ StartLoader ] =======================================
11:442  0:000  Finally: ExternalClock=134MHz BusSpeed=133239kHz CPUFreq=2665MHz PIS: hw.busfrequency=536000000Hz
11:442  0:000  Loading boot.efi  status=Success
11:884  0:442  GetOSVersion: 10.12.6 (16G2128)
11:884  0:000  CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM
11:884  0:000  Filtering KextPatches:
11:884  0:000   - [00]: com.apple.driver.AppleRTC (AppleRTC for 10.14.4) :: BinPatch :: [OS: 10.12.6 | MatchOS: 10.14.x | MatchBuild: All] ==> not allowed
11:884  0:000   - [01]: AppleAHCIPort (External icons patch) :: BinPatch :: [OS: 10.12.6 | MatchOS: All | MatchBuild: All] ==> allowed
11:884  0:000   - [02]: AppleAHCIPort (ALPM IO Error AppleAHCIPort) :: BinPatch :: [OS: 10.12.6 | MatchOS: All | MatchBuild: All] ==> allowed
11:884  0:000   - [03]: IOAHCIBlockStorage (TRIM Enabler) :: BinPatch :: [OS: 10.12.6 | MatchOS: All | MatchBuild: All] ==> allowed
11:884  0:000  Will not patch boot.efi
11:884  0:000  === [ PatchSmbios ] =======================================
11:884  0:000  insert table 9 for dev 0:0
11:884  0:000  insert table 9 for dev 0:1
11:884  0:000  insert table 9 for dev 0:0
11:884  0:000  insert table 9 for dev 0:0
11:884  0:000  Channels: 2
11:884  0:000  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
11:884  0:000  SMBIOS Type 17 Index = 0 => 0 0:
11:884  0:000  BANK 0 DIMM0 1333MHz 2048MB
11:884  0:000  SMBIOS Type 17 Index = 1 => 2 2:
11:884  0:000  BANK 1 DIMM0 1333MHz 2048MB
11:884  0:000  SMBIOS Type 17 Index = 2 => 1 1:
11:884  0:000  BANK 0 DIMM1 1600MHz 4096MB
11:884  0:000  SMBIOS Type 17 Index = 3 => 3 3:
11:884  0:000  BANK 1 DIMM1 EMPTY
11:884  0:000  mTotalSystemMemory = 8192
11:884  0:000  NumberOfMemoryDevices = 4
11:884  0:000  Type20[0]->End = 0x1FFFFF, Type17[0] = 0x800
11:884  0:000  Type20[1]->End = 0x5FFFFF, Type17[2] = 0x2800
11:884  0:000  Type20[3]->End = 0x0, Type17[1] = 0x3800
11:884  0:000  === [ PatchACPI ] =========================================
11:885  0:000  Xsdt is not found! Creating new one
11:885  0:000  RsdPointer is Acpi 1.0 - creating new one Acpi 2.0
11:885  0:000  RsdPointer Acpi 2.0 installed
11:885  0:000  RSDT entries = 8
11:885  0:000  Xsdt reallocation done
11:885  0:000  old FADT length=74
11:885  0:000   SignatureFixup: 0x0 -> 0x0
11:885  0:000  Found OperationRegion(SMOD, SystemMemory, FF840, ...)
11:885  0:000  Found OperationRegion(LBOC, SystemMemory, FF820, ...)
11:885  0:000  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
11:885  0:000  Found OperationRegion(ELKM, SystemMemory, FFFEA, ...)
11:885  0:000  Found OperationRegion(EXTM, SystemMemory, FF830, ...)
11:885  0:000  Found OperationRegion(INFO, SystemMemory, FF840, ...)
11:917  0:032  Apply DsdtFixMask=0x1B6EF1DF
11:917  0:000     drop _DSM mask=0x0000
11:917  0:000  === [ FixBiosDsdt ] =======================================
11:917  0:000    0 replacements
11:917  0:000  found RTC Length not match, Maybe will cause CMOS reset, will patch it.
11:917  0:000  found RTC had IRQNoFlag will move -3 bytes
11:918  0:000  found PIC had IRQNoFlag will move -3 bytes
11:918  0:000  Start HPET Fix
11:918  0:000  Start Display0 Fix
11:918  0:000  add device PEG0
11:918  0:000  add device GFX0
11:918  0:000  Creating Method(_DSM) for 1002 card
11:918  0:000  patch Display #0 of Vendor=0x1002
11:918  0:000  patch LAN0 in DSDT 
11:918  0:000  Name AZAL present at 0x624, renaming to HDEF
11:918  0:000  Name AZAL present at 0x3B91, renaming to HDEF
11:918  0:000  Start Add IMEI
11:920  0:001   deleting device CRT_
11:920  0:000   deleting device DVI_
11:920  0:000   deleting device SPKR
11:920  0:000   deleting device ECP_
11:920  0:000   deleting device LPT_
11:920  0:000   deleting device FDC0
11:920  0:000   deleting device ECP1
11:921  0:000   deleting device LPT1
11:921  0:000  Name _OSI present at 0x1FE6, renaming to OOSI
11:921  0:000  Name _OSI present at 0x1FF2, renaming to OOSI
11:921  0:000  Name _OSI present at 0x201D, renaming to OOSI
11:921  0:000  Name _OSI present at 0x2032, renaming to OOSI
11:921  0:000  Name _OSI present at 0x2069, renaming to OOSI
11:921  0:000  Name _OSI present at 0x2071, renaming to OOSI
11:921  0:000  Name _OSI present at 0x2086, renaming to OOSI
11:922  0:000  PreCleanup XSDT: count=8, length=100
11:922  0:000  PreCleanup XSDT, corrected XSDT: count=8, length=100
11:922  0:000  === [ ACPIDropTables ] ====================================
11:922  0:000    0 replacements
11:922  0:000  ApicCPUNum=4
11:922  0:000  Maximum control=0x14
11:922  0:000  Turbo control=0x18
11:922  0:000  P-States: min 0x9, max 0x18
11:922  0:000  SSDT with CPU P-States generated successfully
11:922  0:000  SSDT with CPU C-States generated successfully
11:922  0:000  Cleanup XSDT: count=10, length=116
11:922  0:000  corrected XSDT count=10, length=116
11:922  0:000  === [ RestSetup macOS ] ===================================
11:922  0:000  EdidDiscovered size=128
11:922  0:000  --- Discovered EDID Table size:128
11:922  0:000  000  |  00  FF  FF  FF  FF  FF  FF  00  10  AC
11:922  0:000  010  |  2B  A0  53  57  31  31  09  12  01  04
11:922  0:000  020  |  A5  34  20  78  22  B3  25  AC  51  30
11:922  0:000  030  |  B4  26  10  50  54  A5  4B  00  81  80
11:922  0:000  040  |  A9  40  71  4F  01  01  01  01  01  01
11:922  0:000  050  |  01  01  01  01  28  3C  80  A0  70  B0
11:922  0:000  060  |  23  40  30  20  36  00  07  40  21  00
11:922  0:000  070  |  00  1A  00  00  00  FF  00  44  50  30
11:922  0:000  080  |  32  39  38  32  4F  31  31  57  53  0A
11:922  0:000  090  |  00  00  00  FC  00  44  45  4C  4C  20
11:922  0:000  100  |  32  34  30  38  57  46  50  0A  00  00
11:922  0:000  110  |  00  FD  00  38  4C  1E  53  11  01  0A
11:922  0:000  120  |  20  20  20  20  20  20  00  AD
11:922  0:000  Framebuffer @0xE0000000  MMIO @0xFBBC0000 I/O Port @0x0000EE00 ROM Addr @0x00000000
11:922  0:000  PCI region 1 = 0x00000000, region3 = 0x00000000, region5 = 0x00000000
11:922  0:000  BIOS_0_SCRATCH=0x00000004, 1=0x000000FF, 2=0x00000000, 3=0x00000000, 4=0x00000000, 5=0x00000000, 6=0x00000000
11:922  0:000  RADEON_CRTC2_GEN_CNTL == 0x00000000
11:922  0:000   card posted because CONFIG_MEMSIZE=0x400
11:922  0:000  ATI card POSTed, 
11:922  0:000  Set VRAM for Juniper =1024Mb
11:922  0:000  ATI: get_vram_size returned 0x40000000
11:922  0:000  Users config name Vervet
11:922  0:000   use N ports setting from config.plist: 4
11:922  0:000  (AtiPorts) Nr of ports set to: 4
11:922  0:000  ATI Juniper ATI Radeon HD 5770 Series 1024MB (Vervet) [1002:68B8] (subsys [1682:2991]):: PcieRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0)
11:922  0:000   setting specified layout-id=1 (0x1)
11:923  0:000  stringlength = 7108
11:923  0:000  CurrentMode: Width=1920 Height=1200
11:923  0:000  Beginning FSInjection
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DDD50E98
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DDD50E98
11:925  0:001  Use origin smbios table type 1 guid.
11:925  0:000  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other
11:925  0:000  Extra kext: EFI\CLOVER\kexts\Other\RealtekRTL8111.kext (v.1.2.3)
11:937  0:011  Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext (v.1765)
11:945  0:007    |-- PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_LPCSensors.kext (v.1765)
12:000  0:054    |-- PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_GPUSensors.kext (v.1765)
12:004  0:004    |-- PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_CPUSensors.kext (v.1765)
12:006  0:001  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.12
12:007  0:001  Custom boot screen not used because entry has unset use graphics

 

Clover_v2.5k_r5084_80c5b67d.zip

PS Need your Clover debug log & build log to see what is causing your red screen :whistle:

Edited by fusion71au
Answer extra question from @ellaosx
  • Sad 1
Link to comment
Share on other sites

1 hour ago, fusion71au said:

 

With SF commit r5089, I needed to reapply Patches_for_EDK2 to get good build...


cd ~/src/edk2/BaseTools
make clean
cd ..
source edksetup.sh
cp -R Clover/Patches_for_EDK2/* ./
./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED

Before I reapplied the patches, I also saw red screen on legacy boot.

What about in github?

as a note, the red screen happens AFTER the clover gui.

Link to comment
Share on other sites

1 hour ago, ellaosx said:

What about in github?

as a note, the red screen happens AFTER the clover gui.

 

No red screen with GitHub repo: yesterday, I build r5084 latest commit 80c5b67. Clover is installed UEFI/ESP on my rig.

  • Like 1
Link to comment
Share on other sites

34 minutes ago, ori said:

Z390 doesn't boot with 2x32GB memories. After entering the memory, it moves.

 

Zrzut ekranu 2019-09-19 o 09.54.37.png

 

Do you try to remove 32GB from SMBIOS? And select XMP Profile 1 or 2 instead in Clover settings. 

 

What Z390 mobo? On Z390 Gigabyte, I have select XMP Profile 1 in BIOS, for 3000MHZ frequency

Capture d’écran 2019-09-19 à 10.31.09.png

Link to comment
Share on other sites

4 hours ago, ori said:

Still not starting.

 

532451114_Zrzutekranu2019-09-19o11_15_56.png.79911811fd0bb63fc4dcf98962654733.png

413396665_Zrzutekranu2019-09-19o11_13_48.png.5ece0fa1a60dbec7e42c151aba56f732.png50600860_Zrzutekranu2019-09-19o11_16_34.png.a78257f5d94bcb938588f17d126f79b4.png

 

IMG_20190919_112220.thumb.jpg.f7f0fa81156c8193b03650e587882e1f.jpg

 

 

What macOS? 

Could you post your EFI Folder. Please.

 

Edit: put the XMP to profile 1 and set the trust variable to true in clover and rebooted. If you already have the OsxAptioFix2Drv-free2000.efi or AptioMemoryDix installed "and you should also add "slide=0" to the Boot arguments in Clover. 

Edited by Matgen84
Link to comment
Share on other sites

5 hours ago, ori said:

Gigabyte Z390 M Gamming

 

BIOS:

XMP Profil1 3000MHz

 

Clover:

 

Zrzut ekranu 2019-09-19 o 11.07.27.png

 

What RAM is that? Have you tried lowering the frequency to something like 2666MHz?

Also, have you tried booting with a single memory stick?

Also, what's the CPU on this system and which SMBIOS profile are you currently using for it?

Also, something else that's not really clear to me... If this is 2 sticks of 32GB each, why did you add your RAM as 4x16GB in config?

 

Could you, please, add all your hardware information to your signature? It would make things a looot easier. I gotta tell you, at this point, this looks more like a hardware issue rather than a software/Clover issue.

Edited by arsradu
Link to comment
Share on other sites

About github version numeration

Dell:CloverHackyColor sergey$ git describe head --tags
5084-8-g862ce3cc
Dell:CloverHackyColor sergey$ 

5084 - is the last sync sources with sf.net

8 - a number of commits on github over the revision. So logically it will be 5084+8 but sf.net as well as github has intermediate commits not influencing on binaries.

g862ce3cc - last commit id

  • Like 1
Link to comment
Share on other sites

1 hour ago, Slice said:

About github version numeration


Dell:CloverHackyColor sergey$ git describe head --tags
5084-8-g862ce3cc
Dell:CloverHackyColor sergey$ 

5084 - is the last sync sources with sf.net

8 - a number of commits on github over the revision. So logically it will be 5084+8 but sf.net as well as github has intermediate commits not influencing on binaries.

g862ce3cc - last commit id

 

Thanks for your explanations :)

 

I understand what it is. But the compilation made and the pkg realized, it appears only the revision on the installer: for example, Clover v2.5 r5084. We do not know which commits are included since the release.

 

Since intermediate numbering is not possible as on SF (and possible on GitHub before r5084, pre-release r5081), we could display its info (commits id) in version line into "Read Info" like FakeSmc Rehabman

 

Capture d’écran 2019-09-19 à 17.08.13.png

 

Capture d’écran 2019-09-19 à 17.04.32.png

Capture d’écran 2019-09-19 à 17.30.12.png

Edited by Matgen84
Link to comment
Share on other sites

2 hours ago, arsradu said:

 

What RAM is that? Have you tried lowering the frequency to something like 2666MHz?

Also, have you tried booting with a single memory stick?

Also, what's the CPU on this system and which SMBIOS profile are you currently using for it?

Also, something else that's not really clear to me... If this is 2 sticks of 32GB each, why did you add your RAM as 4x16GB in config?

 

Could you, please, add all your hardware information to your signature? It would make things a looot easier. I gotta tell you, at this point, this looks more like a hardware issue rather than a software/Clover issue.

 

RAM is marked in the picture ( Corsair CMK64GX4M2D3000C16 64 GB (2x 32 GB) 3000 MHz CL16-20-20-38 1.35 V). I also tried Corsair CMK64GX4M2A2666C16 64 GB (2x 32 GB) 2666 MHz and it was the same.
I lowered it even to the lowest values. I disabled XMP in the BIOS. And it did nothing. I tried with one memory and it didn't start either. It wasn't until somewhere on the forum that I found an entry that someone made a post under SMbios 4x16GB and it went. I don't understand why, but it works with this post.
The processor is i7 9700K. SMbios iMac 19.1.
Gigabyte Z390 M Gamming motherboard. I can also check the Z90 Aorus Pro, but I doubt anything will change.
Interesting that on Open Core enters MacOS. Works well with Windows.
It looks like Clover's problem to me. Because I saw more such posts in the forums. This happens on different motherboards. Clover once had a similar problem with memories in the Asus Z370, where it only saw 2 out of 4 RAM and had to be added manually.

 

 

 

Edited by Slice
dont link to tonymac
Link to comment
Share on other sites

25 minutes ago, ori said:

 

RAM is marked in the picture ( Corsair CMK64GX4M2D3000C16 64 GB (2x 32 GB) 3000 MHz CL16-20-20-38 1.35 V). I also tried Corsair CMK64GX4M2A2666C16 64 GB (2x 32 GB) 2666 MHz and it was the same.
I lowered it even to the lowest values. I disabled XMP in the BIOS. And it did nothing. I tried with one memory and it didn't start either. It wasn't until somewhere on the forum that I found an entry that someone made a post under SMbios 4x16GB and it went. I don't understand why, but it works with this post.
The processor is i7 9700K. SMbios iMac 19.1.
Gigabyte Z390 M Gamming motherboard. I can also check the Z90 Aorus Pro, but I doubt anything will change.
Interesting that on Open Core enters MacOS. Works well with Windows.
It looks like Clover's problem to me. Because I saw more such posts in the forums. This happens on different motherboards. Clover once had a similar problem with memories in the Asus Z370, where it only saw 2 out of 4 RAM and had to be added manually.

 

 

 

 

Thank you for the detailed information! That's a lot better. And also, sorry for not realizing the RAM model was actually in your screenshot. My bad. :D 

 

Well, if it works with Windows, if it works with OC (with what I'm guessing is the same SMBIOS)...then yeah....I guess it could be Clover issue. You don't happen to have one 16GB stick laying around, do you? I would be curious to see what happens in that case. Maybe it works with 64GB actually paired in 4x16GB sticks but not with 2x32GB sticks? I don't see why (although Clover issue could be a possibility), but it would still be an interesting result, in my opinion.

Edited by arsradu
Link to comment
Share on other sites

26 minutes ago, ori said:

 

RAM is marked in the picture ( Corsair CMK64GX4M2D3000C16 64 GB (2x 32 GB) 3000 MHz CL16-20-20-38 1.35 V). I also tried Corsair CMK64GX4M2A2666C16 64 GB (2x 32 GB) 2666 MHz and it was the same.
I lowered it even to the lowest values. I disabled XMP in the BIOS. And it did nothing. I tried with one memory and it didn't start either. It wasn't until somewhere on the forum that I found an entry that someone made a post under SMbios 4x16GB and it went. I don't understand why, but it works with this post.
The processor is i7 9700K. SMbios iMac 19.1.
Gigabyte Z390 M Gamming motherboard. I can also check the Z90 Aorus Pro, but I doubt anything will change.
Interesting that on Open Core enters MacOS. Works well with Windows.
It looks like Clover's problem to me. Because I saw more such posts in the forums. This happens on different motherboards. Clover once had a similar problem with memories in the Asus Z370, where it only saw 2 out of 4 RAM and had to be added manually.

 

 

 

Some users on a banned forum succeed to install Clover + 64GB Ram. Could you post your EFI Folder?

 

You can open a ticket in SourceForge, if you believe Clover's problem

 

@arsradu and me ask you to put complete signature. Please

Edited by Matgen84
Link to comment
Share on other sites

14 minutes ago, Matgen84 said:

 

Some users on a banned forum succeed to install Clover + 64GB Ram. Could you post your EFI Folder?

 

You can open a ticket in SourceForge, if you believe Clover's problem

 

@arsradu and me ask you to put complete signature. Please

 

I understand that other forums are blocked here, but I found only one example in this forum. Google has shown more.
I tried 2x16GB, 4x16GB and no problem.
I have 128GB of RAM on X299 and no problem with Clover.
It seems to me an allocation error when configuring the Z390 and 32GB of RAM.

  • Like 1
Link to comment
Share on other sites

16 minutes ago, Florin9doi said:

 

There is a interesting answer

 

 

Capture d’écran 2019-09-19 à 19.25.02.png

9 minutes ago, ori said:

 

I understand that other forums are blocked here, but I found only one example in this forum. Google has shown more.
I tried 2x16GB, 4x16GB and no problem.
I have 128GB of RAM on X299 and no problem with Clover.
It seems to me an allocation error when configuring the Z390 and 32GB of RAM.

 

What AptioFix did you use? Try to use Free2000 version.

 

EDIT: What BIOS for your Z390 M Gaming?

Edited by Matgen84
Link to comment
Share on other sites

4 minutes ago, Matgen84 said:

 

There is a interesting answer

 

 

Capture d’écran 2019-09-19 à 19.25.02.png

 

What AptioFix did you use? Try to use Free2000 version.

 


I tried AptioMemoryFix.efi and OsxAptioFix2Drv-free2000.efi. At Clover he always stays in the same place.
On Open Core I have OsxAptioFix2Drv-free2000.efi
 

  • Sad 1
Link to comment
Share on other sites

5 minutes ago, ori said:

 


I tried AptioMemoryFix.efi and OsxAptioFix2Drv-free2000.efi. At Clover he always stays in the same place.
On Open Core I have OsxAptioFix2Drv-free2000.efi
 

 

What BIOS version? Set DVMT Pre-Allocated to 32M. This single change enabled the use of the standard driver OsxAptioFix3Drv.efi

Link to comment
Share on other sites

×
×
  • Create New...