aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/sam460ex.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-7/+5
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-04-29smbus: Fix spd_data_generate() error API violationMarkus Armbruster1-9/+3
2020-04-29sam460ex: Suppress useless warning on -m 32 and -m 64Markus Armbruster1-1/+2
2020-02-19ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov1-1/+2
2020-02-19ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov1-3/+2
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-2/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-1/+1
2019-03-11sam460ex: Don't size flash memory to match backing imageMarkus Armbruster1-15/+26
2019-02-27i2c: Split smbus into partsCorey Minyard1-1/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+2
2019-02-04sam460ex: Fix support for memory larger than 1GBBALATON Zoltan1-2/+4
2019-02-04ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan1-1/+1
2019-02-04sam460ex: Clean up SPD EEPROM creationBALATON Zoltan1-153/+20
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-1/+1
2018-12-21sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-1/+1
2018-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...Peter Maydell1-4/+4
2018-09-24Drop "qemu:" prefix from error_report() argumentsMao Zhongyi1-4/+4
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth1-7/+0
2018-08-01sam460ex: Fix PCI interrupts with multiple devicesBALATON Zoltan1-4/+2
2018-07-16sam460ex: Correct use after free errorBALATON Zoltan1-1/+2
2018-07-09sam460ex: Make sam460ex_load_device_tree() handle all errors internallyDavid Gibson1-12/+6
2018-07-09sam460ex: Don't check for errors from qemu_fdt_*()David Gibson1-20/+6
2018-07-09sam460ex: Check for errors from libfdt functionsDavid Gibson1-2/+3
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell1-0/+32
2018-07-03ppc440_uc: Basic emulation of PPC440 DMA controllerBALATON Zoltan1-0/+3
2018-07-03sam460ex: Add RTC deviceBALATON Zoltan1-0/+1
2018-07-03sam460ex: Fix sam460ex device tree when booting the Linux kernelGuenter Roeck1-0/+28
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-8/+8
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé1-1/+1
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+2
2018-06-01ppc: use local path for local headersMichael S. Tsirkin1-2/+2
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-4/+4
2018-04-10sam460ex: Fix timer frequency and clock multipliersBALATON Zoltan1-3/+4
2018-03-06ppc: Add aCube Sam460ex boardBALATON Zoltan1-0/+603