coreboot-kgpe-d16/src/soc
Rizwan Qureshi b8b8ec8323 soc/intel/common/block: Add missing include
Include types.h in src/soc/intel/common/block/include/intelblocks/cse.h
to use type bool.

Without this, there can be a build error like below,

src/soc/intel/common/block/include/intelblocks/cse.h:208:1:
 error: unknown type name 'bool'; did you mean '_Bool'?
 bool cse_is_hfs1_com_soft_temp_disable(void);
 ^~~~
 _Bool
src/soc/intel/common/block/include/intelblocks/cse.h:214:1:
 error: unknown type name 'bool'; did you mean '_Bool'?
 bool cse_is_hfs3_fw_sku_custom(void);

Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Change-Id: I92ee533bca7dc255f7a341b2a68bbc09900996a1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39922
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2020-03-31 10:52:28 +00:00
..
amd security/vboot: relocate and rename vboot_platform_is_resuming() 2020-03-31 10:38:07 +00:00
cavium security/vboot: Decouple measured boot from verified boot 2020-03-31 07:55:18 +00:00
intel soc/intel/common/block: Add missing include 2020-03-31 10:52:28 +00:00
mediatek security/vboot: Decouple measured boot from verified boot 2020-03-31 07:55:18 +00:00
nvidia security/vboot: Decouple measured boot from verified boot 2020-03-31 07:55:18 +00:00
qualcomm soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
rockchip soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
samsung security/vboot: Decouple measured boot from verified boot 2020-03-31 07:55:18 +00:00
sifive soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
ucb mb/emulation/qemu-riscv: Implement ipi using clint to enable smp in qemu/spike. 2019-12-06 15:09:48 +00:00