summaryrefslogtreecommitdiff
path: root/hw/arm/highbank.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2018-04-26hw/arm/highbank: don't make sysram 'nomigrate'Peter Maydell1-1/+1
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth1-1/+0
2017-11-13highbank: validate register offset before accessPrasad J Pandit1-2/+15
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-5/+5
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+2
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé1-4/+7
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis1-3/+3
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-02-21hw/arm/highbank: Default -drive to if=ide instead of if=scsiMarkus Armbruster1-2/+6
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao1-1/+2
2016-05-12hw/arm: QOM'ify highbank.cxiaoqiang.zhao1-7/+5
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann1-35/+2
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster1-2/+4
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster1-6/+1
2015-11-10arm: highbank: Implement PSCI and dummy monitorPeter Crosthwaite1-10/+60
2015-11-10arm: highbank: Defeature CPU overridePeter Crosthwaite1-14/+7
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-4/+24
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-18/+14
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-05-12hw/arm/highbank.c: Wire FIQ between CPU <> GICPeter Maydell1-0/+3
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-3/+9
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller1-1/+1
2015-04-01hw/arm/highbank: Fix resource leak and wrong image loadingStefan Weil1-2/+1
2015-03-19arm: fix memory leakGonglei1-0/+1
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+2
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows1-0/+12
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+3
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-12/+12
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-1/+0
2014-04-04hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar propertyPeter Maydell1-7/+7
2014-04-04hw/arm/highbank: Don't segfault on unknown CPU namesPeter Maydell1-0/+5
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias1-3/+3
2013-12-23hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil1-4/+3
2013-12-17arm/highbank.c: Fix MPCore periphbase namePeter Crosthwaite1-7/+8
2013-12-17arm/highbank: Fix CBAR initialisationPeter Crosthwaite1-3/+5
2013-12-17arm/highbank: Use object_new() rather than cpu_arm_init()Peter Crosthwaite1-3/+9
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+0
2013-08-20hw/arm/highbank: Don't use arm_pic_init_cpu()Peter Maydell1-3/+1
2013-07-29highbank: QOM cast cleanup for HighbankRegsStateAndreas Färber1-5/+11
2013-07-15ARM/highbank: add support for Calxeda ECX-2000 / MidwayAndre Przywara1-5/+27
2013-07-15ARM/highbank: prepare for adding similar machinesAndre Przywara1-6/+23
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-1/+1
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3