Age | Commit message (Expand) | Author | Files | Lines |
2023-11-10 | hw/arm/mps2-tz: Use qdev_prop_set_array() | Kevin Wolf | 1 | -3/+7 |
2023-08-31 | hw/arm: Set number of MPU regions correctly for an505, an521, an524 | Peter Maydell | 1 | -0/+29 |
2023-07-25 | arm: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-02-27 | hw: Replace qemu_or_irq typedef by OrIRQState | Philippe Mathieu-Daudé | 1 | -1/+1 |
2022-10-27 | reset: allow registering handlers that aren't called by snapshot loading | Jason A. Donenfeld | 1 | -2/+2 |
2022-09-14 | target/arm: Make boards pass base address to armv7m_load_kernel() | Peter Maydell | 1 | -1/+1 |
2022-03-02 | hw/arm/mps2-tz.c: Update AN547 documentation URL | Peter Maydell | 1 | -1/+1 |
2022-03-02 | mps3-an547: Add missing user ahb interfaces | Jimmy Brisson | 1 | -0/+4 |
2021-09-13 | hw/arm/mps2-tz.c: Mark internal-only I2C buses as 'full' | Peter Maydell | 1 | -14/+43 |
2021-09-13 | hw/arm/mps2-tz.c: Add extra data parameter to MakeDevFn | Peter Maydell | 1 | -13/+22 |
2021-05-25 | hw/arm: Model TCMs in the SSE-300, not the AN547 | Peter Maydell | 1 | -12/+0 |
2021-05-25 | hw/arm/mps2-tz: Allow board to specify a boot RAM size | Peter Maydell | 1 | -0/+13 |
2021-05-25 | hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specific | Peter Maydell | 1 | -0/+6 |
2021-05-25 | hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524 | Peter Maydell | 1 | -7/+1 |
2021-05-10 | hw/arm/mps2-tz: Implement AN524 memory remapping via machine property | Peter Maydell | 1 | -1/+107 |
2021-04-12 | hw/arm/mps2-tz: Assert if more than one RAM is attached to an MPC | Peter Maydell | 1 | -2/+6 |
2021-04-12 | hw/arm/mps2-tz: Fix MPC setting for AN524 SRAM block | Peter Maydell | 1 | -1/+1 |
2021-03-08 | hw/arm/mps2-tz: Add new mps3-an547 board | Peter Maydell | 1 | -2/+144 |
2021-03-08 | hw/arm/mps2-tz: Make initsvtor0 setting board-specific | Peter Maydell | 1 | -0/+5 |
2021-03-08 | hw/arm/mps2-tz: Support running APB peripherals on different clock | Peter Maydell | 1 | -1/+5 |
2021-03-08 | hw/misc/mps2-fpgaio: Support AN547 DBGCTRL register | Peter Maydell | 1 | -0/+5 |
2021-03-08 | hw/arm/mps2-tz: Make UART overflow IRQ board-specific | Peter Maydell | 1 | -1/+5 |
2021-03-08 | hw/arm/mps2: Update old infocenter.arm.com URLs | Peter Maydell | 1 | -6/+5 |
2021-03-08 | hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524 | Peter Maydell | 1 | -2/+20 |
2021-03-08 | hw/arm/mps2-tz: Stub out USB controller for mps3-an524 | Peter Maydell | 1 | -1/+47 |
2021-03-06 | hw/arm/mps2-tz: Add new mps3-an524 board | Peter Maydell | 1 | -4/+145 |
2021-03-06 | hw/arm/mps2-tz: Get armv7m_load_kernel() size argument from RAMInfo | Peter Maydell | 1 | -1/+16 |
2021-03-06 | hw/arm/mps2-tz: Support ROMs as well as RAMs | Peter Maydell | 1 | -0/+6 |
2021-03-06 | hw/arm/mps2-tz: Set MachineClass default_ram info from RAMInfo data | Peter Maydell | 1 | -2/+22 |
2021-03-06 | hw/arm/mps2-tz: Make RAM arrangement board-specific | Peter Maydell | 1 | -37/+138 |
2021-03-06 | hw/arm/mps2-tz: Allow boards to have different PPCInfo data | Peter Maydell | 1 | -2/+14 |
2021-03-06 | hw/arm/mps2-tz: Size the uart-irq-orgate based on the number of UARTs | Peter Maydell | 1 | -3/+8 |
2021-03-06 | hw/arm/mps2-tz: Move device IRQ info to data structures | Peter Maydell | 1 | -27/+25 |
2021-03-06 | hw/arm/mps2-tz: Allow PPCPortInfo structures to specify device interrupts | Peter Maydell | 1 | -12/+24 |
2021-03-06 | hw/arm/mps2-tz: Correct wrong interrupt numbers for DMA and SPI | Peter Maydell | 1 | -7/+17 |
2021-03-06 | hw/arm/mps2-tz: Make number of IRQs board-specific | Peter Maydell | 1 | -5/+10 |
2021-03-06 | hw/arm/mps2-tz: Condition IRQ splitting on number of CPUs, not board type | Peter Maydell | 1 | -10/+9 |
2021-03-06 | hw/arm/mps2-tz: Make FPGAIO switch and LED config per-board | Peter Maydell | 1 | -0/+9 |
2021-03-06 | hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board | Peter Maydell | 1 | -5/+18 |
2021-03-06 | hw/arm/mps2-tz: Correct the OSCCLK settings for mps2-an505 and mps2-an511 | Peter Maydell | 1 | -2/+2 |
2021-03-06 | hw/misc/mps2-scc: Support configurable number of OSCCLK values | Peter Maydell | 1 | -0/+5 |
2021-03-06 | hw/arm/mps2-tz: Make SYSCLK frequency board-specific | Peter Maydell | 1 | -4/+6 |
2021-01-29 | arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSE | Peter Maydell | 1 | -1/+0 |
2021-01-29 | hw/arm/mps2-tz: Create and connect ARMSSE Clocks | Peter Maydell | 1 | -0/+13 |
2021-01-29 | hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ" | Peter Maydell | 1 | -1/+1 |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 1 | -4/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -6/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -4/+7 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -16/+15 |
2020-06-23 | hw/arm/mps2-tz: Use the ARM SBCon two-wire serial bus interface | Philippe Mathieu-Daudé | 1 | -5/+18 |