Attention is currently required from: Felix Singer, Paul Menzel, Arthur Heymans, Elyes Haouas.
Hello Felix Singer, build bot (Jenkins), Arthur Heymans,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/73794
to look at the new patch set (#6).
Change subject: sb/intel/i82371eb/chip.h: Use 'bool' instead of 'int' ......................................................................
sb/intel/i82371eb/chip.h: Use 'bool' instead of 'int'
This to fix following error using Clang-16.0.0: CC romstage/mainboard/emulation/qemu-i440fx/static.o build/mainboard/emulation/qemu-i440fx/static.c:31:17: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] .ide0_enable = 1, ^ build/mainboard/emulation/qemu-i440fx/static.c:32:17: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] .ide1_enable = 1, ^
Change-Id: I36cc19bc2908119fe940941e108ee217a7b26f50 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/asus/p2b/devicetree.cb M src/mainboard/emulation/qemu-i440fx/devicetree.cb M src/southbridge/intel/i82371eb/chip.h 3 files changed, 38 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/73794/6