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 'docs') diff --git a/docs/git/index.html b/docs/git/index.html index fb6882b..e2eb5b0 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -36,6 +36,7 @@
  • ThinkPad X200
  • MacBook2,1
  • QEMU (x86 i440fx/piix4)
  • +
  • QEMU (x86 q35/ich9)
  • How to build the ROM images
  • @@ -475,8 +476,40 @@
  • Devices / Run Option ROMs on PCI devices = disable
  • - The resulting .config file was saved as resources/libreboot/config/macbook21/config and is used by the build - scripts for this machine. This config is also used for the MacBook1,1. + The resulting .config file was saved as resources/libreboot/config/qemu_i440fx_piix4/config and is used by the build + scripts for this machine. +

    + +

    + QEMU (x86 q35/ich9) configuration (file: resources/libreboot/config/qemu_q35_ich9/config) +

    + +

    + Go back and disable option ROMs: +

    + +

    + The resulting .config file was saved as resources/libreboot/config/qemu_q35_ich9/config and is used by the build + scripts for this machine.

    Back to top of page.

    diff --git a/docs/install/index.html b/docs/install/index.html index ab3e130..a984e73 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -47,7 +47,8 @@

    You don't really do anything here, just run (example):
    - $ qemu-system-i386 -m 512 -bios qemu_i440fx_piix4_ukdvorak_vesafb.rom + $ qemu-system-i386 -M pc -m 512 -bios bin/qemu_i440fx_piix4/qemu_i440fx_piix4_ukdvorak_vesafb.rom -serial stdio
    + $ qemu-system-i386 -M q35 -m 512 -bios bin/qemu_q35_ich9/qemu_q35_ich9_ukdvorak_vesafb.rom -serial stdio


    @@ -437,7 +438,7 @@

    - Copyright © 2014 Francis Rowe <info@gluglug.org.uk>
    + Copyright © 2014, 2015 Francis Rowe <info@gluglug.org.uk>
    This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions. A copy of the license can be found at ../license.txt.

    -- cgit v0.9.1