edk2: Rebase on edk2-stable202108

Set options in edk2.config for each board.

PCIE_BASE is no longer an edk2 option. The value is expected to be in
AcpiBoardInfo HOB, generated from the bootloader's ACPI table.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2021-12-21 10:32:37 -07:00
committed by Tim Crawford
parent af955613e0
commit fa98ecae1f
26 changed files with 163 additions and 9 deletions

View File

@ -27,7 +27,7 @@ pushd edk2 >/dev/null
-a X64 \
-b "${BUILD_TYPE}" \
-t "${TOOLCHAIN}" \
-p "${PACKAGE}/${PACKAGE}Ia32X64.dsc" \
-p "${PACKAGE}/${PACKAGE}.dsc" \
"${@:2}"
cp -v \