coreboot-kgpe-d16/src/mainboard/getac/p470
Elyes Haouas c46242f904 sb/intel/i82801gx/chip.h: Use 'bool' instead of 'int'
This to fix following error using Clang-16.0.0:
/cb-build/coreboot-toolchain.0/clang/APPLE_IMAC52/mainboard/apple/macbook21/static.c:66:19: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
        .c4onc3_enable = 1,
                         ^
/cb-build/coreboot-toolchain.0/clang/APPLE_IMAC52/mainboard/apple/macbook21/static.c:75:32: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
        .p_cnt_throttling_supported = 1,
                                      ^

Change-Id: I691b51a97b359655c406bff28ee6562636d11015
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73796
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
2023-04-08 03:35:39 +00:00
..
acpi sb,soc/intel,mb: Drop leftover comments and TODOs in ASL 2022-12-07 11:33:38 +00:00
acpi_tables.c src/mainboard: Remove unnecessary space after casts 2023-01-30 22:11:50 +00:00
board_info.txt
cmos.layout
cstates.c
devicetree.cb sb/intel/i82801gx/chip.h: Use 'bool' instead of 'int' 2023-04-08 03:35:39 +00:00
dsdt.asl
early_init.c mb,x86/smm: Disable unused IO traps 2022-12-23 03:09:20 +00:00
ec_oem.c mb/getac/p470: Use 'enum cb_err' 2022-10-28 17:29:36 +00:00
ec_oem.h mb/getac/p470: Use 'enum cb_err' 2022-10-28 17:29:36 +00:00
gpio.c
hda_verb.c
irq_tables.c
Kconfig
Kconfig.name
mainboard.c
mainboard.h
Makefile.inc
mptable.c
smihandler.c