]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Eot/FvImage.py
BaseTool: correct the generate compress section process
[mirror_edk2.git] / BaseTools / Source / Python / Eot / FvImage.py
index f668a17c09c819ed96730d2625765b10e794643f..0f742c7d86c277d7a39f363ca4e4792bd7f38248 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Parse FV image\r
 #\r
-# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -13,7 +13,7 @@
 \r
 ## Import Modules\r
 #\r
-import os\r
+import Common.LongFilePathOs as os\r
 import re\r
 import sys\r
 import uuid\r
@@ -24,7 +24,7 @@ import copy
 from UserDict import IterableUserDict\r
 from cStringIO import StringIO\r
 from array import array\r
-\r
+from Common.LongFilePathSupport import OpenLongFilePath as open\r
 from CommonDataClass import *\r
 from Common.Misc import sdict, GuidStructureStringToGuidString\r
 \r
@@ -999,6 +999,8 @@ class Ffs(Image):
         0x0B    :   "FIRMWARE_VOLUME_IMAGE",\r
         0x0C    :   "COMBINED_SMM_DXE",\r
         0x0D    :   "SMM_CORE",\r
+        0x0E    :   "MM_STANDALONE",\r
+        0x0F    :   "MM_CORE_STANDALONE",\r
         0xc0    :   "OEM_MIN",\r
         0xdf    :   "OEM_MAX",\r
         0xe0    :   "DEBUG_MIN",\r