Commit 14b1357
committed
StandaloneMmPkg: StandaloneMmIplPei: Do not assert on driver dispatch
The current module checks the return status of MmIplDispatchMmDrivers.
Any failure would cause the system to assert.
However, this should not be deemed as fatal since the result could be
entirely implementation defined on the Standalone MM core side.
This change loosens the check and not to do asserts on dispatcher
requests.
Signed-off-by: Kun Qin <kuqin12@gmail.com>1 parent 7c3f479 commit 14b1357
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
917 | | - | |
| 917 | + | |
| 918 | + | |
918 | 919 | | |
919 | 920 | | |
920 | 921 | | |
| |||
1028 | 1029 | | |
1029 | 1030 | | |
1030 | 1031 | | |
1031 | | - | |
| 1032 | + | |
| 1033 | + | |
1032 | 1034 | | |
1033 | 1035 | | |
1034 | 1036 | | |
0 commit comments