coreboot-kgpe-d16/src
Raul E Rangel bd58aea706 soc/amd/common/vboot: Verify location of CBMEMC transfer buffer
Since we want to read the non-x86 CBMEMC from SMM we need to be stricter
on where we read from. This change forces the verstage binary and x86
code to agree on the CBMEMC transfer buffer location and size.

BUG=b:221231786
TEST=Boot guybrush and verify verstage transfer buffer still ends up in
cbmem

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ida7d50bef46f280be0db1e1f185b46abb0ae5c8f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62501
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
2022-03-02 21:30:06 +00:00
..
acpi acpi/acpi: drop weak cpu_get_lapic_addr implementation 2022-03-02 18:26:19 +00:00
arch arch/x86: consolidate HPET base address definitions 2022-02-25 17:44:11 +00:00
commonlib compiler.h: Define a __fallthrough statement 2022-02-16 21:28:09 +00:00
console console: Fix LOG_FAST macro 2022-02-22 23:13:50 +00:00
cpu cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG 2022-02-28 13:33:59 +00:00
device device/pci_device.c: Improve pci_bridge_route() readability 2022-03-02 13:15:12 +00:00
drivers drivers/tpm/spi: Convert static functions to enum cb_err return types 2022-03-01 16:52:21 +00:00
ec ec/starlabs/merlin: Remove unused keyboard.asl 2022-03-01 11:55:06 +00:00
include soc/amd/sabrina: Add XHCI configuration 2022-02-28 13:29:24 +00:00
lib lib/Makefile: Add ability to specify -ldflags for rmodules 2022-02-28 22:02:22 +00:00
mainboard mb/google/brya/var/kinox: update gpio settings 2022-03-02 21:12:55 +00:00
northbridge cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number 2022-02-25 17:44:45 +00:00
security security/tpm: Add vendor-specific tis functions to read/write TPM regs 2022-03-01 16:52:31 +00:00
soc soc/amd/common/vboot: Verify location of CBMEMC transfer buffer 2022-03-02 21:30:06 +00:00
southbridge sb/intel/lynxpoint: Fix up comment 2022-02-28 13:27:22 +00:00
superio Use the fallthrough statement in switch loops 2022-02-16 21:29:53 +00:00
vendorcode vendorcode/intel/fsp: Update FSP header file for Alder Lake N FSP v3054.02 2022-02-22 18:27:06 +00:00
Kconfig src/Kconfig: Update the path to 'c_start.S' for GDB_STUB config 2022-02-22 20:49:10 +00:00