summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/boot: Report error if there is no fw_cfg device in the machinePeter Maydell2021-08-022-7/+9
* hw/arm/nseries: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé2021-07-271-1/+1
* hw/arm/smmuv3: Check 31st bit to see if CD is validJoe Komlodi2021-07-271-1/+1
* hw/arm/Kconfig: Add missing SDHCI symbol to FSL_IMX25Philippe Mathieu-Daudé2021-07-201-0/+1
* hw/arm/Kconfig: Remove unused DS1338 symbol from i.MX25 PDK BoardPhilippe Mathieu-Daudé2021-07-201-1/+0Star
* hw/arm/Kconfig: Add missing dependency NPCM7XX -> SMBUSPhilippe Mathieu-Daudé2021-07-201-0/+1
* hw/arm/virt-acpi-build: Add IORT support to bypass SMMUv3Xingang Wang2021-07-161-11/+103
* hw/arm/virt: Add default_bus_bypass_iommu machine optionXingang Wang2021-07-161-0/+26
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-111-0/+4
|\
| * hw/arm: move CONFIG_V7M out of default-devicesAlex Bennée2021-07-091-0/+3
| * hw/arm: add dependency on OR_IRQ for XLNX_VERSALAlex Bennée2021-07-091-0/+1
* | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell2021-07-116-8/+12
|\ \
| * | hw/misc: add MAX34451 deviceTitus Rwantare2021-07-081-0/+1
| * | hw/misc: add ADM1272 deviceTitus Rwantare2021-07-081-0/+1
| * | hw/i2c: add support for PMBusTitus Rwantare2021-07-081-0/+1
| * | hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé2021-07-082-3/+3
| * | hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé2021-07-081-1/+1
| * | hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2021-07-081-0/+1
| * | sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard2021-06-172-2/+2
| * | adc: Move the max111x driver to the adc directoryCorey Minyard2021-06-171-1/+1
| * | adc: Move the zynq-xadc file to the adc directoriesCorey Minyard2021-06-171-1/+1
* | | hw/arm/stellaris: Expand comment about handling of OLED chipselectPeter Maydell2021-07-091-1/+55
* | | hw/arm/virt: Make PL061 GPIO lines pulled low, not highPeter Maydell2021-07-091-0/+3
* | | stm32vldiscovery: Add the STM32VLDISCOVERY MachineAlexandre Iooss2021-07-093-0/+71
* | | stm32f100: Add the stm32f100 SoCAlexandre Iooss2021-07-093-0/+189
| |/ |/|
* | hw/arm: Add basic power management to raspi.Nolan Leake2021-07-021-1/+12
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell2021-06-164-4/+118
|\
| * hw/arm: quanta-q71l add pca954x muxesPatrick Venture2021-06-162-3/+9
| * hw/arm: gsj add pca9548Patrick Venture2021-06-162-4/+3Star
| * hw/arm: gsj add i2c commentsPatrick Venture2021-06-161-1/+15
| * hw/arm: quanta-gbs-bmc add i2c commentsPatrick Venture2021-06-151-0/+60
| * hw/arm: add quanta-gbs-bmc machinePatrick Venture2021-06-151-0/+33
| * hw: virt: consider hw_compat_6_0Heinrich Schuchardt2021-06-151-0/+2
* | arm: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger2021-06-153-0/+12
|/
* arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell2021-06-035-8/+8
* target/arm: Allow board models to specify initial NS VTORPeter Maydell2021-06-031-0/+7
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé2021-05-261-0/+1
* hw/arm: Model TCMs in the SSE-300, not the AN547Peter Maydell2021-05-252-12/+19
* hw/arm/mps2-tz: Allow board to specify a boot RAM sizePeter Maydell2021-05-251-0/+13
* hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARDPeter Maydell2021-05-251-4/+4
* hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMsPeter Maydell2021-05-251-2/+6
* hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specificPeter Maydell2021-05-251-0/+6
* hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524Peter Maydell2021-05-251-7/+1Star
* hw/arm/smmuv3: Another range invalidation fixEric Auger2021-05-251-24/+26
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-161-2/+5
|\
| * hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat2021-05-141-2/+5
* | hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9Guenter Roeck2021-05-101-1/+1
* | hw/arm/mps2-tz: Implement AN524 memory remapping via machine propertyPeter Maydell2021-05-101-1/+107
* | hw/arm/imx25_pdk: Fix error message for invalid RAM sizePhilippe Mathieu-Daudé2021-05-101-3/+2Star