aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/raspi.c
AgeCommit message (Expand)Author
2020-10-27hw/arm/raspi: Add the Raspberry Pi 3 model A+Philippe Mathieu-Daudé
2020-10-27hw/arm/raspi: Add the Raspberry Pi Zero machinePhilippe Mathieu-Daudé
2020-10-27hw/arm/raspi: Add the Raspberry Pi A+ machinePhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Remove use of the 'version' value in the board codepull-target-arm-20201001Philippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Use RaspiProcessorId to set the firmware load addressPhilippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Introduce RaspiProcessorId enumPhilippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Use more specific machine namesPhilippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Avoid using TypeInfo::class_data pointerPhilippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Move arm_boot_info structure to RaspiMachineStatePhilippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Load the firmware on the first corePhilippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Display the board revision in the machine descriptionPhilippe Mathieu-Daudé
2020-10-01hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2Philippe Mathieu-Daudé
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé
2020-02-19arm/raspi: use memdev for RAMIgor Mammedov
2020-02-13hw/arm/raspi: Extract the cores count from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Use a unique raspi_machine_class_init() methodPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Extract the board model from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Set default RAM size to size encoded in board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Let class_init() directly call raspi_machine_init()Philippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Make board_rev a field of RaspiMachineClassPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Make machines children of abstract RaspiMachineClassPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Trivial code movementPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Extract the processor type from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Extract the RAM size from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Correct the board descriptionsPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernelsPhilippe Mathieu-Daudé
2020-01-30hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'Philippe Mathieu-Daudé
2019-10-25hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_bootPhilippe Mathieu-Daudé
2019-10-15hw/arm/raspi: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2019-09-03hw/arm: simplify arm_load_dtbTao Xu
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-24hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-05-07hw/arm/raspi: Diagnose requests for too much RAMPeter Maydell
2018-04-26hw/arm/raspi: Don't bother setting default_cpu_typePeter Maydell
2018-03-23hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15Peter Maydell
2018-03-19hw/arm/raspi: Provide spin-loop code for AArch64 CPUspull-target-arm-20180319Peter Maydell
2018-03-19hw/arm/bcm2836: Hardcode correct CPU typePeter Maydell
2018-03-19hw/arm/bcm2836: Create proper bcm2837 devicePeter Maydell