summaryrefslogtreecommitdiff
path: root/hw/arm/raspi.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26hw/arm/raspi: Don't bother setting default_cpu_typePeter Maydell1-2/+0
2018-03-23hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15Peter Maydell1-1/+1
2018-03-19hw/arm/raspi: Provide spin-loop code for AArch64 CPUsPeter Maydell1-1/+40
2018-03-19hw/arm/bcm2836: Hardcode correct CPU typePeter Maydell1-2/+0
2018-03-19hw/arm/bcm2836: Create proper bcm2837 devicePeter Maydell1-1/+2
2018-03-19hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283xPeter Maydell1-8/+8
2018-03-19hw/arm/raspi: Don't do board-setup or secure-boot for raspi3Peter Maydell1-4/+13
2018-02-22raspi: Add "raspi3" machine typePekka Enberg1-0/+23
2018-02-15raspi: Raspberry Pi 3 supportPekka Enberg1-10/+21
2018-02-15bcm2836: Make CPU type configurablePekka Enberg1-0/+3
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota1-0/+2
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
2017-06-20bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"Marc-André Lureau1-2/+2
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE1-6/+1
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE1-1/+4
2016-02-26raspi: fix SD card with recent sdhci changesAndrew Baumann1-0/+16
2016-02-16all: Clean up includesPeter Maydell1-0/+1
2016-02-11bcm2835_property: implement "get board revision" queryStephen Warren1-0/+2
2016-02-03raspi: add raspberry pi 2 machineAndrew Baumann1-0/+152