summaryrefslogtreecommitdiffstats
path: root/buildrom-withgrub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-01-30 00:34:18 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-01-30 00:34:18 (EST)
commit6b04ce729d90fe5d2cd134eff877f92774dc8b0e (patch)
treef7da8877ae9c0143495ae45a18c8b5b22db1badf /buildrom-withgrub
parent8319b87ffe2e9b89a69223c088c9a33786e9d486 (diff)
downloadlibreboot-6b04ce729d90fe5d2cd134eff877f92774dc8b0e.zip
libreboot-6b04ce729d90fe5d2cd134eff877f92774dc8b0e.tar.gz
libreboot-6b04ce729d90fe5d2cd134eff877f92774dc8b0e.tar.bz2
Add QEMU (q35/ich9) support to libreboot.
Diffstat (limited to 'buildrom-withgrub')
-rwxr-xr-xbuildrom-withgrub2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub
index dce4bbb..cc3283c 100755
--- a/buildrom-withgrub
+++ b/buildrom-withgrub
@@ -36,7 +36,7 @@ cd coreboot
# Build ROM images with text-mode and corebootfb modes.
# ---------------------------------------------------------------------------------------------------------------
-if [ "$1" = "qemu_i440fx_piix4" ]
+if [ "$1" = "qemu_i440fx_piix4" ] || [ "$1" = "qemu_q35_ich9" ]
then
# assume that the default config enable framebuffer mode, duplicate and patch for text-mode
# necessary, otherwise it will ask you to enter the Y/X resolution of the framebuffer at build time