summaryrefslogtreecommitdiffstats
path: root/src/config/defaults/pcbios.h
diff options
context:
space:
mode:
authorMichael Brown2008-12-05 00:09:48 +0100
committerMichael Brown2008-12-05 00:19:12 +0100
commit29480dd7159190b91cca17298a87425a58826d32 (patch)
tree8fc1e70c689ab20d6ec7e85955a88a03a09354fa /src/config/defaults/pcbios.h
parent[efi] Allow use of EFI configuration tables (diff)
downloadipxe-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/config/defaults/pcbios.h')
-rw-r--r--src/config/defaults/pcbios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h
index e1360f53..4359e1a4 100644
--- a/src/config/defaults/pcbios.h
+++ b/src/config/defaults/pcbios.h
@@ -14,6 +14,7 @@
#define CONSOLE_PCBIOS
#define NAP_PCBIOS
#define UMALLOC_MEMTOP
+#define SMBIOS_PCBIOS
#define IMAGE_ELF /* ELF image support */
#define IMAGE_MULTIBOOT /* MultiBoot image support */