coreboot-kgpe-d16/src
Arthur Heymans 026978bce5 soc/intel/alderlake: Move array declaration
Clang does not like array declarations inside plain switch cases. There
are 2 options to fix this: use a block inside the switch statement, or
declare it outside the switch statement. This does the latter.

Change-Id: I9a02136fd63ac171b2bec4647c30c7eece930246
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64349
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
2022-05-15 23:58:14 +00:00
..
acpi ec/google/chromeec: Add retimer handle to Type C conn 2022-05-04 13:15:30 +00:00
arch arch/x86: Add support for catching null dereferences through debug regs 2022-05-12 15:47:18 +00:00
commonlib commonlib: Add timestamp IDs for Chrome OS hypervisor 2022-05-11 17:06:01 +00:00
console console: Make CONSOLE_SPI_FLASH depend on BOOT_DEVICE_SPI_FLASH 2022-04-27 06:55:47 +00:00
cpu cpu/intel/model_2065x: Drop unused function declaration 2022-05-05 17:37:32 +00:00
device
drivers drivers/intel/fsp1_1: Use C over CPP 2022-05-13 10:59:50 +00:00
ec ec/starlabs/merlin: Remove offset for Max Charge when not supported 2022-05-12 18:33:51 +00:00
include soc/intel/alderlake: provide a list of D-states to enter LPM 2022-05-12 19:44:38 +00:00
lib Kconfig: Add an option to skip adding a cbfs bootblock on x86 2022-05-12 11:12:21 +00:00
mainboard mb/google/eldrid: Fix use of float 2022-05-14 14:19:17 +00:00
northbridge nb/intel/snb/raminit_mrc.c: Remove set but unused variable 2022-05-13 11:00:33 +00:00
security security/intel/cbnt/Makefile.inc: Improve build flow 2022-05-12 11:12:57 +00:00
soc soc/intel/alderlake: Move array declaration 2022-05-15 23:58:14 +00:00
southbridge soc/amd/*/Makefile.inc: Do some cosmetics 2022-05-12 11:12:31 +00:00
superio superio/kbc1100: Fix set but unused variables 2022-05-11 06:02:48 +00:00
vendorcode vendorcode/google/sar.c: Fix formatted print of size_t 2022-05-13 11:03:07 +00:00
Kconfig Kconfig: Have CONFIG_ASAN depend on COMPILER_GCC 2022-05-13 10:59:37 +00:00