On Mon, Dec 9, 2019 at 1:53 AM Denis 'GNUtoo' Carikli GNUtoo@cyberdimension.org wrote:
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'
You want to rebase your changes on pcengines/apu1 transition [1] which is the first fam14 board to drop ROMCC_BOOTBLOCK.
[1] https://review.coreboot.org/c/coreboot/+/37332/11
Kyösti