aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/sam460ex.c
AgeCommit message (Expand)Author
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.pull-target-arm-20190107Nick Hudson
2018-12-21sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...Peter Maydell
2018-09-24Drop "qemu:" prefix from error_report() argumentsMao Zhongyi
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth
2018-08-01sam460ex: Fix PCI interrupts with multiple devicesBALATON Zoltan
2018-07-16sam460ex: Correct use after free errorBALATON Zoltan
2018-07-09sam460ex: Make sam460ex_load_device_tree() handle all errors internallyDavid Gibson
2018-07-09sam460ex: Don't check for errors from qemu_fdt_*()David Gibson
2018-07-09sam460ex: Check for errors from libfdt functionsDavid Gibson
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell
2018-07-03ppc440_uc: Basic emulation of PPC440 DMA controllerBALATON Zoltan
2018-07-03sam460ex: Add RTC deviceBALATON Zoltan
2018-07-03sam460ex: Fix sam460ex device tree when booting the Linux kernelGuenter Roeck
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01ppc: use local path for local headersMichael S. Tsirkin
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-10sam460ex: Fix timer frequency and clock multipliersBALATON Zoltan
2018-03-06ppc: Add aCube Sam460ex boardBALATON Zoltan