Skip to content

Commit

Permalink
StandaloneMmPkg: introduce StandaloneMmExtractGuidedSectionLib
Browse files Browse the repository at this point in the history
The default ExtractGuidedSectionLib used by Standalone MM is the
implementation in EmbeddedPkg. However, the ExtractGuidedSectionLib
implementation in EmbeddedPkg builds HOBs to save the extract handler
information.
Since StandaloneMm is consumer of HOB, not a HOB producer, introduce
a StandaloneMmExtraGuidedSectionLib implementation that saves the
extract handler information in the ConfigurationTable.
This StandaloneMmExtraGuidedSectionLib can be used by MM_STANDALONE
and MM_CORE_STANDALONE modules.

Signed-off-by: Levi Yun <[email protected]>
(cherry picked from commit e8f2b11072d0e6342d5e160d2742209ff7b0baec)

# Conflicts:
#	StandaloneMmPkg/StandaloneMmPkg.dsc
  • Loading branch information
LeviYeoReum authored and kuqin12 committed Nov 14, 2024
1 parent b5357c3 commit f38a9f7
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 1 deletion.
Loading

0 comments on commit f38a9f7

Please sign in to comment.