mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +03:00
[efi] Use EFI-native mechanism for accessing SMBIOS table
EFI provides a copy of the SMBIOS table accessible via the EFI system table, which we should use instead of manually scanning through the F000:0000 segment.
This commit is contained in:
@@ -164,6 +164,9 @@
|
||||
#define ERRFILE_iscsiboot ( ERRFILE_OTHER | 0x000f0000 )
|
||||
#define ERRFILE_efi_pci ( ERRFILE_OTHER | 0x00100000 )
|
||||
#define ERRFILE_efi_snp ( ERRFILE_OTHER | 0x00110000 )
|
||||
#define ERRFILE_smbios ( ERRFILE_OTHER | 0x00120000 )
|
||||
#define ERRFILE_smbios_settings ( ERRFILE_OTHER | 0x00130000 )
|
||||
#define ERRFILE_efi_smbios ( ERRFILE_OTHER | 0x00140000 )
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user