Commit be1567b
committed
MdeModulePkg: StatusCodeHandler Stmm remove assert.
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]>1 parent 6c6d4d2 commit be1567b
File tree
1 file changed
+5
-4
lines changed- MdeModulePkg/Universal/StatusCodeHandler/Smm
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments