aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/highbank.c
AgeCommit message (Expand)Author
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-02-21hw/arm/highbank: Default -drive to if=ide instead of if=scsiMarkus Armbruster
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao
2016-05-12hw/arm: QOM'ify highbank.cxiaoqiang.zhao
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann
2016-01-18hw/arm: Clean up includesPeter Maydell
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster
2015-11-10arm: highbank: Implement PSCI and dummy monitorPeter Crosthwaite
2015-11-10arm: highbank: Defeature CPU overridePeter Crosthwaite
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-05-12hw/arm/highbank.c: Wire FIQ between CPU <> GICpull-target-arm-20150512Peter Maydell
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller
2015-04-01hw/arm/highbank: Fix resource leak and wrong image loadingStefan Weil
2015-03-19arm: fix memory leakGonglei
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-04-04hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar propertyPeter Maydell
2014-04-04hw/arm/highbank: Don't segfault on unknown CPU namesPeter Maydell
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias
2013-12-23hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil
2013-12-17arm/highbank.c: Fix MPCore periphbase namePeter Crosthwaite
2013-12-17arm/highbank: Fix CBAR initialisationPeter Crosthwaite
2013-12-17arm/highbank: Use object_new() rather than cpu_arm_init()Peter Crosthwaite
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-20hw/arm/highbank: Don't use arm_pic_init_cpu()Peter Maydell
2013-07-29highbank: QOM cast cleanup for HighbankRegsStateAndreas Färber
2013-07-15ARM/highbank: add support for Calxeda ECX-2000 / Midwaypull-arm-devs-20130715Andre Przywara
2013-07-15ARM/highbank: prepare for adding similar machinesAndre Przywara
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-05-18remove some double-includesMichael Tokarev
2013-04-15arm: fix location of some include filesPeter Maydell
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini