summaryrefslogtreecommitdiffstats
path: root/hw/arm/raspi.c
Commit message (Expand)AuthorAgeFilesLines
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-1/+1
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+1Star
* hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2020-03-231-1/+2
* arm/raspi: use memdev for RAMIgor Mammedov2020-02-191-6/+4Star
* hw/arm/raspi: Extract the cores count from the board revisionPhilippe Mathieu-Daudé2020-02-131-3/+16
* hw/arm/raspi: Use a unique raspi_machine_class_init() methodPhilippe Mathieu-Daudé2020-02-131-25/+6Star
* hw/arm/raspi: Extract the board model from the board revisionPhilippe Mathieu-Daudé2020-02-131-2/+16
* hw/arm/raspi: Set default RAM size to size encoded in board revisionPhilippe Mathieu-Daudé2020-02-131-2/+2
* hw/arm/raspi: Let class_init() directly call raspi_machine_init()Philippe Mathieu-Daudé2020-02-131-13/+3Star
* hw/arm/raspi: Make board_rev a field of RaspiMachineClassPhilippe Mathieu-Daudé2020-02-131-3/+14
* hw/arm/raspi: Make machines children of abstract RaspiMachineClassPhilippe Mathieu-Daudé2020-02-131-7/+49
* hw/arm/raspi: Trivial code movementPhilippe Mathieu-Daudé2020-02-131-3/+2Star
* hw/arm/raspi: Extract the processor type from the board revisionPhilippe Mathieu-Daudé2020-02-131-2/+16
* hw/arm/raspi: Extract the RAM size from the board revisionPhilippe Mathieu-Daudé2020-02-131-3/+12
* hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé2020-02-131-4/+27
* hw/arm/raspi: Correct the board descriptionsPhilippe Mathieu-Daudé2020-02-131-2/+2
* hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernelsPhilippe Mathieu-Daudé2020-02-131-3/+3
* hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'Philippe Mathieu-Daudé2020-01-301-2/+0Star
* hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_bootPhilippe Mathieu-Daudé2019-10-251-6/+8
* hw/arm/raspi: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2019-10-151-2/+2
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-5/+1Star
* hw/arm: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-2/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-05-241-4/+3Star
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* hw/arm/raspi: Diagnose requests for too much RAMPeter Maydell2019-05-071-0/+7
* hw/arm/raspi: Don't bother setting default_cpu_typePeter Maydell2018-04-261-2/+0Star
* hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15Peter Maydell2018-03-231-1/+1
* hw/arm/raspi: Provide spin-loop code for AArch64 CPUsPeter Maydell2018-03-191-1/+40
* hw/arm/bcm2836: Hardcode correct CPU typePeter Maydell2018-03-191-2/+0Star
* hw/arm/bcm2836: Create proper bcm2837 devicePeter Maydell2018-03-191-1/+2
* hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283xPeter Maydell2018-03-191-8/+8
* hw/arm/raspi: Don't do board-setup or secure-boot for raspi3Peter Maydell2018-03-191-4/+13
* raspi: Add "raspi3" machine typePekka Enberg2018-02-221-0/+23
* raspi: Raspberry Pi 3 supportPekka Enberg2018-02-151-10/+21
* bcm2836: Make CPU type configurablePekka Enberg2018-02-151-0/+3
* hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota2017-11-131-0/+2
* hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+1
* bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base"Marc-André Lureau2017-06-201-2/+2
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE2016-03-161-6/+1Star
* bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2016-03-161-1/+4
* raspi: fix SD card with recent sdhci changesAndrew Baumann2016-02-261-0/+16
* all: Clean up includesPeter Maydell2016-02-161-0/+1
* bcm2835_property: implement "get board revision" queryStephen Warren2016-02-111-0/+2