aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc405_uc.c
AgeCommit message (Expand)Author
2022-10-17ppc4xx_sdram: QOM'ifyBALATON Zoltan
2022-10-17ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan
2022-10-17ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan
2022-10-17ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan
2022-08-31ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan
2022-08-31ppc405: Move machine specific code to ppc405_boards.cBALATON Zoltan
2022-08-31ppc/ppc405: Use an explicit I2C objectCédric Le Goater
2022-08-31hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan
2022-08-31ppc/ppc405: Use an embedded PPCUIC model in SoC stateCédric Le Goater
2022-08-31ppc4xx: Rename ppc405-ebc to ppc4xx-ebcBALATON Zoltan
2022-08-31ppc4xx: Move EBC model to ppc4xx_devs.cBALATON Zoltan
2022-08-31ppc4xx: Rename ppc405-plb to ppc4xx-plbBALATON Zoltan
2022-08-31ppc4xx: Move PLB model to ppc4xx_devs.cBALATON Zoltan
2022-08-31ppc/ppc405: QOM'ify MALCédric Le Goater
2022-08-31ppc/ppc405: QOM'ify PLBCédric Le Goater
2022-08-31ppc/ppc405: QOM'ify POBCédric Le Goater
2022-08-31ppc/ppc405: QOM'ify OPBACédric Le Goater
2022-08-31ppc/ppc405: QOM'ify EBCCédric Le Goater
2022-08-31ppc/ppc405: QOM'ify DMACédric Le Goater
2022-08-31ppc/ppc405: QOM'ify GPIOCédric Le Goater
2022-08-31ppc/ppc405: QOM'ify OCMCédric Le Goater
2022-08-31ppc/ppc405: QOM'ify GPTCédric Le Goater
2022-08-31ppc/ppc405: QOM'ify CPCCédric Le Goater
2022-08-31ppc/ppc405: QOM'ify CPUCédric Le Goater
2022-08-31ppc/ppc405: Start QOMification of the SoCCédric Le Goater
2022-08-31ppc/ppc405: Introduce a PPC405 SoCCédric Le Goater
2022-07-18ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-01-04ppc/ppc405: Fix timer initializationCédric Le Goater
2021-12-17ppc/ppc405: Add update of bi_procfreq fieldCédric Le Goater
2021-12-17ppc/ppc405: Change default PLL values at resetCédric Le Goater
2021-12-17ppc/ppc405: Introduce ppc405_set_default_bootinfo()Cédric Le Goater
2021-12-17ppc/ppc405: Change ppc405ep_init() return valueCédric Le Goater
2021-12-17ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()Cédric Le Goater
2021-12-17ppc/ppc405: Convert printfs to trace-eventsCédric Le Goater
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-01-19hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell
2021-01-19hw/ppc: Delete unused ppc405cr_init() codePeter Maydell
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson
2019-02-04hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-21ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-08-21hw/ppc/ppc405_uc: Convert away from old_mmioPeter Maydell
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell