aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/bcm2836.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-10-27hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé1-0/+34
2020-10-27hw/arm/bcm2836: Split out common realize() codePhilippe Mathieu-Daudé1-4/+18
2020-10-27hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCsPhilippe Mathieu-Daudé1-8/+7
2020-10-27hw/arm/bcm2836: Introduce BCM283XClass::core_countPhilippe Mathieu-Daudé1-1/+4
2020-10-27hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC typePhilippe Mathieu-Daudé1-58/+52
2020-10-27hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé1-0/+14
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-11/+5
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-6/+6
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-5/+4
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster1-6/+1
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-6/+3
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-2/+1
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-6/+5
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-2/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-12/+4
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé1-1/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-10-25hw/arm/bcm2836: Rename cpus[] as cpu[].corePhilippe Mathieu-Daudé1-12/+14
2019-10-25hw/arm/bcm2836: Make the SoC code modularPhilippe Mathieu-Daudé1-9/+9
2019-10-15hw/arm/bcm2835: Rename some definitionsPhilippe Mathieu-Daudé1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-07-17hw/arm/bcm2836: Fix crash with device_add bcm2837 on unsupported machinesThomas Huth1-12/+6
2018-07-16hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = falseThomas Huth1-0/+2
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-03-23hw/arm/bcm2836: Use the Cortex-A7 instead of Cortex-A15Peter Maydell1-1/+1
2018-03-19hw/arm/bcm2836: Hardcode correct CPU typePeter Maydell1-9/+15
2018-03-19hw/arm/bcm2836: Use correct affinity values for BCM2837Peter Maydell1-4/+7
2018-03-19hw/arm/bcm2836: Create proper bcm2837 devicePeter Maydell1-5/+32
2018-03-19hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283xPeter Maydell1-8/+9
2018-03-19hw/arm/bcm2386: Fix parent type of bcm2386Peter Maydell1-1/+1
2018-02-15bcm2836: Make CPU type configurablePekka Enberg1-8/+9
2017-04-20arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier1-6/+0
2016-04-04hw/arm/bcm2836: Wire up CPU timer interrupts correctlyPeter Maydell1-1/+5
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_fb: add framebuffer device for Raspberry PiGrégory ESTRADE1-0/+2
2016-02-26raspi: fix SD card with recent sdhci changesAndrew Baumann1-0/+7
2016-02-16all: Clean up includesPeter Maydell1-0/+1
2016-02-11bcm2835_property: implement "get board revision" queryStephen Warren1-0/+2
2016-02-03bcm2836: add bcm2836 SoC deviceAndrew Baumann1-0/+165