]> git.proxmox.com Git - qemu.git/commit - Makefile.target
* sort the PowerPC target object files
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 28 Oct 2007 23:42:18 +0000 (23:42 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 28 Oct 2007 23:42:18 +0000 (23:42 +0000)
commit3cbee15b9a6be17645e908bf7706d582c3e17156
treeb89a5f1cfea3fdb8e95325108afc229a3ec3fa9e
parent897b4c6c4e63afebdd41de0f1a19e17ab1f4c2b8
* sort the PowerPC target object files
* make PowerPC NVRAM accessors generic to be able to use a MacIO NVRAM
  instead of the M48T59 one
* split PowerMac targets code:
 - move all PowerMac related definitions and prototypes into hw/ppc_mac.h
 - add hw/mac_dbdma.c, hw/mac_nvram.c and macio.c
   which implements shared PowerMac devices
 - define the g3bw machine in a new hw/ppc_oldworld.c file
* Fix the g3bw target:
 - fix the Grackle host PCI device
 - connect the Heathrow PIC to the PowerPC 6xx bus pins

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3475 c046a42c-6fe2-441c-8c8c-71466251a162
13 files changed:
Makefile.target
hw/cuda.c
hw/grackle_pci.c
hw/heathrow_pic.c
hw/mac_dbdma.c [new file with mode: 0644]
hw/mac_nvram.c [new file with mode: 0644]
hw/macio.c [new file with mode: 0644]
hw/ppc.c
hw/ppc_chrp.c
hw/ppc_mac.h [new file with mode: 0644]
hw/ppc_oldworld.c [new file with mode: 0644]
hw/ppc_prep.c
vl.h