aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc440_bamboo.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-03hw/char: Extract serial-mmBernhard Beschow1-1/+1
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-02-22hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.hPhilippe Mathieu-Daudé1-0/+1
2024-02-02hw/ppc: use pci_init_nic_devices()David Woodhouse1-9/+5
2023-10-21ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h headerCédric Le Goater1-1/+0
2023-07-07ppc4xx_pci: Rename QOM type name defineBALATON Zoltan1-2/+1
2023-06-25ppc/bamboo: Report an error when run with KVMCédric Le Goater1-11/+6
2023-05-22hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth1-1/+3
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2022-10-17hw/ppc: set machine->fdt in bamboo_load_device_tree()Daniel Henrique Barboza1-11/+14
2022-10-17ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan1-1/+1
2022-10-17ppc4xx_sdram: QOM'ifyBALATON Zoltan1-5/+7
2022-10-17ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan1-9/+1
2022-10-17ppc440_bamboo: Add missing 4 MiB valid memory sizeBALATON Zoltan1-1/+1
2022-10-17ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan1-9/+6
2022-10-17ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan1-1/+3
2022-10-17ppc440_bamboo: Remove unnecessary memsetsBALATON Zoltan1-4/+2
2022-08-31ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan1-11/+16
2022-08-31hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan1-5/+2
2022-07-18ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater1-2/+2
2022-04-20hw/ppc: change indentation to spaces from TABsGuo Zhi1-3/+3
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-01-06hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()Peter Maydell1-11/+27
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-6/+3
2020-02-19ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov1-1/+2
2020-02-19ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov1-7/+4
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2020-01-08ppc440_bamboo.c: remove label from bamboo_load_device_tree()Daniel Henrique Barboza1-6/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+1
2019-02-04ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan1-1/+1
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-1/+1
2018-12-21ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-3/+2
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth1-7/+0
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-4/+4
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-8/+8
2018-01-27ppc: Deprecate qemu-system-ppcembthuth@redhat.com1-0/+9
2017-10-17ppc: bamboo: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-02-02target-ppc: Add MMU model check for booke machinesValentin Plotkin1-0/+6
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+2
2016-01-29ppc: Clean up includesPeter Maydell1-1/+1
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite1-1/+1
2015-09-20kvm_ppc: remove kvmppc_timer_hackPaolo Bonzini1-3/+0