]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/socs: configure priority bits for existing SOCs
authorSamuel Tardieu <sam@rfc1149.net>
Sat, 6 Jan 2024 18:15:03 +0000 (19:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:42:40 +0000 (14:42 +0000)
commit4a04655c6bdeb1043a4b7477f54f76a3d6a3ec59
tree04addc31b4a80f56c27f1da81107d4917f0e5fec
parent33995902b462cf1c4ba1177ee758713dd8d4ec0d
hw/arm/socs: configure priority bits for existing SOCs

Update the number of priority bits for a number of existing
SoCs according to their technical documentation:

- STM32F100/F205/F405/L4x5: 4 bits
- Stellaris (Sandstorm/Fury): 3 bits

Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240106181503.1746200-4-sam@rfc1149.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/stellaris.c
hw/arm/stm32f100_soc.c
hw/arm/stm32f205_soc.c
hw/arm/stm32f405_soc.c
hw/arm/stm32l4x5_soc.c