diff options
author | Michael Brown | 2008-12-05 00:09:48 +0100 |
---|---|---|
committer | Michael Brown | 2008-12-05 00:19:12 +0100 |
commit | 29480dd7159190b91cca17298a87425a58826d32 (patch) | |
tree | 8fc1e70c689ab20d6ec7e85955a88a03a09354fa /src/include/gpxe/errfile.h | |
parent | [efi] Allow use of EFI configuration tables (diff) | |
download | ipxe-29480dd7159190b91cca17298a87425a58826d32.tar.gz ipxe-29480dd7159190b91cca17298a87425a58826d32.tar.xz ipxe-29480dd7159190b91cca17298a87425a58826d32.zip |
[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.
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r-- | src/include/gpxe/errfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h index a3d6d37b..6b7f3a4b 100644 --- a/src/include/gpxe/errfile.h +++ b/src/include/gpxe/errfile.h @@ -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 ) /** @} */ |