From 46e6a40c10517e5b4d333f754576a9811cba742c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 25 Jun 2023 11:42:44 +0100 Subject: Revert "Revert "Add 4MB version of HP 8200 SFF"" This reverts commit 2099545078d5a5586743d32b2470a296b66cb5c7. Wasn't this config's fault, the problem happens elsewhere too. I'm going to revert build/boot/roms to an older version and backport a few recent changes, to see if that fixes the problem. If it does, then I know that the recent linker issues happen due to recent changes in build/boot/roms The linker errors typically appear in util/kconfig/ but can happen elsewhere, seemingly random, which means I'm not handling distclean properly. Something isn't getting cleaned properly. Signed-off-by: Leah Rowe --- resources/coreboot/hp8200sff_4mb/board.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 resources/coreboot/hp8200sff_4mb/board.cfg (limited to 'resources/coreboot/hp8200sff_4mb/board.cfg') diff --git a/resources/coreboot/hp8200sff_4mb/board.cfg b/resources/coreboot/hp8200sff_4mb/board.cfg new file mode 100644 index 00000000..8c2cf6d5 --- /dev/null +++ b/resources/coreboot/hp8200sff_4mb/board.cfg @@ -0,0 +1,9 @@ +cbtree="default" +romtype="normal" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_seabios="y" +payload_memtest="y" +grub_scan_disk="ahci" +microcode_required="n" -- cgit v1.2.1