coreboot-kgpe-d16/src/mainboard/lenovo/t420s
Elyes Haouas af93336da3 ec/lenovo/pmh7/chip.h: Use 'bool' instead of 'int'
This to fix following error using Clang-16.0.0:
/cb-build/coreboot-toolchain.0/clang/LENOVO_W500/mainboard/lenovo/t400/static.c:135:22: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
        .backlight_enable = 0x01,
                            ^~~~
/cb-build/coreboot-toolchain.0/clang/LENOVO_W500/mainboard/lenovo/t400/static.c:136:23: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
        .dock_event_enable = 0x01,
                             ^~~~

Change-Id: Icd35224877fee355e1bbb8a8e838cb047604babb
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73810
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
2023-04-08 03:36:07 +00:00
..
acpi
acpi_tables.c
board_info.txt
cmos.default
cmos.layout
data.vbt
devicetree.cb ec/lenovo/pmh7/chip.h: Use 'bool' instead of 'int' 2023-04-08 03:36:07 +00:00
dsdt.asl
early_init.c
gma-mainboard.ads
gpio.c
hda_verb.c
Kconfig mb/lenovo: Enable VBOOT_VBNV_FLASH 2023-03-08 04:13:46 +00:00
Kconfig.name
mainboard.c
Makefile.inc
smihandler.c
vboot-ro-me_clean.fmd
vboot-ro.fmd
vboot-rwa.fmd mb/lenovo: Enable VBOOT_VBNV_FLASH 2023-03-08 04:13:46 +00:00