coreboot-kgpe-d16/src
Felix Singer 3e90ce547c mb/google/cyan/acpi: Replace Store(a,b) with ASL 2.0 syntax
Replace `Store (a, b)` with `b = a`.

Change-Id: I349d1e7d3027097c5db4da96e2376831fff61b04
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70683
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
2022-12-14 00:51:30 +00:00
..
acpi acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hw 2022-12-06 17:44:20 +00:00
arch cpu/cpu.h: Change the function signature 2022-12-10 17:54:53 +00:00
commonlib commonlib/clamp.h: Add more clamping functions 2022-12-12 13:38:11 +00:00
console
cpu cpu/x86/mtrr/mtrr: fix printk format strings 2022-12-12 15:21:46 +00:00
device treewide: Include <device/mmio.h> instead of <arch/mmio.h> 2022-12-10 05:07:14 +00:00
drivers drivers/intel/gma/acpi: Replace Store(a,b) with ASL 2.0 syntax 2022-12-14 00:46:03 +00:00
ec ec/smsc/mec1308/acpi: Replace Store(a,b) with ASL 2.0 syntax 2022-12-14 00:49:01 +00:00
include include/gpio: skip everything but soc/gpio.h include in ASM & ACPI cases 2022-12-13 15:23:37 +00:00
lib lib/ramtest.c: Use {read,write}32p() 2022-12-10 00:01:05 +00:00
mainboard mb/google/cyan/acpi: Replace Store(a,b) with ASL 2.0 syntax 2022-12-14 00:51:30 +00:00
northbridge nb/intel/haswell: Introduce option to not use MRC.bin 2022-12-12 13:39:21 +00:00
sbom
security treewide: Include <device/mmio.h> instead of <arch/mmio.h> 2022-12-10 05:07:14 +00:00
soc soc/amd/morgana: Enable GPP clk req disabling 2022-12-13 17:43:11 +00:00
southbridge sb/intel/acpi: Replace Store(a,b) with ASL 2.0 syntax 2022-12-14 00:47:52 +00:00
superio sio/winbond/w83667hg-a/acpi: Replace Store(a,b) with ASL 2.0 syntax 2022-12-14 00:50:42 +00:00
vendorcode vc/google/chromeos/acpi: Replace Store(a,b) with ASL 2.0 syntax 2022-12-14 00:46:20 +00:00
Kconfig