Added some missing error code descriptions

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
This commit is contained in:
Nigel Croxon 2015-05-14 12:38:39 -04:00
parent dae0b4b0b0
commit 37d7bee82a
1 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,13 @@ struct {
{ EFI_ICMP_ERROR, L"ICMP Error"}, { EFI_ICMP_ERROR, L"ICMP Error"},
{ EFI_TFTP_ERROR, L"TFTP Error"}, { EFI_TFTP_ERROR, L"TFTP Error"},
{ EFI_PROTOCOL_ERROR, L"Protocol Error"}, { EFI_PROTOCOL_ERROR, L"Protocol Error"},
{ EFI_INCOMPATIBLE_VERSION, L"Incompatible Version"},
{ EFI_SECURITY_VIOLATION, L"Security Policy Violation"},
{ EFI_CRC_ERROR, L"CRC Error"},
{ EFI_END_OF_MEDIA, L"End of Media"},
{ EFI_END_OF_FILE, L"End of File"},
{ EFI_INVALID_LANGUAGE, L"Invalid Languages"},
{ EFI_COMPROMISED_DATA, L"Compromised Data"},
// warnings // warnings
{ EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"}, { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"},