index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
sam460ex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
1
-1
/
+0
2021-01-19
sam460ex: Use type cast macro instead of simple cast
BALATON Zoltan
1
-5
/
+2
2021-01-19
hw/ppc/sam460ex: Drop use of ppcuic_init()
Peter Maydell
1
-16
/
+53
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
1
-0
/
+1
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
1
-7
/
+5
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-04-29
smbus: Fix spd_data_generate() error API violation
Markus Armbruster
1
-9
/
+3
2020-04-29
sam460ex: Suppress useless warning on -m 32 and -m 64
Markus Armbruster
1
-1
/
+2
2020-02-19
ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
Igor Mammedov
1
-1
/
+2
2020-02-19
ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
Igor Mammedov
1
-3
/
+2
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
1
-1
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
1
-2
/
+1
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
1
-1
/
+1
2019-03-11
sam460ex: Don't size flash memory to match backing image
Markus Armbruster
1
-15
/
+26
2019-02-27
i2c: Split smbus into parts
Corey Minyard
1
-1
/
+1
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
1
-1
/
+2
2019-02-04
sam460ex: Fix support for memory larger than 1GB
BALATON Zoltan
1
-2
/
+4
2019-02-04
ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()
BALATON Zoltan
1
-1
/
+1
2019-02-04
sam460ex: Clean up SPD EEPROM creation
BALATON Zoltan
1
-153
/
+20
2019-01-07
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
1
-1
/
+1
2018-12-21
sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
1
-1
/
+1
2018-09-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...
Peter Maydell
1
-4
/
+4
2018-09-24
Drop "qemu:" prefix from error_report() arguments
Mao Zhongyi
1
-4
/
+4
2018-08-28
ppc: Remove deprecated ppcemb target
Thomas Huth
1
-7
/
+0
2018-08-01
sam460ex: Fix PCI interrupts with multiple devices
BALATON Zoltan
1
-4
/
+2
2018-07-16
sam460ex: Correct use after free error
BALATON Zoltan
1
-1
/
+2
2018-07-09
sam460ex: Make sam460ex_load_device_tree() handle all errors internally
David Gibson
1
-12
/
+6
2018-07-09
sam460ex: Don't check for errors from qemu_fdt_*()
David Gibson
1
-20
/
+6
2018-07-09
sam460ex: Check for errors from libfdt functions
David Gibson
1
-2
/
+3
2018-07-03
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...
Peter Maydell
1
-0
/
+32
2018-07-03
ppc440_uc: Basic emulation of PPC440 DMA controller
BALATON Zoltan
1
-0
/
+3
2018-07-03
sam460ex: Add RTC device
BALATON Zoltan
1
-0
/
+1
2018-07-03
sam460ex: Fix sam460ex device tree when booting the Linux kernel
Guenter Roeck
1
-0
/
+28
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-8
/
+8
2018-07-02
hw: Use IEC binary prefix definitions from "qemu/units.h"
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+2
2018-06-01
ppc: use local path for local headers
Michael S. Tsirkin
1
-2
/
+2
2018-06-01
hw: Do not include "sysemu/blockdev.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
1
-4
/
+4
2018-04-10
sam460ex: Fix timer frequency and clock multipliers
BALATON Zoltan
1
-3
/
+4
2018-03-06
ppc: Add aCube Sam460ex board
BALATON Zoltan
1
-0
/
+603