Skip to content

Conversation

@apop5
Copy link
Contributor

@apop5 apop5 commented Nov 18, 2025

Description

In StandaloneMM mode, IsStatusCodeUsingSerialPort is expecting to find gMmStatusCodeUseSerialHobGuid, and will assert if it is not found.

Change the logic so that if the Guided Hob is not found, to let the function return FALSE and progress without serial messages.

  • Breaking change?
  • Impacts security?
  • Includes tests?

How This Was Tested

A platform which did not provide a gMmStatusCodeUseSerialHobGuid would assert.
After changing, the platform proceeds to boot.

Integration Instructions

No integration necessary.

In StandaloneMM mode, IsStatusCodeUsingSerialPort is expecting to
find gMmStatusCodeUseSerialHobGuid, and will assert if it is not found.

Change the logic so that if the Guided Hob is not found, to let
the function return FALSE and progress to proceed.

Signed-off-by: Aaron Pop <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants