Files
u-boot/arch/arm/lib
Lyrix liu 2d47fbc31d arm: gic-v3-its: Fix LPI pending table size calculation
The variable `pend_tab_total_sz` is calculated using the macro
`LPI_PENDBASE_SZ`, which depends on the global variable `lpi_id_bits`.

However, `lpi_id_bits` is initialized later in the function based on
the GICD_TYPER register. This results in `pend_tab_total_sz` being
calculated with an uninitialized `lpi_id_bits` value (0), This leads
to the LPI pending tables being mapped with an incorrect size.

Fixes: 60b9b47d29 ("Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details"")
Signed-off-by: Lyrix liu <lyrix.liu@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
2026-06-05 08:59:01 -03:00
..
2023-08-17 16:39:20 -04:00
2026-04-13 17:34:02 -06:00
2025-09-09 12:43:26 -06:00
2026-04-13 17:34:02 -06:00
2023-02-07 14:33:48 -05:00
2024-10-27 17:24:13 -06:00
2023-04-06 19:10:08 -04:00
2026-04-13 17:34:02 -06:00
2022-09-02 13:40:42 -04:00
2026-04-13 17:34:02 -06:00
2026-04-13 17:34:02 -06:00
2025-04-23 13:19:44 -06:00
2025-04-23 13:19:44 -06:00
2026-04-13 17:34:02 -06:00