Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | EDK2_PLATFORM = "ArmJuno" |
2 | EDK2_PLATFORM_DSC = "Platform/ARM/JunoPkg/ArmJuno.dsc" | ||||
3 | EDK2_BIN_NAME = "BL33_AP_UEFI.fd" | ||||
4 | |||||
5 | COMPATIBLE_MACHINE = "juno" | ||||
6 | |||||
7 | # As of 2022-06-14 with 2022.05, clang builds fail: | ||||
8 | # "The required fv image size 0x104048 exceeds the set fv image size 0xf9000" | ||||
9 | TOOLCHAIN = "gcc" |