]> 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 65c77c4034804a45101b594c9a7934666c0ee7ca..6763d6b1ec28214177bfad892527d59b76844b83 100644 (file)
@@ -1,6 +1,7 @@
 /** @file\r
+This file contains the relevant declarations required to generate Option Rom File\r
 \r
-Copyright (c)  1999-2008 Intel Corporation. All rights reserved\r
+Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available \r
 under the terms and conditions of the BSD License which accompanies this \r
 distribution.  The full text of the license may be found at\r
@@ -9,16 +10,6 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-\r
-Module Name:  \r
-\r
-  EfiRom.h\r
-\r
-Abstract:\r
-\r
-  This file contains the relevant declarations required\r
-  to generate Option Rom File\r
-\r
 **/\r
 \r
 #ifndef __EFI_ROM_H__\r
@@ -126,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