coreboot-kgpe-d16/src
Martin Roth cbf6e6bdba Makefile.inc: Remove all-y with CONFIG_ARCH_xx guards
The assumption up to this point was that if the system had an x86
processor, verstage would be running on the x86 processor.  With running
verstage on the PSP, that assumption no longer holds true, so exclude
pieces of code that cause problems for verstage on the PSP.

As a generalization, remove all-y for CONFIG_ARCH_xx guarded
makefiles.

BUG=b:158124527
TEST=Build and boot on Trembyle

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Ia7dcfed699ee1c0cd5a5250431c5f05bf6d8b9c7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42221
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
2020-06-15 22:47:40 +00:00
..
acpi ACPI: Remove Kconfig COMMON_FADT 2020-06-10 12:53:08 +00:00
arch Makefile.inc: Remove all-y with CONFIG_ARCH_xx guards 2020-06-15 22:47:40 +00:00
commonlib drivers/intel/fsp2_0: Add FSP 2.2 specific support 2020-06-14 17:48:31 +00:00
console console: Update for vboot before bootblock 2020-06-15 22:07:12 +00:00
cpu cpu/intel: Remove obsolete comment in CAR setup 2020-06-15 19:14:13 +00:00
device device/xhci: Add xHCI utility to enumerate capabilities 2020-06-10 18:50:36 +00:00
drivers Makefile.inc: Remove all-y with CONFIG_ARCH_xx guards 2020-06-15 22:47:40 +00:00
ec ec/google/chromeec: Call \PNOT () on initializing AC power state 2020-06-14 00:47:03 +00:00
include include/rules.h: Add vboot_before_bootblock to ENV_ROMSTAGE_OR_BEFORE 2020-06-15 22:03:11 +00:00
lib lib/program.ld: Replace CONFIG(ARCH_xx) tests 2020-06-10 18:32:57 +00:00
mainboard mb/google/volteer: Disable HDA PCI device when AUDIO=NONE 2020-06-14 17:48:06 +00:00
northbridge nb/intel/i945/rcven.c: Correct comment 2020-06-12 09:37:47 +00:00
security security/vboot: Add option to run verstage before bootblock 2020-06-15 21:04:00 +00:00
soc soc/amd/common/block/acpimmio: Update acpimmio for psp_verstage 2020-06-15 22:10:16 +00:00
southbridge southbridge/intel/common: Introduce ASL2.0 syntax 2020-06-14 16:55:02 +00:00
superio superio/nuvoton/nct6776: Reflow pnp_dev_info array 2020-06-08 12:05:02 +00:00
vendorcode vc/amd/fsp/picasso: Add AMD code to support psp_verstage 2020-06-15 22:20:13 +00:00
Kconfig treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00