coreboot/src
Arthur Heymans cdad992f0f nb/intel/gm45/pm.c: Make clang happy
Clang complains that the terniary '?' operator is executed before the
bitwise '|'. This is true and desired in this case. Being explicit
about won't hurt however.

Change-Id: I27d1fc1c19e1dab3d1c82e407151eaa46f8c7b03
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62172
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
2022-03-25 19:59:20 +00:00
..
acpi
arch
commonlib commonlib/bsd: Add struct name "mem_chip_channel" for external access 2022-03-18 15:40:26 +00:00
console
cpu cpu/x86/smm: Add weak SoC init and exit methods 2022-03-10 17:06:51 +00:00
device i2c: Add configurable I2C transfer timeout 2022-03-15 22:06:27 +00:00
drivers drivers/intel/fsp2_0: Add support for FSP_NON_VOLATILE_STORAGE_HOB2 2022-03-25 19:58:41 +00:00
ec ec/starlabs/merlin: Don't store EC values on change 2022-03-21 16:57:54 +00:00
include include/efi: Add EFI Status code definitions 2022-03-25 19:26:28 +00:00
lib lib/device_tree.c: zero-initialize new DT nodes 2022-03-22 20:45:26 +00:00
mainboard mb/google/skyrim: Increase RW_MRC_CACHE FMAP region size 2022-03-25 19:24:37 +00:00
northbridge nb/intel/gm45/pm.c: Make clang happy 2022-03-25 19:59:20 +00:00
security
soc soc/intel/*/meminit.c: Fix formatted print 2022-03-25 19:53:28 +00:00
southbridge
superio
vendorcode vendorcode/intel/edk2/edk2-stable202111: Use fixed size struct elements 2022-03-18 18:41:42 +00:00
Kconfig