aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/orangepi.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27hw/arm: Avoid using 'first_cpu' when first ARM CPU is reachablePhilippe Mathieu-Daudé1-1/+1
2023-10-27hw/arm/allwinner-h3: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé1-0/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell1-3/+1
2022-02-08hw/arm: allwinner: Don't enable PSCI conduit when booting guest in EL3Peter Maydell1-0/+1
2021-12-15hw: Replace trivial drive_get_next() by drive_get()Markus Armbruster1-1/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-02-03hw/arm: Display CPU type in machine descriptionPhilippe Mathieu-Daudé1-1/+1
2020-12-10arm: remove bios_namePaolo Bonzini1-1/+1
2020-08-27allwinner-h3: Rename memmap enum constantsEduardo Habkost1-3/+3
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-7/+6
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-1/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+1
2020-03-30hw/arm/orangepi: check for potential NULL pointer when calling blk_is_availableNiek Linnenbank1-1/+1
2020-03-12hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank1-0/+6
2020-03-12hw/arm/allwinner-h3: add Boot ROM supportNiek Linnenbank1-0/+5
2020-03-12hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank1-0/+3
2020-03-12hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank1-0/+16
2020-03-12hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank1-0/+8
2020-03-12hw/arm: add Xunlong Orange Pi PC machineNiek Linnenbank1-0/+92