From 915d1eaeae417b5e0114da33efe87272e3adb6e5 Mon Sep 17 00:00:00 2001 From: Michał Żygowski Date: Fri, 6 Mar 2020 13:29:08 +0100 Subject: soc/intel/braswell/chip.h: Include smbios.h for Type9 Entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Signed-off-by: Michał Żygowski Change-Id: Id15fe4101d14479b02e536fdf63748a241c02bd3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39351 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Matt DeVillier Reviewed-by: Paul Menzel Reviewed-by: Frans Hendriks --- src/soc/intel/braswell/chip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc') diff --git a/src/soc/intel/braswell/chip.h b/src/soc/intel/braswell/chip.h index 9f790dc140..ae9787b0a8 100644 --- a/src/soc/intel/braswell/chip.h +++ b/src/soc/intel/braswell/chip.h @@ -27,6 +27,7 @@ #include #include #include +#include #define SVID_CONFIG1 1 #define SVID_CONFIG3 3 -- cgit v1.2.3