aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc440_bamboo.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-21PPC: Bamboo: Integrate SoC instatiation, use qdev for PCIAlexander Graf1-83/+60
2012-01-21PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single fileAlexander Graf1-1/+89
2012-01-21PPC: 4xx: Qdevify the 440 PCI host controllerAlexander Graf1-0/+9
2012-01-21PPC: bamboo: fix whitespaceAlexander Graf1-3/+3
2012-01-21PPC: bamboo: remove old machine descriptionsAlexander Graf1-21/+1
2012-01-21PPC: Bamboo: Set initial TLB entryAlexander Graf1-1/+26
2012-01-21PPC: Bamboo: Register CPU resetAlexander Graf1-6/+13
2011-10-09Merge remote-tracking branch 'upstream' into memory/batchAvi Kivity1-2/+14
2011-10-06PPC: bamboo: Use kvm api for freq and clock frequenciesAlexander Graf1-33/+12
2011-10-06PPC: bamboo: Move host fdt copy to targetAlexander Graf1-2/+35
2011-10-02ppc440: Pass in address_space_mem to ppc440ep_initRichard Henderson1-1/+4
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-04-08Don't call cpu_synchronize_state() from machine init.Scott Wood1-2/+0
2010-08-26ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addressesHollis Blanchard1-21/+18
2010-07-22virtio-serial: Fix compat property nameAmit Shah1-1/+1
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-2/+2
2010-03-08ppc: don't define bamboo-0.13 as the default machineAurelien Jarno1-1/+0
2010-03-06ppc440_bamboo: Disable new virtio-serial features for 0.12 machine typeAmit Shah1-0/+12
2010-03-06ppc440_bamboo: Add 0.12 and 0.13 machine types for backward compatAmit Shah1-1/+10
2010-02-27powerpc: fix compilation with CONFIG_FDT undefinedAurelien Jarno1-4/+2
2010-02-27powerpc/booke: move fdt loading to rom infrastructureLiu Yu1-7/+8
2010-02-27target-ppc: add synchronize register for booke initLiu Yu1-0/+2
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah1-7/+0
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-20Compile loader only onceBlue Swirl1-3/+5
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann1-11/+0
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela1-1/+1
2009-07-27kill drives_tableGerd Hoffmann1-2/+3
2009-06-22Support addr=... in option argument of -drive if=virtioMarkus Armbruster1-1/+3
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-1/+1
2009-06-17Allow user to specify CPU modelBlue Swirl1-1/+1
2009-05-30Use relative path for biosPaul Brook1-10/+9
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-18Separate virtio PCI codePaul Brook1-2/+2
2009-05-14Virtio-console conversionPaul Brook1-3/+3
2009-05-14Virtio-blk qdev conversionPaul Brook1-2/+1
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-04-11Remove redundant ram_require machine properly.pbrook1-1/+0
2009-04-10Wean device tree code off phys_ram_base.pbrook1-3/+6
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook1-1/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-16Fix warningsblueswir11-1/+1
2009-01-15add virtio-console initializer for powerpc (Christian Ehrhardt)aliguori1-0/+7
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-8/+3
2008-12-16target-ppc: IBM PowerPC 440EP Bamboo reference board emulationaurel321-0/+190