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
/
sam460ex.c
Age
Commit message (
Expand
)
Author
2023-02-27
hw/ppc/sam460ex: Correctly set MAL properties
Philippe Mathieu-Daudé
2022-10-17
hw/ppc: set machine->fdt in sam460ex_load_device_tree()
Daniel Henrique Barboza
2022-10-17
ppc440_sdram: QOM'ify
BALATON Zoltan
2022-10-17
ppc440_sdram: Move RAM size check to ppc440_sdram_init
BALATON Zoltan
2022-10-17
ppc4xx_sdram: Rename functions to prevent name clashes
BALATON Zoltan
2022-10-17
ppc440_sdram: Get rid of the init RAM hack
BALATON Zoltan
2022-10-17
ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
BALATON Zoltan
2022-08-31
hw/ppc/sam460ex: Remove PPC405 dependency from sam460ex
BALATON Zoltan
2022-08-31
hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device
BALATON Zoltan
2022-08-31
ppc4xx: Rename ppc405-ebc to ppc4xx-ebc
BALATON Zoltan
2022-08-31
ppc4xx: Rename ppc405-plb to ppc4xx-plb
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 EBC
Cédric Le Goater
2022-08-04
hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[]
Daniel Henrique Barboza
2022-07-18
ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-01-19
sam460ex: Use type cast macro instead of simple cast
BALATON Zoltan
2021-01-19
hw/ppc/sam460ex: Drop use of ppcuic_init()
Peter Maydell
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-04-29
smbus: Fix spd_data_generate() error API violation
Markus Armbruster
2020-04-29
sam460ex: Suppress useless warning on -m 32 and -m 64
Markus Armbruster
2020-02-19
ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
Igor Mammedov
2020-02-19
ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
Igor Mammedov
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2019-03-11
sam460ex: Don't size flash memory to match backing image
Markus Armbruster
2019-02-27
i2c: Split smbus into parts
Corey Minyard
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-04
sam460ex: Fix support for memory larger than 1GB
BALATON Zoltan
2019-02-04
ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()
BALATON Zoltan
2019-02-04
sam460ex: Clean up SPD EEPROM creation
BALATON Zoltan
2019-01-07
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
2018-12-21
sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-09-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...
Peter Maydell
2018-09-24
Drop "qemu:" prefix from error_report() arguments
Mao Zhongyi
2018-08-28
ppc: Remove deprecated ppcemb target
Thomas Huth
2018-08-01
sam460ex: Fix PCI interrupts with multiple devices
BALATON Zoltan
2018-07-16
sam460ex: Correct use after free error
BALATON Zoltan
2018-07-09
sam460ex: Make sam460ex_load_device_tree() handle all errors internally
David Gibson
[next]