coreboot/src/security/intel/stm
Angel Pons 002e5e057c security/intel/stm: Add missing <stdbool.h>
Jenkins does not build `config.stm` because the file name lacks the
mainboard name. So, the code was not being build-tested, and it does not
build because several files lacked the definition for `bool`.

Add the missing #include directives. Renaming the config file so that
Jenkins build-tests it is done in a follow-up.

Change-Id: Idf012b7ace0648027ef6e901d821ca6682cee198
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43622
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Eugene Myers <cedarhouse1@comcast.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-07-21 20:04:12 +00:00
..
Kconfig Do not select USE_BLOBS 2020-04-15 19:11:08 +00:00
Makefile.inc
SmmStm.c security/intel/stm: Add missing <stdbool.h> 2020-07-21 20:04:12 +00:00
SmmStm.h security/intel/stm: Add missing <stdbool.h> 2020-07-21 20:04:12 +00:00
StmApi.h treewide: Convert more license headers to SPDX style 2020-05-11 19:37:19 +00:00
StmPlatformResource.c treewide: Convert more license headers to SPDX style 2020-05-11 19:37:19 +00:00
StmPlatformResource.h treewide: Convert more license headers to SPDX style 2020-05-11 19:37:19 +00:00
StmPlatformSmm.c security/intel/stm: Add missing <stdbool.h> 2020-07-21 20:04:12 +00:00