aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-09-01hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell5-320/+320
2021-09-01hw/arm/stellaris: Fix code style issues in GPTM codePeter Maydell1-5/+8
2021-09-01hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scalePeter Maydell1-28/+84
2021-09-01hw/arm/msf2-soc: Wire up refclkPeter Maydell1-0/+23
2021-09-01hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk propertyPeter Maydell2-12/+23
2021-09-01hw/arm/msf2_soc: Don't allocate separate MemoryRegionsPeter Maydell1-10/+7
2021-09-01hw/arm/stellaris: Wire sysclk up to armv7mPeter Maydell1-1/+4
2021-09-01hw/arm/stellaris: split stellaris_sys_init()Peter Maydell1-31/+25
2021-09-01hw/arm/nrf51: Wire up sysclkPeter Maydell1-0/+20
2021-09-01hw/arm/stm32vldiscovery: Delete trailing blank linePeter Maydell1-1/+0
2021-09-01hw/arm/stm32f405: Wire up sysclk and refclkPeter Maydell2-5/+37
2021-09-01hw/arm/stm32f205: Wire up sysclk and refclkPeter Maydell2-5/+37
2021-09-01hw/arm/stm32f100: Wire up sysclk and refclkPeter Maydell2-5/+37
2021-09-01hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realizePeter Maydell2-20/+14
2021-09-01clock: Provide builtin multiplier/dividerPeter Maydell3-5/+67
2021-09-01hw/arm/mps2.c: Connect up armv7m clocksPeter Maydell1-0/+15
2021-09-01armsse: Wire up systick cpuclk clockPeter Maydell1-0/+3
2021-09-01hw/arm/armv7m: Create input clocksPeter Maydell1-0/+23
2021-09-01hw/timer/armv7m_systick: Add input clocksPeter Maydell1-2/+8
2021-09-01arm: Move system PPB container handling to armv7mPeter Maydell2-142/+103
2021-09-01arm: Move systick device creation from NVIC to ARMv7M objectPeter Maydell2-73/+125
2021-09-01arm: Move M-profile RAS register block into its own devicePeter Maydell4-56/+107
2021-09-01hw/arm/virt: target-arm: Add A64FX processor support to virt machineShuuichirou Ishii1-0/+1
2021-09-01hw: Add compat machines for 6.2Yanan Wang7-6/+65
2021-09-01hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleansPhilippe Mathieu-Daudé1-95/+106
2021-09-01hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffixPhilippe Mathieu-Daudé1-6/+6
2021-09-01hw/arm/raspi: Remove deprecated raspi2/raspi3 aliasesPhilippe Mathieu-Daudé1-2/+0
2021-09-01hw/core/register: Add more 64-bit utilitiesJoe Komlodi1-0/+12
2021-09-01hw/intc/sifive_clint: Fix muldiv64 overflow in sifive_clint_write_timecmp()David Hoppenbrouwers1-2/+23
2021-09-01hw/riscv/virt.c: Assemble plic_hart_config string with g_strjoinv()Peter Maydell1-13/+20
2021-09-01hw/riscv: virt: Move flash node to rootBin Meng1-1/+1
2021-09-01hw/char: Add config for shakti uartVijai Kumar K3-5/+5
2021-08-27Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in...Peter Maydell7-44/+60
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell9-43/+35
2021-08-27ppc/xive: Export xive_presenter_notify()Cédric Le Goater1-4/+4
2021-08-27ppc/xive: Export PQ get/set routinesCédric Le Goater2-7/+7
2021-08-27ppc/pnv: add a chip topology index for POWER10Cédric Le Goater1-0/+2
2021-08-27ppc/pnv: Distribute RAM among the chipsCédric Le Goater1-8/+25
2021-08-27ppc/pnv: Use a simple incrementing index for the chip-idCédric Le Goater1-5/+6
2021-08-27ppc/pnv: Change the POWER10 machine to support DD2 onlyCédric Le Goater2-2/+2
2021-08-27spapr_pci: Fix leak in spapr_phb_vfio_get_loc_code() with g_autofreeDavid Gibson1-13/+9
2021-08-27xive: Remove extra '0x' prefix in trace eventsCédric Le Goater1-5/+5
2021-08-26hw/arm/xlnx-zynqmp: Add unimplemented APU mmioTong Ho1-0/+32
2021-08-26hw/arm/xlnx-versal: Add unimplemented APU mmioTong Ho1-0/+2
2021-08-26hw/arm/virt: Delete EL3 error checksnow provided in CPU realizePeter Maydell1-5/+0
2021-08-26raspi: Use error_fatal for SoC realize errors, not error_abortPeter Maydell1-1/+1
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell1-10/+25
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell10-10/+0
2021-08-26hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitlyAni Sinha1-2/+0
2021-08-26hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé3-12/+22