1 | # $Id: efi_build.conf 39186 2011-11-03 10:47:06Z vboxsync $
|
---|
2 | # EFI: build box configuration
|
---|
3 | #
|
---|
4 | [ -z "$VBOX_TREE" ] && VBOX_TREE=/home/vbox/tinderbox/efi/vbox
|
---|
5 | [ -z "$EDK_TREE" ] && EDK_TREE=/home/vbox/tinderbox/efi/edk2
|
---|
6 | FW_TARGET_DIR=/home/vbox/tinderbox/efi/vbox/out
|
---|
7 | EDK_REV=9572
|
---|
8 | EDK_PATCHES="pmtimer apple no_blocking_partition rtc ovmf_pei mem_acpi idtgdt memdetect pci_bridge"
|
---|
9 | EDK_PATCHES="$EDK_PATCHES r9699" # gcc x64 build fix todo: remove when EDK_REV reaches r9699
|
---|
10 | EDK_PATCHES="$EDK_PATCHES r9573" # gcc i386 build fix todo: remove when EDK_REV reaches r9573
|
---|
11 | EDK_PATCHES="$EDK_PATCHES backed_r9488_SecurityStub" # partly backed of r9488, affect loading AppleACPI kext.
|
---|
12 | EDK_PATCHES="$EDK_PATCHES SwitchStack_wrong_assert"
|
---|
13 | EDK_PATCHES="$EDK_PATCHES Sec_SecMain_c_edk2_rev"
|
---|
14 |
|
---|
15 | X64_PETOOLS_PREFIX=/home/vbox/tools/bin/x86_64-w64-mingw32-
|
---|
16 | #EDK_TOOLS_PATCHES="base_tools_r1713_SL32"
|
---|
17 | #BUILD_LOG=/work/efi.log
|
---|
18 | KBUILD_TYPE=release
|
---|
19 | CLEAN_EFI=1
|
---|
20 | WITH_64=true
|
---|