]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/EfiRom/EfiRom.h
BaseTools/GenVtf: Fix file handles not being closed
[mirror_edk2.git] / BaseTools / Source / C / EfiRom / EfiRom.h
index 1214700826de6adf485a516cdba0e24821f78d3c..6763d6b1ec28214177bfad892527d59b76844b83 100644 (file)
@@ -117,6 +117,9 @@ static STRING_LOOKUP  mMachineTypes[] = {
   { EFI_IMAGE_MACHINE_IA32, "IA32" },\r
   { EFI_IMAGE_MACHINE_IA64, "IA64" },\r
   { EFI_IMAGE_MACHINE_EBC, "EBC" },\r
+  { EFI_IMAGE_MACHINE_X64, "X64" },\r
+  { EFI_IMAGE_MACHINE_ARMT, "ARM" },\r
+  { EFI_IMAGE_MACHINE_AARCH64, "AA64" },\r
   { 0, NULL }\r
 };\r
 \r