summaryrefslogtreecommitdiff
path: root/hw/arm/mps2.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell1-4/+2
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-10/+7
2017-09-14mps2-an511: Fix wiring of UART overflow interrupt linesPeter Maydell1-2/+2
2017-07-24mps2: Correctly set parent bus for SCC devicePeter Maydell1-1/+1
2017-07-17hw/arm/mps2: Add ethernetPeter Maydell1-1/+9
2017-07-17hw/arm/mps2: Add SCCPeter Maydell1-1/+16
2017-07-17hw/arm/mps2: Add timersPeter Maydell1-0/+4
2017-07-17hw/arm/mps2: Add UARTsPeter Maydell1-0/+88
2017-07-17hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board modelsPeter Maydell1-0/+270