diff options
Diffstat (limited to 'src/build/debug/Hostboot/BlTrace.pm')
-rw-r--r-- | src/build/debug/Hostboot/BlTrace.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build/debug/Hostboot/BlTrace.pm b/src/build/debug/Hostboot/BlTrace.pm index 9574135c9..aeecf2ec4 100644 --- a/src/build/debug/Hostboot/BlTrace.pm +++ b/src/build/debug/Hostboot/BlTrace.pm @@ -37,6 +37,9 @@ my %traceText = ( "14" => "Main applySecureSignatureValidation returned", "15" => "Main copy HBB to running location done", "20" => "HandleMMIO started", + "21" => "HandleMMIO started using BYTESIZE", + "24" => "HandleMMIO started using WORDSIZE", + "28" => "HandleMMIO started using DBLWORDSIZE", "30" => "PNOR Access getHBBSection started", "31" => "PNOR Access findTOC handleMMIO to copy TOC ONE returned", "32" => "PNOR Access findTOC readTOC for TOC ONE returned", |