coreboot-kgpe-d16/src/soc/intel
Subrata Banik 299ee183c4 soc/intel/common/block/gpio: Fix typecasting issue
This patch fixes unsigned conversion from 'int' to 'uint8_t'
{aka 'const unsigned char'} changes value from '-256' to '0'
[-Werror=overflow].

Change-Id: Ifcc42e5a2ff06f0af0eb96bef4c6044cbcdbd94b
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51766
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2021-03-27 04:22:31 +00:00
..
alderlake soc/intel/alderlake: Correct GPE DWx assignment as per EDS 2021-03-27 04:22:11 +00:00
apollolake acpi/acpigen.h: Add more intuitive AML package closing functions 2021-03-22 11:21:55 +00:00
baytrail cbfs: Remove prog_locate() for stages and rmodules 2021-03-16 21:45:34 +00:00
braswell soc/intel/braswell: Factor out common acpi_fill_madt 2021-03-12 15:41:35 +00:00
broadwell {lynxpoint/broadwell}: Set Azalia HDCFG.BCLD bit 2021-03-22 13:01:19 +00:00
cannonlake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
common soc/intel/common/block/gpio: Fix typecasting issue 2021-03-27 04:22:31 +00:00
denverton_ns soc/intel/denverton_ns: Drop pcidev_path_on_root_debug usage 2021-02-27 09:40:17 +00:00
elkhartlake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
icelake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
jasperlake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
quark
skylake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
tigerlake soc/intel/tigerlake: Add #include guards to soc/early_tcss.h 2021-03-22 15:24:00 +00:00
xeon_sp soc/intel/xeon_sp: Move PCH PCI device defines 2021-03-26 19:14:51 +00:00
Kconfig