Sign in
qemu
/
qemu
/
40b6f91151e7538ffeec5316300030140b09c16c
/
hw
/
ppce500_mpc8544ds.c
2a7a47f
PPC: BookE: Implement EPR SPR
by Alexander Graf
· 13 years ago
caedc73
PPC: e500: allow users to set the /compatible property via -machine
by Alexander Graf
· 13 years ago
a053a7c
PPC: e500: Refactor serial dt generation
by Alexander Graf
· 13 years ago
3627757
PPC: e500: Extend address/size of / to 64bit
by Alexander Graf
· 13 years ago
ed2bc49
PPC: e500: Define addresses as always 64bit
by Alexander Graf
· 13 years ago
ebb9518
PPC: e500: Use new SOC dt format
by Alexander Graf
· 13 years ago
518c7fb
PPC: e500: Use new MPIC dt format
by Alexander Graf
· 13 years ago
d1b9356
PPC: e500: enable manual loading of dtb blob
by Alexander Graf
· 13 years ago
7f47b41
PPC: e500: dt: use target_phys_addr_t for ramsize
by Alexander Graf
· 13 years ago
1d2e5c5
PPC: e500: dt: use 64bit cell helper
by Alexander Graf
· 13 years ago
25b4270
dt: Add -machine dumpdtb option to dump the current dtb
by Alexander Graf
· 13 years ago
2636fcb
PPC: e500: dt: start with empty device tree
by Alexander Graf
· 13 years ago
0dbc079
PPC: e500: dt: create pci node dynamically
by Alexander Graf
· 13 years ago
f503848
PPC: e500: dt: create global-utils node dynamically
by Alexander Graf
· 13 years ago
19ac9de
PPC: e500: dt: create mpic node dynamically
by Alexander Graf
· 13 years ago
0cfc6e8
PPC: e500: dt: create serial nodes dynamically
by Alexander Graf
· 13 years ago
5da9662
PPC: e500: dt: create /soc8544 node dynamically
by Alexander Graf
· 13 years ago
f5231aa
PPC: e500: dt: create /chosen node dynamically
by Alexander Graf
· 13 years ago
51b852b
PPC: e500: dt: create / node dynamically
by Alexander Graf
· 13 years ago
d50f71a
PPC: e500: dt: create /hypervisor node dynamically
by Alexander Graf
· 13 years ago
625e665
PPC: e500: dt: create /cpus node dynamically
by Alexander Graf
· 13 years ago
dd0bcfc
PPC: e500: dt: create memory node dynamically
by Alexander Graf
· 13 years ago
63397dd
PPC: e500: require libfdt
by Alexander Graf
· 13 years ago
cba2026
PPC: mpc8544ds: Span initial TLB entry over as much RAM as we need
by Alexander Graf
· 13 years ago
38f92da
ppce500_mpc8544ds: Pass PowerPCCPU to mpc8544ds_cpu_reset[_sec]
by Andreas Färber
· 13 years ago
397b457
target-ppc: Let cpu_ppc_init() return PowerPCCPU
by Andreas Färber
· 13 years ago
5cbdb3a
Replace Qemu by QEMU in comments
by Stefan Weil
· 13 years ago
e2684c0
ppc hw/: Don't use CPUState
by Andreas Färber
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
2646c13
ppcr500_mpc8544ds: convert to memory API
by Avi Kivity
· 13 years ago
df2921d
Merge remote-tracking branch 'upstream' into memory/batch
by Avi Kivity
· 13 years ago
ddd1055
PPC: booke timers
by Fabien Chouteau
· 13 years ago
2bd9543
ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pages
by Scott Wood
· 14 years ago
93dd5e8
kvm: ppc: booke206: use MMU API
by Scott Wood
· 14 years ago
a2a6742
PPC: E500: Bump CPU count to 15
by Alexander Graf
· 14 years ago
1e3debf
MPC8544DS: Generate CPU nodes on init
by Alexander Graf
· 14 years ago
10f25a4
PPC: E500: Update cpu-release-addr property in cpu nodes
by Alexander Graf
· 14 years ago
5c145da
PPC: E500: Add PV spinning code
by Alexander Graf
· 14 years ago
66bc7e0
PPC: E500: Remove unneeded CPU nodes
by Alexander Graf
· 14 years ago
621d05e
PPC: E500: Update freqs for all CPUs
by Alexander Graf
· 14 years ago
66ae790
PPC: E500: Remove mpc8544_copy_soc_cell
by Alexander Graf
· 14 years ago
911d6e7
PPC: E500: Use generic kvm function for freq
by Alexander Graf
· 14 years ago
a915249
PPC: E500: Generate IRQ lines for many CPUs
by Alexander Graf
· 14 years ago
e61c36d
PPC: E500: create multiple envs
by Alexander Graf
· 14 years ago
71cf9e6
openpic: Memory API conversion for mpic
by Fabien Chouteau
· 14 years ago
39186d8
serial: Add MemoryRegion parameter to serial_mm_init
by Richard Henderson
· 14 years ago
2ff0c7c
serial: Remove ioregister parameter from serial_mm_init
by Richard Henderson
· 14 years ago
fb50cfe
serial: Use enum device_endian in serial_mm_init parameter
by Richard Henderson
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
d1e256f
PPC: E500: Use MAS registers instead of internal TLB representation
by Alexander Graf
· 14 years ago
5de6b46
PPC: mpc8544ds: Add hypervisor node
by Alexander Graf
· 14 years ago
b0fb842
PPC: E500: Implement reboot controller
by Alexander Graf
· 14 years ago
d461e3b
PPC: fix mpc8544ds pci default devices
by Alexander Graf
· 14 years ago
be13cc7
PPC: Qdev'ify e500 pci
by Alexander Graf
· 15 years ago
5389055
PPC MPC7544DS: Use new TLB helper function
by Alexander Graf
· 14 years ago
3b989d4
PPC: Make MPC8544DS emulation work w/o KVM
by Alexander Graf
· 14 years ago
ef250db
PPC: Make MPC8544DS obey -cpu switch
by Alexander Graf
· 14 years ago
64a4d10
Don't call cpu_synchronize_state() from machine init.
by Scott Wood
· 14 years ago
968d683
isa_mmio: Always use little endian
by Alexander Graf
· 14 years ago
49a2942
Delete write only variables
by Blue Swirl
· 14 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
2d48377
Compile serial only once
by Blue Swirl
· 15 years ago
84108e1
Compile isa_mmio only once
by Blue Swirl
· 15 years ago
409dbce
load_elf: replace the address addend by a translation function
by Aurelien Jarno
· 15 years ago
75bb658
powerpc/e500: adjust fdt and ramdisk loading addr
by Liu Yu
· 15 years ago
dbf916d
powerpc: fix compilation with CONFIG_FDT undefined
by Aurelien Jarno
· 15 years ago
04088ad
powerpc/booke: move fdt loading to rom infrastructure
by Liu Yu
· 15 years ago
c496381
target-ppc: add synchronize register for booke init
by Liu Yu
· 15 years ago
07caea3
Fix pci_add nic not to exit on bad model
by Markus Armbruster
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
ca20cf3
Compile loader only once
by Blue Swirl
· 15 years ago
d176c49
qdev-ify virtio-blk.
by Gerd Hoffmann
· 16 years ago
3f0855b
Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
by Juan Quintela
· 16 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 16 years ago
c2cc47a
Support addr=... in option argument of -drive if=virtio
by Markus Armbruster
· 16 years ago
5607c38
Support addr=... in option argument of -net nic
by Markus Armbruster
· 16 years ago
5cea859
Use relative path for bios
by Paul Brook
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
53c25ce
Separate virtio PCI code
by Paul Brook
· 16 years ago
07e3af9
Virtio-blk qdev conversion
by Paul Brook
· 16 years ago
fbe1b59
Remove vga_ram_size
by Paul Brook
· 16 years ago
190cd02
Remove redundant ram_require machine properly.
by pbrook
· 16 years ago
7ec632b
Wean device tree code off phys_ram_base.
by pbrook
· 16 years ago
d758525
More phys_ram_base elimination.
by pbrook
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
1db09b8
kvm/powerpc: Add MPC8544DS board support
by aurel32
· 16 years ago