From 947eb446f9248c7b0826d3df6391b84840996082 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 9 Jul 2023 03:18:43 +0100 Subject: coreboot/fam15h: re-add kgpe-d16 and kcma-d8 also kfsn4-dre this is still based on the old coreboot 4.11 version. i have on todo to adapt dasharo coreboot for use in the master branch of lbmk, for mainline libreboot releases. since i'm doing c-libreboot for the GNU project, namely GNU Boot, and since GNU Boot has dre/d8/d16 in their tree, re-add it here for them. i literally just copied this from them, who in turn copied it from libreboot in an older revision anyway. but there is one fix: src/vendorcode/cavium/bdk/libbdk-hal/if/bdk-if-phy-vetesse.c ^ this blob wasn't being deleted by gnuboot, nor by libreboot in the older revision that it forked from. an oversight. i decided to audit the deblobbing and found this one was overlooked, out of about 900 files picked up by deblob-check. so this re-addition of dre/d8/d16 support is actually even better deblobbed than gnuboot, or old-libreboot. Signed-off-by: Leah Rowe --- resources/coreboot/kgpe-d16-udimm_16mb/board.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 resources/coreboot/kgpe-d16-udimm_16mb/board.cfg (limited to 'resources/coreboot/kgpe-d16-udimm_16mb/board.cfg') diff --git a/resources/coreboot/kgpe-d16-udimm_16mb/board.cfg b/resources/coreboot/kgpe-d16-udimm_16mb/board.cfg new file mode 100644 index 00000000..90caa033 --- /dev/null +++ b/resources/coreboot/kgpe-d16-udimm_16mb/board.cfg @@ -0,0 +1,7 @@ +cbtree="fam15h_udimm" +romtype="d8d16sas" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_seabios="y" +payload_memtest="y" -- cgit v1.2.1