From 6b04ce729d90fe5d2cd134eff877f92774dc8b0e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 30 Jan 2015 00:34:18 -0500 Subject: Add QEMU (q35/ich9) support to libreboot. --- (limited to 'buildrom-withgrub') 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 -- cgit v0.9.1