summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Eot
diff options
context:
space:
mode:
authorSupreeth Venkatesh <supreeth.venkatesh@arm.com>2017-06-27 00:47:46 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2017-07-07 10:54:16 +0800
commit401d1343cb0279908a748fd0ff27609ccc300b43 (patch)
tree061d4123f2b32ef4e150c5d023bbe3bd1d830615 /BaseTools/Source/Python/Eot
parentaeb88bf3d130802e94387403e29d5cb2e288dc54 (diff)
downloadedk2-401d1343cb0279908a748fd0ff27609ccc300b43.tar.gz
edk2-401d1343cb0279908a748fd0ff27609ccc300b43.tar.bz2
edk2-401d1343cb0279908a748fd0ff27609ccc300b43.zip
BaseTools/Eot: register MM Module types with FFS class.
This patch registers MM_STANDALONE and MM_CORE_STANDALONE with Ffs class. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Eot')
-rw-r--r--BaseTools/Source/Python/Eot/FvImage.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/Eot/FvImage.py b/BaseTools/Source/Python/Eot/FvImage.py
index f2a9bc6801..0f742c7d86 100644
--- a/BaseTools/Source/Python/Eot/FvImage.py
+++ b/BaseTools/Source/Python/Eot/FvImage.py
@@ -999,6 +999,8 @@ class Ffs(Image):
0x0B : "FIRMWARE_VOLUME_IMAGE",
0x0C : "COMBINED_SMM_DXE",
0x0D : "SMM_CORE",
+ 0x0E : "MM_STANDALONE",
+ 0x0F : "MM_CORE_STANDALONE",
0xc0 : "OEM_MIN",
0xdf : "OEM_MAX",
0xe0 : "DEBUG_MIN",