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]>
  • Loading branch information
LeviYeoReum committed Dec 11, 2024
1 parent 28ca336 commit 734b795
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 1 deletion.
Loading

0 comments on commit 734b795

Please sign in to comment.