Author: quozl Date: Thu Oct 1 07:17:25 2015 New Revision: 3784 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3784
Log: Emulator ROM build - added Bochs driver to the dropin set, from Marcin Cieslak
Modified: cpu/x86/pc/emu/emuofw.bth
Modified: cpu/x86/pc/emu/emuofw.bth ============================================================================== --- cpu/x86/pc/emu/emuofw.bth Thu Oct 1 06:36:31 2015 (r3783) +++ cpu/x86/pc/emu/emuofw.bth Thu Oct 1 07:17:25 2015 (r3784) @@ -25,6 +25,7 @@ in: ${BP}/dev/video/build/vmsvga.fc in: ${BP}/dev/ne2000/build/ne2kpci.fc in: ${BP}/dev/amd79970/build/vmlance.fc +in: ${BP}/dev/video/build/bga.fc \ in: ${BP}/dev/video/build/video.fc in: ${BP}/cpu/x86/pc/biosload/linux.fth
@@ -58,6 +59,7 @@ \ Just use a driver targeted at the specific chipset that QEMU emulates " ${BP}/dev/video/build/cirrus.fc" " pci1013,b8" $add-deflated-dropin " ${BP}/dev/video/build/vmsvga.fc" " pci15ad,405" $add-deflated-dropin + " ${BP}/dev/video/build/bga.fc" " pci1234,1111" $add-deflated-dropin
" ${BP}/dev/ne2000/build/ne2kpci.fc" " pci10ec,8029" $add-deflated-dropin " ${BP}/dev/amd79970/build/vmlance.fc" " pci1022,2000" $add-deflated-dropin
openfirmware@openfirmware.info