diff options
author | Christian Walter <christian.walter@9elements.com> | 2019-05-23 16:14:59 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-05-29 20:22:13 +0000 |
commit | a998e280163b84c0786cb8d4b7f216a36b262d6a (patch) | |
tree | 97203e8d4ccd8a984cc8be3e9693e9d2529cc5ef /src/soc/intel/skylake | |
parent | 23cb12b0404bbcb451140592b9502751a0ff719f (diff) |
src/soc/intel/skylake/chip.h: Add smbios.h for Type9 Entries
In order to add the smbios_slot_desc for the SMBIOS Type9 entries into
the devicetree, and not use numbers but strings like
"SlotTypePciExpressGen3X4", smbios.h needs to be included in the
static.c.
Change-Id: Iace547868b4ce8eb7d3624baf1abd1187c1e5f51
Signed-off-by: Christian Walter <christian.walter@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32965
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/skylake')
-rw-r--r-- | src/soc/intel/skylake/chip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h index 57d51e76b2..a537165dd9 100644 --- a/src/soc/intel/skylake/chip.h +++ b/src/soc/intel/skylake/chip.h @@ -34,6 +34,7 @@ #include <soc/serialio.h> #include <soc/usb.h> #include <soc/vr_config.h> +#include <smbios.h> #define MAX_PEG_PORTS 3 |