summary refs log tree commit diff stats
path: root/hw/ppc/sam460ex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc/sam460ex: Support short options for adding drivesBALATON Zoltan2024-03-111-5/+19
* hw/ppc/sam460ex: do not use usb_bus_find()Paolo Bonzini2024-02-271-2/+5
* hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.hPhilippe Mathieu-Daudé2024-02-221-0/+1
* ppc440_pcix: Rename QOM type define abd move it to common headerBALATON Zoltan2023-07-071-1/+1
* ppc440_pcix: Stop using system io region for PCI busBALATON Zoltan2023-07-071-5/+1
* ppc/sam460ex: Remove address_space_mem local variableBALATON Zoltan2023-07-071-4/+4
* ppc440: Remove ppc460ex_pcie_init legacy init functionBALATON Zoltan2023-07-071-1/+16
* ppc440: Change ppc460ex_pcie_init() parameter typeBALATON Zoltan2023-07-071-1/+1
* hw/ppc/sam460ex: Correctly set MAL propertiesPhilippe Mathieu-Daudé2023-02-271-2/+2
* hw/ppc: set machine->fdt in sam460ex_load_device_tree()Daniel Henrique Barboza2022-10-171-10/+11
* ppc440_sdram: QOM'ifyBALATON Zoltan2022-10-171-2/+7
* ppc440_sdram: Move RAM size check to ppc440_sdram_initBALATON Zoltan2022-10-171-15/+17
* ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan2022-10-171-1/+1
* ppc440_sdram: Get rid of the init RAM hackBALATON Zoltan2022-10-171-1/+3
* ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan2022-10-171-10/+5
* hw/ppc/sam460ex: Remove PPC405 dependency from sam460exBALATON Zoltan2022-08-311-1/+0
* hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan2022-08-311-10/+7
* ppc4xx: Rename ppc405-ebc to ppc4xx-ebcBALATON Zoltan2022-08-311-1/+1
* ppc4xx: Rename ppc405-plb to ppc4xx-plbBALATON Zoltan2022-08-311-1/+1
* ppc/ppc405: QOM'ify MALCédric Le Goater2022-08-311-4/+8
* ppc/ppc405: QOM'ify PLBCédric Le Goater2022-08-311-1/+3
* ppc/ppc405: QOM'ify EBCCédric Le Goater2022-08-311-1/+3
* hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[]Daniel Henrique Barboza2022-08-041-1/+1
* ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-2/+2
* 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
* sam460ex: Use type cast macro instead of simple castBALATON Zoltan2021-01-191-5/+2
* hw/ppc/sam460ex: Drop use of ppcuic_init()Peter Maydell2021-01-191-16/+53
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-251-7/+5
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* smbus: Fix spd_data_generate() error API violationMarkus Armbruster2020-04-291-9/+3
* sam460ex: Suppress useless warning on -m 32 and -m 64Markus Armbruster2020-04-291-1/+2
* ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov2020-02-191-1/+2
* ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov2020-02-191-3/+2
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+1
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-1/+1
* sam460ex: Don't size flash memory to match backing imageMarkus Armbruster2019-03-111-15/+26
* i2c: Split smbus into partsCorey Minyard2019-02-271-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+2
* sam460ex: Fix support for memory larger than 1GBBALATON Zoltan2019-02-041-2/+4
* ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan2019-02-041-1/+1
* sam460ex: Clean up SPD EEPROM creationBALATON Zoltan2019-02-041-153/+20