summaryrefslogtreecommitdiff
path: root/hw/arm/mps2.c
AgeCommit message (Expand)Author
2021-09-13hw/arm/mps2.c: Mark internal-only I2C buses as 'full'Peter Maydell
2021-09-01arm: Remove system_clock_scale globalPeter Maydell
2021-09-01hw/arm/mps2.c: Connect up armv7m clocksPeter Maydell
2021-03-06hw/misc/mps2-scc: Support configurable number of OSCCLK valuesPeter Maydell
2021-01-29arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell
2021-01-29hw/arm/mps2: Create and connect SYSCLK ClockPeter Maydell
2021-01-29hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-14hw/arm/mps2: New board model mps2-an500Peter Maydell
2020-09-14hw/arm/mps2: New board model mps2-an386Peter Maydell
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-23hw/arm/mps2: Add audio I2S interface as unimplemented devicePhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add I2C devicesPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add SPI devicesPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Map the FPGA I/O blockPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devicesPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add CMSDK APB watchdog devicePhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Rename CMSDK AHB peripheral regionPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Document CMSDK/FPGA APB subsystem sectionsPhilippe Mathieu-Daudé
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster
2020-02-19arm/mps2: use memdev for RAMIgor Mammedov
2019-10-22hw/arm/mps2: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2019-05-24hw/arm/mps2: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé
2018-08-24hw/arm/mps2: Fix ID register errors on AN511 and AN385Peter Maydell
2018-08-24hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511Peter Maydell
2018-08-16hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi
2018-04-26Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-14mps2-an511: Fix wiring of UART overflow interrupt linesPeter Maydell
2017-07-24mps2: Correctly set parent bus for SCC devicePeter Maydell
2017-07-17hw/arm/mps2: Add ethernetPeter Maydell
2017-07-17hw/arm/mps2: Add SCCPeter Maydell
2017-07-17hw/arm/mps2: Add timersPeter Maydell
2017-07-17hw/arm/mps2: Add UARTsPeter Maydell
2017-07-17hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board modelsPeter Maydell