david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/interface/efi
Michael Brown 3f85626fa9 [efi] Add efi_strerror()
EFI_STATUS is defined as an INTN, which maps to UINT32 (i.e. unsigned
int) on i386 and UINT64 (i.e. unsigned long) on x86_64.  This would
require a cast each time the error status is printed.

Add efi_strerror() to avoid this ickiness and simultaneously enable
prettier reporting of EFI status codes.
2008-11-19 19:22:49 +00:00
..
efi_console.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_entry.c [efi] Add EFI image format and basic runtime environment 2008-10-13 10:24:14 +01:00
efi_io.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_pci.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_snp.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_strerror.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_timer.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_uaccess.c [efi] Add EFI image format and basic runtime environment 2008-10-13 10:24:14 +01:00
efi_umalloc.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00