1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm-bsp/edk2-firmware: upgrade SGI575 to 202011

Change-Id: Id002f1f460d9a0d66c913d3f3c7bb460ae7d5904
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2020-12-18 17:40:32 +00:00
committed by Jon Mason
parent a780470d96
commit 9ed331bbd7
3 changed files with 2 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ PREFERRED_VERSION_linux-yocto ?= "5.7%"
KCONFIG_MODE = "--alldefconfig"
SERIAL_CONSOLES = "115200;ttyAMA0"
PREFERRED_VERSION_edk2-firmware ?= "202008%"
PREFERRED_VERSION_edk2-firmware ?= "202011%"
#grub-efi
EFI_PROVIDER ?= "grub-efi"

View File

@@ -1,7 +0,0 @@
# Include machine specific configurations for UEFI EDK2
MACHINE_EDK2_REQUIRE ?= ""
MACHINE_EDK2_REQUIRE_sgi575 = "edk2-firmware-sgi575.inc"
require ${MACHINE_EDK2_REQUIRE}

View File

@@ -3,5 +3,6 @@
MACHINE_EDK2_REQUIRE ?= ""
MACHINE_EDK2_REQUIRE_fvp-base = "edk2-firmware-fvp-base.inc"
MACHINE_EDK2_REQUIRE_sgi575 = "edk2-firmware-sgi575.inc"
require ${MACHINE_EDK2_REQUIRE}