summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/coreboot
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-26 16:16:46 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-26 16:16:46 (EDT)
commit2f72e90c475f8e3ceeeb1c4ea067798d39c522ce (patch)
tree7319c4ee15f6dde82ff59876eb868cded327747d /resources/scripts/helpers/download/coreboot
parent9b709fb2d734933fb3d11fa0104e3003b673cdc4 (diff)
downloadlibreboot-2f72e90c475f8e3ceeeb1c4ea067798d39c522ce.zip
libreboot-2f72e90c475f8e3ceeeb1c4ea067798d39c522ce.tar.gz
libreboot-2f72e90c475f8e3ceeeb1c4ea067798d39c522ce.tar.bz2
kfsn4-dre: Add CONFIG_VGA=y to the config
Video initialization won't work without it.
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-xresources/scripts/helpers/download/coreboot6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot
index fb0820b..8341f74 100755
--- a/resources/scripts/helpers/download/coreboot
+++ b/resources/scripts/helpers/download/coreboot
@@ -141,6 +141,12 @@ printf "ec/lenovo/h8: re-factor handling of power_management_beeps\n"
# git fetch http://review.coreboot.org/coreboot refs/changes/31/10531/8 && git cherry-pick FETCH_HEAD
git am "../resources/libreboot/patch/0015-ec-lenovo-h8-re-factor-handling-of-power_management_.patch"
+# Other fixes:
+
+printf "mainboard/asus/kfsn4-dre: Enable VGA support (without it, VGA out won't work on the KFSN4-DRE)\n"
+# git fetch http://review.coreboot.org/coreboot refs/changes/73/10673/1 && git cherry-pick FETCH_HEAD
+git am "../resources/libreboot/patch/0016-mainboard-asus-kfsn4-dre-Enable-VGA-support.patch"
+
# Run coreboot-libre deblob scripts
# ------------------------------------------------------------------------------