summary refs log tree commit diff stats
path: root/hw/ppc/ppc440_bamboo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.hPhilippe Mathieu-Daudé2024-02-221-0/+1
* hw/ppc: use pci_init_nic_devices()David Woodhouse2024-02-021-9/+5
* ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h headerCédric Le Goater2023-10-211-1/+0
* ppc4xx_pci: Rename QOM type name defineBALATON Zoltan2023-07-071-2/+1
* ppc/bamboo: Report an error when run with KVMCédric Le Goater2023-06-251-11/+6
* hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth2023-05-221-1/+3
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* hw/ppc: set machine->fdt in bamboo_load_device_tree()Daniel Henrique Barboza2022-10-171-11/+14
* ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan2022-10-171-1/+1
* ppc4xx_sdram: QOM'ifyBALATON Zoltan2022-10-171-5/+7
* ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan2022-10-171-9/+1
* ppc440_bamboo: Add missing 4 MiB valid memory sizeBALATON Zoltan2022-10-171-1/+1
* ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan2022-10-171-9/+6
* ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan2022-10-171-1/+3
* ppc440_bamboo: Remove unnecessary memsetsBALATON Zoltan2022-10-171-4/+2
* ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan2022-08-311-11/+16
* hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan2022-08-311-5/+2
* ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-2/+2
* hw/ppc: change indentation to spaces from TABsGuo Zhi2022-04-201-3/+3
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0
* hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()Peter Maydell2021-01-061-11/+27
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-251-6/+3
* ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov2020-02-191-1/+2
* ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov2020-02-191-7/+4
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* ppc440_bamboo.c: remove label from bamboo_load_device_tree()Daniel Henrique Barboza2020-01-081-6/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan2019-02-041-1/+1
* Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson2019-01-071-1/+1
* ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-211-3/+2
* ppc: Remove deprecated ppcemb targetThomas Huth2018-08-281-7/+0
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-4/+4
* hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-8/+8
* ppc: Deprecate qemu-system-ppcembthuth@redhat.com2018-01-271-0/+9
* ppc: bamboo: use generic cpu_model parsingIgor Mammedov2017-10-171-5/+2
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0
* ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* target-ppc: Add MMU model check for booke machinesValentin Plotkin2017-02-021-0/+6
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+2
* ppc: Clean up includesPeter Maydell2016-01-291-1/+1
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-1/+1
* kvm_ppc: remove kvmppc_timer_hackPaolo Bonzini2015-09-201-3/+0
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-9/+4
* ppc: Update cpu_model in MachineStateBharata B Rao2015-07-071-4/+3