aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc405_boards.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-17ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan1-1/+1
2022-10-17ppc4xx_sdram: QOM'ifyBALATON Zoltan1-1/+1
2022-10-17ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan1-10/+0
2022-10-17ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan1-2/+1
2022-08-31ppc405: Move machine specific code to ppc405_boards.cBALATON Zoltan1-124/+251
2022-08-31ppc/ppc405: QOM'ify FPGACédric Le Goater1-17/+39
2022-08-31ppc/ppc405: QOM'ify CPUCédric Le Goater1-1/+1
2022-08-31ppc/ppc405: Start QOMification of the SoCCédric Le Goater1-7/+5
2022-08-31ppc/ppc405: Introduce a PPC405 SoCCédric Le Goater1-11/+12
2022-08-31ppc/ppc405: Move SRAM under the ref405ep machineCédric Le Goater1-6/+6
2022-08-31ppc/ppc405: Move devices under the ref405ep machineCédric Le Goater1-12/+19
2022-08-31ppc/ppc405: Introduce a PPC405 generic machineCédric Le Goater1-3/+28
2022-08-31ppc/ppc405: Remove taihu machineCédric Le Goater1-232/+0
2022-04-20hw/ppc/ppc405_boards: Initialize g_autofree pointerBernhard Beschow1-2/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2021-12-17ppc/ppc405: Fix boot from kernelCédric Le Goater1-43/+102
2021-12-17ppc/ppc405: Introduce ppc405_set_default_bootinfo()Cédric Le Goater1-27/+1
2021-12-17ppc/ppc405: Rework FW loadCédric Le Goater1-25/+20
2021-12-17ppc/ppc405: Remove flash supportCédric Le Goater1-13/+1
2021-12-17ppc/ppc405: Add some address space definitionsCédric Le Goater1-9/+7
2021-12-17ppc/ppc405: Change ppc405ep_init() return valueCédric Le Goater1-1/+5
2021-12-17ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()Cédric Le Goater1-1/+1
2021-12-17ppc: Mark the 'taihu' machine as deprecatedThomas Huth1-0/+1
2021-12-17ppc/ppc405: Change kernel load addressCédric Le Goater1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-01-19hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell1-4/+4
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10ppc: remove bios_namePaolo Bonzini1-4/+2
2020-10-18ppc405_boards: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland1-1/+9
2020-03-24ppc/ppc405_boards: Remove unnecessary NULL checkPhilippe Mathieu-Daudé1-3/+3
2020-03-17hw/ppc/ppc405: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-4/+2
2020-02-19ppc/ppc405_boards: use memdev for RAMIgor Mammedov1-7/+6
2020-02-19ppc/ppc405_boards: add RAM size checksIgor Mammedov1-13/+26
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-3/+3
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-3/+3
2019-03-11ppc405_boards: Don't size flash memory to match backing imageMarkus Armbruster1-24/+12
2019-03-11ppc405_boards: Delete stale, disabled DEBUG_BOARD_INIT codeMarkus Armbruster1-60/+0
2018-12-21ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-2/+2
2018-12-14hw/ppc/ppc405_boards: Don't use load_image()Peter Maydell1-4/+8
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth1-14/+0
2018-08-21hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpgaPeter Maydell1-50/+10
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+5
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-9/+6