|
| 1 | +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN kvm-69.orig/qemu/Makefile kvm-69/qemu/Makefile |
| 2 | +--- kvm-69.orig/qemu/Makefile 2008-05-12 07:30:43.000000000 -0400 |
| 3 | ++++ kvm-69/qemu/Makefile 2008-05-21 09:59:59.000000000 -0400 |
| 4 | +@@ -199,8 +199,8 @@ ifneq ($(TOOLS),) |
| 5 | + $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)" |
| 6 | + endif |
| 7 | + mkdir -p "$(DESTDIR)$(datadir)" |
| 8 | +- set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ |
| 9 | +- video.x openbios-sparc32 openbios-sparc64 pxe-ne2k_pci.bin \ |
| 10 | ++ set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin \ |
| 11 | ++ pxe-ne2k_pci.bin \ |
| 12 | + pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin extboot.bin \ |
| 13 | + bamboo.dtb; \ |
| 14 | + do \ |
| 15 | +@@ -301,10 +301,6 @@ tarbin: |
| 16 | + $(datadir)/bios.bin \ |
| 17 | + $(datadir)/vgabios.bin \ |
| 18 | + $(datadir)/vgabios-cirrus.bin \ |
| 19 | +- $(datadir)/ppc_rom.bin \ |
| 20 | +- $(datadir)/video.x \ |
| 21 | +- $(datadir)/openbios-sparc32 \ |
| 22 | +- $(datadir)/openbios-sparc64 \ |
| 23 | + $(datadir)/pxe-ne2k_pci.bin \ |
| 24 | + $(datadir)/pxe-rtl8139.bin \ |
| 25 | + $(datadir)/pxe-pcnet.bin \ |
| 26 | +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN kvm-69.orig/qemu/pc-bios/README kvm-69/qemu/pc-bios/README |
| 27 | +--- kvm-69.orig/qemu/pc-bios/README 2008-05-12 07:30:43.000000000 -0400 |
| 28 | ++++ kvm-69/qemu/pc-bios/README 2008-05-21 09:59:34.000000000 -0400 |
| 29 | +@@ -1,24 +1,19 @@ |
| 30 | +-- The PC BIOS comes from the Bochs project |
| 31 | +- (http://bochs.sourceforge.net/). A patch from bios.diff was applied. |
| 32 | ++- The PC BIOS comes from the Bochs project (http://bochs.sourceforge.net/) |
| 33 | ++ The bios.bin binary is provided for convenience. If you want to rebuild |
| 34 | ++ it from source refer to the top level bios directory in the source package. |
| 35 | + |
| 36 | +-- The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios |
| 37 | +- project (http://www.nongnu.org/vgabios/). |
| 38 | ++- The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios project |
| 39 | ++ (http://www.nongnu.org/vgabios/). The vgabios.bin and vgabios-cirrus.bin |
| 40 | ++ binaries are provided for convenience. If you want to rebuild them from |
| 41 | ++ source refer to the top level vgabios directory in the source package. |
| 42 | + |
| 43 | +-- The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is |
| 44 | +- available at http://perso.magic.fr/l_indien/OpenHackWare/index.htm. |
| 45 | ++- The PXE roms come from Rom-o-Matic etherboot 5.4.2 (http://rom-o-matic.net/) |
| 46 | + |
| 47 | +-- video.x is a PowerMac NDRV compatible driver for a VGA frame |
| 48 | +- buffer. It comes from the Mac-on-Linux project |
| 49 | +- (http://www.maconlinux.org/). |
| 50 | ++ pcnet32:pcnet32 -- [0x1022,0x2000] |
| 51 | ++ ns8390:winbond940 -- [0x1050,0x0940] |
| 52 | ++ rtl8139:rtl8139 -- [0x10ec,0x8139] |
| 53 | + |
| 54 | +-- OpenBIOS (http://www.openbios.org/) is a free (GPL v2) portable |
| 55 | +- firmware implementation. The goal is to implement a 100% IEEE |
| 56 | +- 1275-1994 (referred to as Open Firmware) compliant firmware. |
| 57 | +- The included Sparc32 image is built from SVN revision 185 |
| 58 | +- and Sparc64 from SVN revision 181. |
| 59 | ++ For the source code go to the etherboot 5.4 git tree in : |
| 60 | ++ |
| 61 | ++ http://git.etherboot.org/?p=etherboot.git |
| 62 | + |
| 63 | +-- The PXE roms come from Rom-o-Matic etherboot 5.4.2. |
| 64 | +- pcnet32:pcnet32 -- [0x1022,0x2000] |
| 65 | +- ns8390:winbond940 -- [0x1050,0x0940] |
| 66 | +- rtl8139:rtl8139 -- [0x10ec,0x8139] |
| 67 | +- http://rom-o-matic.net/ |
0 commit comments