]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
authorInès Varhol <ines.varhol@telecom-paris.fr>
Wed, 24 Apr 2024 20:06:52 +0000 (22:06 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Apr 2024 15:05:08 +0000 (16:05 +0100)
commit5b5b014b32458d68b69fe08e31e4d7b2c570836a
tree69b18ff04160090f205172d70bad528c21132dbb
parentc771f883f2e6db3acd7cbed0fde273bfc6cc580e
hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC

Exposing SYSCFG inputs to the SoC is practical in order to wire the SoC
to the optional DM163 display from the board code (GPIOs outputs need
to be connected to both SYSCFG inputs and DM163 inputs).

STM32L4x5 SYSCFG in-irq interception needed to be changed accordingly.

Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr>
Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240424200929.240921-3-ines.varhol@telecom-paris.fr
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/stm32l4x5_soc.c
tests/qtest/stm32l4x5_gpio-test.c
tests/qtest/stm32l4x5_syscfg-test.c