diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-03-30 23:08:21 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-05-12 11:13:33 +0000 |
commit | 4be0f4bf9943f5f6c84d1c13dee70b7442f99bd0 (patch) | |
tree | 52d155b10c7c42ec92591ff203d92809e61809e9 | |
parent | 34e159cb3ca2434ad973b9a53edca276fb05f55e (diff) |
soc/amd/non-car: Don't add bootblock cbfs file
The bootblock.elf file gets embedded in the BIOSPSP part and loaded by
the PSP in dram. The top aligned bootblock in cbfs is unused.
Tested on Cezanne/Guybrush.
Change-Id: I72f0092e0e3628b388f6da6a417c2857a510b187
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63226
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
-rw-r--r-- | src/soc/amd/common/block/cpu/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/cpu/Kconfig b/src/soc/amd/common/block/cpu/Kconfig index 7f509653b8..56e922d39b 100644 --- a/src/soc/amd/common/block/cpu/Kconfig +++ b/src/soc/amd/common/block/cpu/Kconfig @@ -20,6 +20,10 @@ config SOC_AMD_COMMON_BLOCK_NONCAR if SOC_AMD_COMMON_BLOCK_NONCAR +config BOOTBLOCK_IN_CBFS + bool + default n + config MEMLAYOUT_LD_FILE string default "src/soc/amd/common/block/cpu/noncar/memlayout.ld" |