summaryrefslogtreecommitdiff
path: root/resources/scripts/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2022-11-19 03:51:59 +0000
committerLeah Rowe <leah@libreboot.org>2022-11-19 03:51:59 +0000
commit24a866baea03b47011b3776fdc3508c2ca7cef2d (patch)
treeebea355d6fa18ed8d3e36f131f76c099e214f9bc /resources/scripts/build
parentf5b4eb3f1e1e669c9b2c34a64dcabaa0e978831a (diff)
remove kfsn4-dre, kcma-d8 and kgpe-d16
buggy, buggy, buggy, buggy, buggy, buggy, buggy full of bugs, these boards never worked properly. i got ripped off with these. now i'm ripping off the band aid use dasharo if you want d16 stuff. i'm done with it.
Diffstat (limited to 'resources/scripts/build')
-rwxr-xr-xresources/scripts/build/boot/roms_helper12
1 files changed, 0 insertions, 12 deletions
diff --git a/resources/scripts/build/boot/roms_helper b/resources/scripts/build/boot/roms_helper
index bfcd736b..3fdc53f2 100755
--- a/resources/scripts/build/boot/roms_helper
+++ b/resources/scripts/build/boot/roms_helper
@@ -290,18 +290,6 @@ moverom() {
dd if=${rompath} of=${newrompath} bs=1 skip=$[$(stat -c %s ${rompath}) - 0x400000] count=4194304
else
cp ${rompath} ${newrompath}
- fi
-
- # pike2008 cards cause a system hang when loading the option rom in seabios
- # if there is an empty option rom in cbfs, no option rom will be loaded
- if [ "${cuttype}" = "d8d16sas" ]; then
- emptyrom=$(mktemp -t coreboot_rom.XXXXXXXXXX)
- rm -f "${emptyrom}"
- touch "${emptyrom}"
- for deviceID in "0072" "3050"; do
- "${cbfstool}" "${newrompath}" add -f "${emptyrom}" -n pci1000,${deviceID}.rom -t raw
- done
- rm -f "${emptyrom}"
fi
for romsize in 4 8 16; do