On 6/1/24 19:15, Samuel Tardieu wrote:
A SoC will not have a direct access to the NVIC embedded in its ARM core. By aliasing the "num-prio-bits" property similarly to what is done for the "num-irq" one, a SoC can easily configure it on its armv7m instance.Signed-off-by: Samuel Tardieu <[email protected]> Reviewed-by: Peter Maydell <[email protected]> --- hw/arm/armv7m.c | 2 ++ include/hw/arm/armv7m.h | 1 + 2 files changed, 3 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
