aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc440_bamboo.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-07-07ppc: Update cpu_model in MachineStateBharata B Rao1-4/+3
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov1-1/+2
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-6/+6
2014-03-27hw/ppc: Avoid shifting left into sign bitPeter Maydell1-2/+2
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite1-12/+12
2013-11-10loader: drop return value for rom_add_blob_fixedMichael S. Tsirkin1-1/+2
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-07-25ppc440_bamboo: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-1/+1
2013-06-14ppc: Remove CONFIG_FDT conditionalsPeter Maydell1-2/+0
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+306