arm-trusted-firmware/drivers/st/ddr
Yann Gautier b4e1e8fbf0 fix(st-ddr): express memory size with size_t type
Express memory size with size_t type in structures.
Retrieve value as uint32_t from device tree and then cast it to size_t.
Combined with uintptr_t use, it ensures a generic algorithm whatever
the platform architecture, notably within systematic tests. Adapt also
their prototypes.

Move memory size print outside stm32mp_ddr_check_size() to adapt it to
related platform.

Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
Change-Id: Ic6e1a62d7a5e23cef49909a658098c800e7dae3f
2023-09-18 09:58:00 +02:00
..
stm32mp1_ddr.c fix(tree): correct some typos 2023-05-09 15:57:12 +01:00
stm32mp1_ddr_helpers.c feat(stm32mp1): allow configuration of DDR AXI ports number 2022-01-05 11:09:59 +01:00
stm32mp1_ram.c fix(st-ddr): express memory size with size_t type 2023-09-18 09:58:00 +02:00
stm32mp_ddr.c fix(st-ddr): add missing debug.h 2022-01-19 15:13:18 +01:00
stm32mp_ddr_test.c fix(st-ddr): express memory size with size_t type 2023-09-18 09:58:00 +02:00
stm32mp_ram.c fix(st-ddr): express memory size with size_t type 2023-09-18 09:58:00 +02:00