From: Supreeth Venkatesh Date: Mon, 26 Jun 2017 16:47:46 +0000 (+0800) Subject: BaseTools/Eot: register MM Module types with FFS class. X-Git-Tag: edk2-stable201903~3832 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=401d1343cb0279908a748fd0ff27609ccc300b43;ds=sidebyside 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 Signed-off-by: Supreeth Venkatesh Reviewed-by: Liming Gao --- 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",