summary refs log tree commit diff stats
path: root/include/hw/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/arm/fsl-imx7: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2023-10-271-1/+0
* hw/arm/fsl-imx6ul: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2023-10-271-1/+0
* hw/arm/fsl-imx6: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2023-10-271-1/+0
* hw/arm/fsl-imx31: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2023-10-271-1/+0
* hw/arm/fsl-imx25: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2023-10-271-1/+0
* hw/arm/allwinner-r40: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2023-10-271-1/+0
* hw/arm/allwinner-h3: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2023-10-271-1/+0
* hw/arm/allwinner-a10: Remove 'hw/arm/boot.h' from headerPhilippe Mathieu-Daudé2023-10-271-1/+0
* hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCStatePhilippe Mathieu-Daudé2023-10-251-2/+3
* hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCStatePhilippe Mathieu-Daudé2023-10-251-1/+3
* hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCStatePhilippe Mathieu-Daudé2023-10-251-3/+2
* hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOCPhilippe Mathieu-Daudé2023-10-251-0/+7
* hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOCPhilippe Mathieu-Daudé2023-10-251-0/+7
* hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOCPhilippe Mathieu-Daudé2023-10-251-0/+7
* include/hw/arm: move BSA definitions to bsa.hLeif Lindholm2023-10-192-11/+36
* {include/}hw/arm: refactor virt PPI logicLeif Lindholm2023-10-191-7/+7
* hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'Philippe Mathieu-Daudé2023-10-191-1/+1
* hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folderThomas Huth2023-10-191-0/+163
* hw/arm/versal: Connect the CFRAME_REG and CFRAME_BCAST_REGFrancisco Iglesias2023-09-081-0/+69
* hw/arm/xlnx-versal: Connect the CFU_APB, CFU_FDRO and CFU_SFRFrancisco Iglesias2023-09-081-0/+16
* hw/arm: Set number of MPU regions correctly for an505, an521, an524Peter Maydell2023-08-311-0/+5
* hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions propertiesPeter Maydell2023-08-311-0/+8
* Add i.MX7 SRC device implementationJean-Christophe Dubois2023-08-311-1/+2
* Add i.MX7 missing TZ devices and memory regionsJean-Christophe Dubois2023-08-311-0/+7
* Refactor i.MX7 processor codeJean-Christophe Dubois2023-08-311-84/+242
* Add i.MX6UL missing devices.Jean-Christophe Dubois2023-08-311-1/+1
* Refactor i.MX6UL processor codeJean-Christophe Dubois2023-08-311-11/+123
* Remove i.MX7 IOMUX GPR device from i.MX6ULJean-Christophe Dubois2023-08-311-2/+0
* arm: spelling fixesMichael Tokarev2023-07-251-1/+1
* hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware propertySergey Kambalin2023-06-191-0/+5
* hw/misc/bcm2835_property: Replace magic frequency values by definitionsSergey Kambalin2023-06-191-0/+5
* hw/arm: introduce xenpvh machineVikram Garhwal2023-06-151-0/+9
* hw: arm: allwinner-sramc: Add SRAM Controller support for R40qianfan Zhao2023-06-061-0/+3
* hw: arm: allwinner-r40: Add emac and gmac supportqianfan Zhao2023-06-061-0/+6
* hw/arm/allwinner-r40: add SDRAM controller deviceqianfan Zhao2023-06-061-1/+12
* hw: arm: allwinner-r40: Add i2c0 deviceqianfan Zhao2023-06-061-0/+3
* hw: allwinner-r40: Complete uart devicesqianfan Zhao2023-06-061-0/+8
* hw/arm/allwinner-r40: add Clock Control Unitqianfan Zhao2023-06-061-0/+2
* hw: arm: Add bananapi M2-Ultra and allwinner-r40 supportqianfan Zhao2023-06-061-0/+110
* xlnx-versal: Connect Xilinx VERSAL CANFD controllersVikram Garhwal2023-06-061-0/+12
* hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow2023-06-051-1/+0
* hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2Mostafa Saleh2023-05-301-0/+1
* hw/arm/smmuv3: Add CMDs related to stage-2Mostafa Saleh2023-05-301-0/+1
* hw/arm/smmuv3: Add VMID to TLB taggingMostafa Saleh2023-05-301-2/+3
* hw/arm/smmuv3: Parse STE config for stage-2Mostafa Saleh2023-05-302-0/+4
* hw/arm/smmuv3: Refactor stage-1 PTWMostafa Saleh2023-05-301-3/+13
* hw/arm/smmuv3: Update translation config to hold stage-2Mostafa Saleh2023-05-301-3/+19
* fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov2023-05-301-0/+2
* hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater2023-05-021-0/+49
* fsl-imx7: Add fec[12]-phy-connected propertiesGuenter Roeck2023-04-201-0/+1