summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/arm/raspi: fix CPRMAN base addressLuc Michel2020-10-271-2/+2
| * | arm/trace: Fix hex printingDr. David Alan Gilbert2020-10-271-1/+1
| * | hw/arm/raspi: Add the Raspberry Pi 3 model A+Philippe Mathieu-Daudé2020-10-271-0/+13
| * | hw/arm/raspi: Add the Raspberry Pi Zero machinePhilippe Mathieu-Daudé2020-10-271-0/+13
| * | hw/arm/raspi: Add the Raspberry Pi A+ machinePhilippe Mathieu-Daudé2020-10-271-0/+13
| * | hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé2020-10-272-0/+36
| * | hw/arm/bcm2836: Split out common realize() codePhilippe Mathieu-Daudé2020-10-271-4/+18
| * | hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCsPhilippe Mathieu-Daudé2020-10-271-8/+7Star
| * | hw/arm/bcm2836: Introduce BCM283XClass::core_countPhilippe Mathieu-Daudé2020-10-271-1/+4
| * | hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC typePhilippe Mathieu-Daudé2020-10-271-58/+52Star
| * | hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé2020-10-271-0/+14
| * | hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitlyZenghui Yu2020-10-271-0/+1
| * | hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2020-10-271-0/+80
| * | hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen2020-10-271-2/+25
| * | hw/misc: Add npcm7xx random number generatorHavard Skinnemoen2020-10-271-1/+6
| * | hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2020-10-271-0/+12
| * | hw/arm: fix min_cpus for xlnx-versal-virt platformPavel Dovgalyuk2020-10-271-0/+1
| * | hw/arm/highbank: Silence warnings about missing fallthrough statementsThomas Huth2020-10-271-0/+2
| |/
* | hw/arm/tosa: Replace fprintf() calls by LED devicesPhilippe Mathieu-Daudé2020-10-262-25/+16Star
* | hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1Philippe Mathieu-Daudé2020-10-262-0/+21
|/
* hw/arm/nseries: Fix loading kernel image on n8x0 machinesPhilippe Mathieu-Daudé2020-10-201-0/+1
* hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQsPhilippe Mathieu-Daudé2020-10-201-2/+11
* hw/arm: Restrict APEI tables generation to the 'virt' machinePhilippe Mathieu-Daudé2020-10-201-0/+1
* hw/arm/strongarm: Fix 'time to transmit a char' unit commentPhilippe Mathieu-Daudé2020-10-201-1/+1
* hw/arm/virt: Implement kvm-steal-timeAndrew Jones2020-10-081-3/+41
* hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones2020-10-081-16/+18
* hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones2020-10-081-16/+27
* hw/arm/sbsa-ref : allocate IRQs for SMMUv3Graeme Gregory2020-10-081-0/+1
* hw/arm/sbsa-ref : Fix SMMUv3 InitialisationGraeme Gregory2020-10-081-1/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001'...Peter Maydell2020-10-012-71/+84
|\
| * hw/arm/raspi: Remove use of the 'version' value in the board codePhilippe Mathieu-Daudé2020-10-011-16/+13Star
| * hw/arm/raspi: Use RaspiProcessorId to set the firmware load addressPhilippe Mathieu-Daudé2020-10-011-1/+2
| * hw/arm/raspi: Introduce RaspiProcessorId enumPhilippe Mathieu-Daudé2020-10-011-24/+21Star
| * hw/arm/raspi: Use more specific machine namesPhilippe Mathieu-Daudé2020-10-011-2/+4
| * hw/arm/raspi: Avoid using TypeInfo::class_data pointerPhilippe Mathieu-Daudé2020-10-011-10/+24
| * hw/arm/raspi: Move arm_boot_info structure to RaspiMachineStatePhilippe Mathieu-Daudé2020-10-011-15/+15
| * hw/arm/raspi: Load the firmware on the first corePhilippe Mathieu-Daudé2020-10-011-1/+2
| * hw/arm/raspi: Display the board revision in the machine descriptionPhilippe Mathieu-Daudé2020-10-011-1/+3
| * hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2Philippe Mathieu-Daudé2020-10-011-3/+0Star
| * hw/arm/bcm2835: Add more unimplemented peripheralsPhilippe Mathieu-Daudé2020-10-011-0/+2
* | arm: use acpi_dsdt_add_gpexGerd Hoffmann2020-09-301-166/+9Star
* | move MemMapEntryGerd Hoffmann2020-09-301-5/+0Star
|/
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-261-3/+1Star
* xlnx-zcu102: Register properties as class propertiesEduardo Habkost2020-09-221-12/+13
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-2210-19/+19
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1819-126/+42Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-185-20/+5Star
* Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200918' int...Peter Maydell2020-09-183-12/+49
|\
| * hw/arm/aspeed: Add machine properties to define the flash modelsCédric Le Goater2020-09-181-2/+43
| * hw/arm/aspeed: Map the UART5 device unconditionallyPhilippe Mathieu-Daudé2020-09-182-10/+6Star