summaryrefslogtreecommitdiffstats
path: root/hw/ppc/ppc405_uc.c
Commit message (Expand)AuthorAgeFilesLines
* ppc4xx_sdram: QOM'ifyBALATON Zoltan2022-10-171-9/+13
* ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan2022-10-171-9/+2Star
* ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan2022-10-171-5/+5
* ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan2022-10-171-3/+1Star
* ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan2022-08-311-2/+3
* ppc405: Move machine specific code to ppc405_boards.cBALATON Zoltan2022-08-311-92/+0Star
* ppc/ppc405: Use an explicit I2C objectCédric Le Goater2022-08-311-2/+8
* hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan2022-08-311-4/+2Star
* ppc/ppc405: Use an embedded PPCUIC model in SoC stateCédric Le Goater2022-08-311-14/+14
* ppc4xx: Rename ppc405-ebc to ppc4xx-ebcBALATON Zoltan2022-08-311-1/+1
* ppc4xx: Move EBC model to ppc4xx_devs.cBALATON Zoltan2022-08-311-191/+0Star
* ppc4xx: Rename ppc405-plb to ppc4xx-plbBALATON Zoltan2022-08-311-1/+1
* ppc4xx: Move PLB model to ppc4xx_devs.cBALATON Zoltan2022-08-311-93/+0Star
* ppc/ppc405: QOM'ify MALCédric Le Goater2022-08-311-6/+11
* ppc/ppc405: QOM'ify PLBCédric Le Goater2022-08-311-28/+36
* ppc/ppc405: QOM'ify POBCédric Le Goater2022-08-311-24/+32
* ppc/ppc405: QOM'ify OPBACédric Le Goater2022-08-311-20/+29
* ppc/ppc405: QOM'ify EBCCédric Le Goater2022-08-311-30/+32
* ppc/ppc405: QOM'ify DMACédric Le Goater2022-08-311-79/+62Star
* ppc/ppc405: QOM'ify GPIOCédric Le Goater2022-08-311-26/+24Star
* ppc/ppc405: QOM'ify OCMCédric Le Goater2022-08-311-38/+39
* ppc/ppc405: QOM'ify GPTCédric Le Goater2022-08-311-46/+56
* ppc/ppc405: QOM'ify CPCCédric Le Goater2022-08-311-80/+61Star
* ppc/ppc405: QOM'ify CPUCédric Le Goater2022-08-311-10/+30
* ppc/ppc405: Start QOMification of the SoCCédric Le Goater2022-08-311-63/+61Star
* ppc/ppc405: Introduce a PPC405 SoCCédric Le Goater2022-08-311-0/+40
* ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-2/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-9/+9
* ppc/ppc405: Fix timer initializationCédric Le Goater2022-01-041-2/+0Star
* ppc/ppc405: Add update of bi_procfreq fieldCédric Le Goater2021-12-171-4/+5
* ppc/ppc405: Change default PLL values at resetCédric Le Goater2021-12-171-3/+3
* ppc/ppc405: Introduce ppc405_set_default_bootinfo()Cédric Le Goater2021-12-171-1/+40
* ppc/ppc405: Change ppc405ep_init() return valueCédric Le Goater2021-12-171-2/+2
* ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()Cédric Le Goater2021-12-171-5/+3Star
* ppc/ppc405: Convert printfs to trace-eventsCédric Le Goater2021-12-171-105/+54Star
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell2021-01-191-28/+42
* hw/ppc: Delete unused ppc405cr_init() codePeter Maydell2021-01-191-345/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth2019-02-041-58/+0Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-201-2/+2
* hw/ppc/ppc405_uc: Convert away from old_mmioPeter Maydell2018-08-211-148/+25Star
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-3/+4
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-8/+8