summaryrefslogtreecommitdiffstats
path: root/src/config/defaults/efi.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/efi.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/efi.h')
-rw-r--r--src/config/defaults/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index d980136a..fe38fd03 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -14,6 +14,7 @@
#define TIMER_EFI
#define NAP_EFIX86
#define UMALLOC_EFI
+#define SMBIOS_EFI
#define IMAGE_EFI /* EFI image support */