mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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>
This commit is contained in:
parent
aeb88bf3d1
commit
401d1343cb
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user