Hello Patrick Rudolph, build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36837
to look at the new patch set (#3).
Change subject: include: Make stdbool.h a separate file ......................................................................
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 --- M src/arch/x86/include/arch/cpu.h M src/drivers/vpd/vpd.h M src/ec/google/chromeec/ec.h M src/include/bootmem.h M src/include/console/usb.h M src/include/device/device.h A src/include/stdbool.h M src/include/stdint.h M src/include/types.h M src/lib/imd.c M src/security/memory/memory.c M src/soc/intel/common/block/include/intelblocks/cpulib.h M src/soc/intel/common/block/include/intelblocks/fast_spi.h M src/soc/intel/common/block/include/intelblocks/pcr.h M src/soc/mediatek/mt8183/include/soc/mt6358.h 15 files changed, 32 insertions(+), 26 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/36837/3