aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/bcm2836.c
AgeCommit message (Expand)Author
2020-10-27hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Split out common realize() codePhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCsPhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Introduce BCM283XClass::core_countPhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC typePhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus 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-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-10-25hw/arm/bcm2836: Rename cpus[] as cpu[].corePhilippe Mathieu-Daudé
2019-10-25hw/arm/bcm2836: Make the SoC code modularPhilippe Mathieu-Daudé
2019-10-15hw/arm/bcm2835: Rename some definitionsPhilippe Mathieu-Daudé
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-07-17hw/arm/bcm2836: Fix crash with device_add bcm2837 on unsupported machinesThomas Huth
2018-07-16hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = falseThomas Huth
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-03-23hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15Peter Maydell
2018-03-19hw/arm/bcm2836: Hardcode correct CPU typePeter Maydell
2018-03-19hw/arm/bcm2836: Use correct affinity values for BCM2837Peter Maydell
2018-03-19hw/arm/bcm2836: Create proper bcm2837 devicePeter Maydell
2018-03-19hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283xPeter Maydell
2018-03-19hw/arm/bcm2386: Fix parent type of bcm2386Peter Maydell
2018-02-15bcm2836: Make CPU type configurablePekka Enberg
2017-04-20arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier
2016-04-04hw/arm/bcm2836: Wire up CPU timer interrupts correctlyPeter Maydell
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE
2016-02-26raspi: fix SD card with recent sdhci changesAndrew Baumann
2016-02-16all: Clean up includesPeter Maydell
2016-02-11bcm2835_property: implement "get board revision" querypull-target-arm-20160211Stephen Warren
2016-02-03bcm2836: add bcm2836 SoC deviceAndrew Baumann