summary refs log tree commit diff stats
path: root/hw/ppc/sam460ex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson2019-01-071-1/+1
* sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-211-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...Peter Maydell2018-09-251-4/+4
|\
| * Drop "qemu:" prefix from error_report() argumentsMao Zhongyi2018-09-241-4/+4
* | ppc: Remove deprecated ppcemb targetThomas Huth2018-08-281-7/+0
|/
* sam460ex: Fix PCI interrupts with multiple devicesBALATON Zoltan2018-08-011-4/+2
* sam460ex: Correct use after free errorBALATON Zoltan2018-07-161-1/+2
* sam460ex: Make sam460ex_load_device_tree() handle all errors internallyDavid Gibson2018-07-091-12/+6
* sam460ex: Don't check for errors from qemu_fdt_*()David Gibson2018-07-091-20/+6
* sam460ex: Check for errors from libfdt functionsDavid Gibson2018-07-091-2/+3
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell2018-07-031-0/+32
|\
| * ppc440_uc: Basic emulation of PPC440 DMA controllerBALATON Zoltan2018-07-031-0/+3
| * sam460ex: Add RTC deviceBALATON Zoltan2018-07-031-0/+1
| * sam460ex: Fix sam460ex device tree when booting the Linux kernelGuenter Roeck2018-07-031-0/+28
* | hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-8/+8
* | hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-1/+1
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-2/+2
|\
| * ppc: use local path for local headersMichael S. Tsirkin2018-06-011-2/+2
* | hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
|/
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-4/+4
* sam460ex: Fix timer frequency and clock multipliersBALATON Zoltan2018-04-101-3/+4
* ppc: Add aCube Sam460ex boardBALATON Zoltan2018-03-061-0/+603