Sign in
qemu
/
qemu
/
e0b283e7c5b020c3e54629d8b82117db0af21cca
/
hw
/
arm
/
xilinx_zynq.c
73bce51
m25p80: qdev-ify drive property
by Paolo Bonzini
· 9 years ago
f4b9953
xilinx_zynq: Connect devcfg to the Zynq machine model
by Peter Crosthwaite
· 9 years ago
4be12ea
hw/char: QOM'ify cadence_uart model
by xiaoqiang zhao
· 9 years ago
4771d75
hw: explicitly include qemu-common.h and cpu.h
by Paolo Bonzini
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
eb4f566
sdhci_sysbus: Create SD card device in users, not the device itself
by Peter Maydell
· 9 years ago
8fd0671
ssi: Move ssi.h into a separate directory
by Alistair Francis
· 9 years ago
12b1672
hw/arm: Clean up includes
by Peter Maydell
· 9 years ago
007b065
Use error_fatal to simplify obvious fatal errors
by Markus Armbruster
· 9 years ago
74fcbd2
hw/misc: Add support for ADC controller in Xilinx Zynq 7000
by Guenter Roeck
· 9 years ago
c3a9a68
arm: xilinx_zynq: Add linux pre-boot
by Peter Crosthwaite
· 9 years ago
e264d29
Use DEFINE_MACHINE() to register all machines
by Eduardo Habkost
· 10 years ago
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 9 years ago
c8623c0
arm: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory
by Dirk Müller
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
61e2f35
target-arm: Disable EL3 on unsupported machines
by Greg Bellows
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
fa1d36d
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
by Markus Armbruster
· 10 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 10 years ago
de77914
ssi: Name the CS GPIO
by Peter Crosthwaite
· 11 years ago
3ef9622
machine: Conversion of QEMUMachineInitArgs to MachineState
by Marcel Apfelbaum
· 11 years ago
b48adc0d
ZYNQ: Implement board MIDR control for Zynq
by Alistair Francis
· 11 years ago
7fcd57e
arm/xilinx_zynq: Always instantiate the GEMs
by Peter Crosthwaite
· 11 years ago
c257712
arm/xilinx_zynq: Implement CBAR initialisation
by Peter Crosthwaite
· 11 years ago
d8bbdcf
arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()
by Peter Crosthwaite
· 11 years ago
c165473
hw: Clean up bogus default boot order
by Markus Armbruster
· 12 years ago
e4a6540
hw/arm/xilinx_zynq: Don't use arm_pic_init_cpu()
by Peter Maydell
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
6b91f01
xilinx_spips: seperate SPI and QSPI as two classes
by Peter Crosthwaite
· 12 years ago
bd2be15
arm: fix location of some include files
by Peter Maydell
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
f1922e3
xilinx_zynq: Cleanup ssi_create_slave
by Peter Crosthwaite
· 12 years ago
7451afb
xilinx_zynq: added pl330 to machine model
by Peter Crosthwaite
· 12 years ago
5301821
hw: move boards and other isolated files to hw/ARCH
by Paolo Bonzini
· 12 years ago
[Renamed from hw/xilinx_zynq.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
a7fd691
m25p80.c: Use QOM classes for part differentiation
by Peter Crosthwaite
· 12 years ago
b972b4e
xilinx_zynq: Added SD controllers
by Peter Crosthwaite
· 12 years ago
70ef6a5
xilinx_zynq: Fix wrong IRQ number of the second EHCI controller
by Liming Wang
· 12 years ago
1356b98
sysbus: Drop sysbus_from_qdev() cast macro
by Andreas Färber
· 12 years ago
e4ada29
Make default boot order machine specific
by Avik Sil
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
e376a78
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
79f5d67
xilinx_zynq: Add one variable to avoid overwriting QSPI bus
by walimis
· 12 years ago
2d0d283
Support default block interfaces per QEMUMachine
by Christian Borntraeger
· 12 years ago
892776c
xilinx_zynq: add USB controllers
by Peter Crosthwaite
· 12 years ago
7b482bc
xilinx_zynq: added QSPI controller
by Peter Crosthwaite
· 12 years ago
5f072e1
create struct for machine initialization arguments
by Eduardo Habkost
· 12 years ago
559d489
xilinx_zynq: Added SPI controllers + flashes
by Peter A. G. Crosthwaite
· 13 years ago
4bd7466
arm_pic: Pass ARMCPU to arm_pic_init_cpu()
by Andreas Färber
· 13 years ago
3aaa8df
arm_boot: Pass ARMCPU to arm_load_kernel()
by Andreas Färber
· 13 years ago
17c2f0b
xilinx_zynq: Use cpu_arm_init() to obtain ARMCPU
by Andreas Färber
· 13 years ago
5ae9330
arm hw/: Don't use CPUState
by Andreas Färber
· 13 years ago
e326050
xilinx_zynq: machine model initial version
by Peter A. G. Crosthwaite
· 13 years ago