coreboot-kgpe-d16/src
Felix Singer d190cdd25e soc/intel/cannonlake/acpi: Replace Add(a,b) with ASL 2.0 syntax
Replace `Add (a, b)` with `a + b`.

Change-Id: I90dc0ecb1e3f16874a72cdf01afb097d4e7b6076
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60503
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-12-31 09:00:52 +00:00
..
acpi ChromeOS: Refactor ACPI CNVS generation 2021-12-23 21:18:25 +00:00
arch arch/x86/acpi: Replace Add(a,b,c) with ASL 2.0 syntax 2021-12-31 08:56:09 +00:00
commonlib commonlib: Add new TS for CSE firmware Sync 2021-12-20 17:51:27 +00:00
console
cpu cpu/x86/mp_init.c: Make it work for !CONFIG_SMP 2021-12-10 15:57:34 +00:00
device device: Make pciexp_get_ltr_max_latencies a public function 2021-12-22 18:14:47 +00:00
drivers drivers/intel/gma/acpi: Replace Subtract(a,b) with ASL 2.0 syntax 2021-12-31 08:58:26 +00:00
ec ec/smsc/mec1308/acpi: Replace Subtract(a,b) with ASL 2.0 syntax 2021-12-31 08:59:59 +00:00
include include/types.h: #include <limits.h> 2021-12-26 09:59:12 +00:00
lib ChromeOS: Refactor ACPI CNVS generation 2021-12-23 21:18:25 +00:00
mainboard mb/google/kahlee/acpi: Replace Add(a,b,c) with ASL 2.0 syntax 2021-12-31 08:52:31 +00:00
northbridge northbridge/intel/ironlake/acpi: Use Printf() for debug prints 2021-12-30 14:24:26 +00:00
security Revert "security/vboot: Add NVRAM counter for TPM 2.0" 2021-12-16 20:58:30 +00:00
soc soc/intel/cannonlake/acpi: Replace Add(a,b) with ASL 2.0 syntax 2021-12-31 09:00:52 +00:00
southbridge sb/intel/i82801ix/acpi: Replace Add(a,b,c) with ASL 2.0 syntax 2021-12-31 08:57:00 +00:00
superio superio/winbond/w83977tf/acpi: Replace Add(a,b,c) with ASL 2.0 syntax 2021-12-31 00:24:03 +00:00
vendorcode Revert "Revert "vendorcode/intel/fsp: Add Alder Lake FSP headers for FSP v2471_02"" 2021-12-26 10:02:55 +00:00
Kconfig