include: Make stdbool.h a separate file
commita2148377b5605e96860476bd7cffbabc6e92542e
authorJulius Werner <jwerner@chromium.org>
Thu, 14 Nov 2019 03:50:33 +0000 (13 19:50 -0800)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 18 Nov 2019 22:47:13 +0000 (18 22:47 +0000)
tree7cd07d20d3283bb141f85ef66b6b86ade1e6ee26
parent85b41445b5c4df5833eceb7e1602408dc6c68662
include: Make stdbool.h a separate file

This patch moves the traditional POSIX stdbool.h definitions out from
stdint.h into their own file. This helps for using these definitions in
commonlib code which may be compiled in different environments. For
coreboot everything should chain-include this stuff via types.h anyway
so nothing should change.

Change-Id: Ic8d52be80b64d8e9564f3aee8975cb25e4c187f5
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36837
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
15 files changed:
src/arch/x86/include/arch/cpu.h
src/drivers/vpd/vpd.h
src/ec/google/chromeec/ec.h
src/include/bootmem.h
src/include/console/usb.h
src/include/device/device.h
src/include/stdbool.h [new file with mode: 0644]
src/include/stdint.h
src/include/types.h
src/lib/imd.c
src/security/memory/memory.c
src/soc/intel/common/block/include/intelblocks/cpulib.h
src/soc/intel/common/block/include/intelblocks/fast_spi.h
src/soc/intel/common/block/include/intelblocks/pcr.h
src/soc/mediatek/mt8183/include/soc/mt6358.h