coreboot-kgpe-d16/src
Felix Singer 3c9291b335 tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax
Replace `ShiftLeft (a, b, c)` with `c = a << b`.

Change-Id: Ibd25a05f49f79e80592482a1b0532334f727af58
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70841
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-12-23 08:30:09 +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 treewide: Remove duplicated includes 2022-12-21 21:33:40 +00:00
commonlib coreboot_tables: Make existing alignment conventions more explicit 2022-12-22 15:34:28 +00:00
console lib: Hook up libhwbase in romstage 2022-12-17 20:51:38 +00:00
cpu Add option to use Ada code in romstage 2022-12-17 20:48:06 +00:00
device device/Kconfig: bump desktop framebuffer max height/width to support 4K 2022-12-17 18:11:04 +00:00
drivers drivers/intel/fsp2_0: Don't include <commonlib/bsd/compiler.h> 2022-12-22 18:53:07 +00:00
ec tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax 2022-12-23 08:30:09 +00:00
include inc/dev/pci_def.h: add definitions for RCEC EA Ext. Capbility 2022-12-22 19:06:49 +00:00
lib coreboot_tables: Make existing alignment conventions more explicit 2022-12-22 15:34:28 +00:00
mainboard tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax 2022-12-23 08:30:09 +00:00
northbridge nb/intel/sandybridge/raminit_common.h: Add needed <device/dram/ddr3.h> 2022-12-22 03:26:00 +00:00
sbom Add SBOM (Software Bill of Materials) Generation 2022-08-22 14:48:46 +00:00
security treewide: Remove duplicated includes 2022-12-21 21:33:40 +00:00
soc tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax 2022-12-23 08:30:09 +00:00
southbridge tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax 2022-12-23 08:30:09 +00:00
superio tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax 2022-12-23 08:30:09 +00:00
vendorcode vc/amd,soc/amd/mendocino: Add SVC_CMD_GET_PREV_BOOT_STATUS 2022-12-21 13:36:25 +00:00
Kconfig build: List all Kconfigs in CBFS config file, compress it 2022-11-18 17:19:44 +00:00