On Sun, 8 Dec 2019 18:49:26 +0200 Kyösti Mälkki kyosti.malkki@gmail.com wrote:
Here is fam16kb asrock/imb-a180 with super-io init moved to bootblock: https://review.coreboot.org/c/coreboot/+/37453
Thanks.
I've tried to do the same for the E350M1 and I end up with:
[...]/i386-elf-ld.bfd: build/bootblock/arch/x86/bootblock_crt0.o: in function `enable_sse': [...]/src/arch/x86/bootblock_crt0.S:71: undefined reference to `bootblock_pre_c_entry'
Only src/soc/amd/common/block/cpu/car/cache_as_ram.S seem to have it for AMD CPUs/SOCs.
However that cache_as_ram.S is selected by SOC_AMD_COMMON_BLOCK_CAR, which is only used in src/soc/amd/stoneyridge/Kconfig.
I don't understand why the other boards converted to switch away from ROMCC_BOOTBLOCK don't have that issue.
Denis.