| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scale | Peter Maydell | 2021-09-01 | 3 | -7/+34 |
* | hw/arm/stellaris: Split stellaris-gptm into its own file | Peter Maydell | 2021-09-01 | 6 | -320/+368 |
* | hw/arm/stellaris: Fix code style issues in GPTM code | Peter Maydell | 2021-09-01 | 1 | -5/+8 |
* | hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scale | Peter Maydell | 2021-09-01 | 1 | -28/+84 |
* | hw/arm/msf2-soc: Wire up refclk | Peter Maydell | 2021-09-01 | 2 | -0/+24 |
* | hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk property | Peter Maydell | 2021-09-01 | 3 | -13/+25 |
* | hw/arm/msf2_soc: Don't allocate separate MemoryRegions | Peter Maydell | 2021-09-01 | 2 | -10/+11 |
* | hw/arm/stellaris: Wire sysclk up to armv7m | Peter Maydell | 2021-09-01 | 1 | -1/+4 |
* | hw/arm/stellaris: split stellaris_sys_init() | Peter Maydell | 2021-09-01 | 1 | -31/+25 |
* | hw/arm/nrf51: Wire up sysclk | Peter Maydell | 2021-09-01 | 2 | -0/+22 |
* | hw/arm/stm32vldiscovery: Delete trailing blank line | Peter Maydell | 2021-09-01 | 1 | -1/+0 |
* | hw/arm/stm32f405: Wire up sysclk and refclk | Peter Maydell | 2021-09-01 | 3 | -5/+40 |
* | hw/arm/stm32f205: Wire up sysclk and refclk | Peter Maydell | 2021-09-01 | 3 | -5/+41 |
* | hw/arm/stm32f100: Wire up sysclk and refclk | Peter Maydell | 2021-09-01 | 3 | -5/+41 |
* | hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize | Peter Maydell | 2021-09-01 | 4 | -20/+22 |
* | clock: Provide builtin multiplier/divider | Peter Maydell | 2021-09-01 | 5 | -5/+119 |
* | hw/arm/mps2.c: Connect up armv7m clocks | Peter Maydell | 2021-09-01 | 1 | -0/+15 |
* | armsse: Wire up systick cpuclk clock | Peter Maydell | 2021-09-01 | 1 | -0/+3 |
* | hw/arm/armv7m: Create input clocks | Peter Maydell | 2021-09-01 | 2 | -0/+29 |
* | hw/timer/armv7m_systick: Add input clocks | Peter Maydell | 2021-09-01 | 2 | -2/+15 |
* | hw/timer/armv7m_systick: Add usual QEMU interface comment | Peter Maydell | 2021-09-01 | 1 | -0/+7 |
* | arm: Move system PPB container handling to armv7m | Peter Maydell | 2021-09-01 | 4 | -145/+107 |
* | arm: Move systick device creation from NVIC to ARMv7M object | Peter Maydell | 2021-09-01 | 4 | -77/+137 |
* | arm: Move M-profile RAS register block into its own device | Peter Maydell | 2021-09-01 | 8 | -57/+148 |
* | tests/arm-cpu-features: Add A64FX processor related tests | Shuuichirou Ishii | 2021-09-01 | 1 | -0/+13 |
* | hw/arm/virt: target-arm: Add A64FX processor support to virt machine | Shuuichirou Ishii | 2021-09-01 | 2 | -0/+2 |
* | target-arm: Add support for Fujitsu A64FX | Shuuichirou Ishii | 2021-09-01 | 1 | -0/+48 |
* | target/arm: Enable MVE in Cortex-M55 | Peter Maydell | 2021-09-01 | 1 | -5/+2 |
* | target/arm: Implement MVE VRINT insns | Peter Maydell | 2021-09-01 | 4 | -0/+93 |
* | target/arm: Implement MVE VCVT between single and half precision | Peter Maydell | 2021-09-01 | 4 | -0/+108 |
* | target/arm: Implement MVE VCVT with specified rounding mode | Peter Maydell | 2021-09-01 | 4 | -0/+105 |
* | target/arm: Implement MVE VCVT between fp and integer | Peter Maydell | 2021-09-01 | 2 | -0/+39 |
* | target/arm: Implement MVE VCVT between floating and fixed point | Peter Maydell | 2021-09-01 | 4 | -0/+82 |
* | target/arm: Implement MVE fp scalar comparisons | Peter Maydell | 2021-09-01 | 4 | -24/+131 |
* | target/arm: Implement MVE fp vector comparisons | Peter Maydell | 2021-09-01 | 4 | -6/+137 |
* | target/arm: Implement MVE FP max/min across vector | Peter Maydell | 2021-09-01 | 4 | -6/+102 |
* | softfloat: Remove assertion preventing silencing of NaN in default-NaN mode | Peter Maydell | 2021-09-01 | 1 | -1/+0 |
* | target/arm: Implement MVE fp-with-scalar VFMA, VFMAS | Peter Maydell | 2021-09-01 | 4 | -3/+56 |
* | target/arm: Implement MVE scalar fp insns | Peter Maydell | 2021-09-01 | 4 | -6/+85 |
* | target/arm: Implement MVE VMAXNMA and VMINNMA | Peter Maydell | 2021-09-01 | 4 | -0/+42 |
* | target/arm: Implement MVE VCMUL and VCMLA | Peter Maydell | 2021-09-01 | 4 | -8/+139 |
* | target/arm: Implement MVE VFMA and VFMS | Peter Maydell | 2021-09-01 | 4 | -0/+48 |
* | target/arm: Implement MVE VCADD | Peter Maydell | 2021-09-01 | 4 | -1/+57 |
* | target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNM | Peter Maydell | 2021-09-01 | 4 | -0/+42 |
* | target/arm: Implement MVE VADD (floating-point) | Peter Maydell | 2021-09-01 | 6 | -6/+76 |
* | hw: Add compat machines for 6.2 | Yanan Wang | 2021-09-01 | 9 | -6/+71 |
* | hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans | Philippe Mathieu-Daudé | 2021-09-01 | 1 | -95/+106 |
* | hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix | Philippe Mathieu-Daudé | 2021-09-01 | 1 | -6/+6 |
* | hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases | Philippe Mathieu-Daudé | 2021-09-01 | 3 | -9/+7 |
* | tests: Remove uses of deprecated raspi2/raspi3 machine names | Philippe Mathieu-Daudé | 2021-09-01 | 7 | -32/+32 |