xref: /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware_%.bbappend (revision edff49234e31f23dc79f823473c9e286a21596c1)
1bec4ebc2SBrad Bishop# Include machine specific configurations for UEFI EDK2
2bec4ebc2SBrad Bishop
3bec4ebc2SBrad BishopMACHINE_EDK2_REQUIRE ?= ""
4bec4ebc2SBrad Bishop
5bec4ebc2SBrad BishopMACHINE_EDK2_REQUIRE:fvp-base = "edk2-firmware-fvp-base.inc"
6bec4ebc2SBrad BishopMACHINE_EDK2_REQUIRE:juno = "edk2-firmware-juno.inc"
7*edff4923SAndrew GeisslerMACHINE_EDK2_REQUIRE:sbsa-ref = "edk2-firmware-sbsa-ref.inc"
8bec4ebc2SBrad BishopMACHINE_EDK2_REQUIRE:sgi575 = "edk2-firmware-sgi575.inc"
9bec4ebc2SBrad Bishop
10bec4ebc2SBrad Bishoprequire ${MACHINE_EDK2_REQUIRE}
11