index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
ppc405_uc.c
Age
Commit message (
Expand
)
Author
2022-10-17
ppc4xx_sdram: QOM'ify
BALATON Zoltan
2022-10-17
ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
BALATON Zoltan
2022-10-17
ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
BALATON Zoltan
2022-10-17
ppc4xx_sdram: Get rid of the init RAM hack
BALATON Zoltan
2022-08-31
ppc4xx: Fix code style problems reported by checkpatch
BALATON Zoltan
2022-08-31
ppc405: Move machine specific code to ppc405_boards.c
BALATON Zoltan
2022-08-31
ppc/ppc405: Use an explicit I2C object
Cédric Le Goater
2022-08-31
hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device
BALATON Zoltan
2022-08-31
ppc/ppc405: Use an embedded PPCUIC model in SoC state
Cédric Le Goater
2022-08-31
ppc4xx: Rename ppc405-ebc to ppc4xx-ebc
BALATON Zoltan
2022-08-31
ppc4xx: Move EBC model to ppc4xx_devs.c
BALATON Zoltan
2022-08-31
ppc4xx: Rename ppc405-plb to ppc4xx-plb
BALATON Zoltan
2022-08-31
ppc4xx: Move PLB model to ppc4xx_devs.c
BALATON Zoltan
2022-08-31
ppc/ppc405: QOM'ify MAL
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify PLB
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify POB
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify OPBA
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify EBC
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify DMA
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify GPIO
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify OCM
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify GPT
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify CPC
Cédric Le Goater
2022-08-31
ppc/ppc405: QOM'ify CPU
Cédric Le Goater
2022-08-31
ppc/ppc405: Start QOMification of the SoC
Cédric Le Goater
2022-08-31
ppc/ppc405: Introduce a PPC405 SoC
Cédric Le Goater
2022-07-18
ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-01-04
ppc/ppc405: Fix timer initialization
Cédric Le Goater
2021-12-17
ppc/ppc405: Add update of bi_procfreq field
Cédric Le Goater
2021-12-17
ppc/ppc405: Change default PLL values at reset
Cédric Le Goater
2021-12-17
ppc/ppc405: Introduce ppc405_set_default_bootinfo()
Cédric Le Goater
2021-12-17
ppc/ppc405: Change ppc405ep_init() return value
Cédric Le Goater
2021-12-17
ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()
Cédric Le Goater
2021-12-17
ppc/ppc405: Convert printfs to trace-events
Cédric Le Goater
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-01-19
hw/ppc/ppc405_uc: Drop use of ppcuic_init()
Peter Maydell
2021-01-19
hw/ppc: Delete unused ppc405cr_init() code
Peter Maydell
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-10
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2019-02-04
hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.c
Thomas Huth
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-12-21
ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-08-21
hw/ppc/ppc405_uc: Convert away from old_mmio
Peter Maydell
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
[next]