arm-trusted-firmware/plat/st/stm32mp1
Andre Przywara 52a616b48c plat/stm32: Use generic fdt_read_uint32_array() implementation
The device tree parsing code for the STM32 platform is using its own FDT
helper functions, some of them being rather generic.
In particular the existing fdt_read_uint32_array() implementation is now
almost identical to the new generic code in fdt_wrappers.c, so we can
remove the ST specific version and adjust the existing callers.

Compared to the original ST implementation the new version takes a
pointer to the DTB as the first argument, and also swaps the order of
the number of cells and the pointer.

Change-Id: Id06b0f1ba4db1ad1f733be40e82c34f46638551a
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2020-04-28 15:56:31 +01:00
..
include stm32mp1: add a function to get non-secure DDR size 2020-03-26 18:30:31 +01:00
services stm322mp1: add BSEC service 2019-01-18 15:45:08 +01:00
sp_min stm32: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
bl2_plat_setup.c stm32mp1: use stm32mp_get_ddr_ns_size() function 2020-03-26 18:34:01 +01:00
plat_bl2_mem_params_desc.c stm32mp1: add OP-TEE support 2019-04-23 13:34:12 +02:00
plat_image_load.c stm32mp1: dynamically map DDR later and non-cacheable during its test 2020-03-26 18:33:39 +01:00
platform.mk plat/stm32: Use generic fdt_read_uint32_array() implementation 2020-04-28 15:56:31 +01:00
stm32mp1.S stm32mp1: Link BL2, BL32 and DTB in one binary 2018-07-24 17:18:41 +02:00
stm32mp1.ld.S stm32mp1: add OP-TEE support 2019-04-23 13:34:12 +02:00
stm32mp1_boot_device.c Enable -Wredundant-decls warning check 2020-01-28 11:09:02 -06:00
stm32mp1_context.c stm32mp1: update clock driver 2019-02-14 11:20:23 +01:00
stm32mp1_dbgmcu.c stm32mp1: print information about SoC 2019-09-02 17:49:30 +02:00
stm32mp1_def.h stm32mp1: add a function to get non-secure DDR size 2020-03-26 18:30:31 +01:00
stm32mp1_gic.c stm32mp1: split code between common and private parts 2019-02-14 11:20:23 +01:00
stm32mp1_helper.S stm32mp1: remove some dependencies on clocks and reset in drivers 2019-02-14 11:20:23 +01:00
stm32mp1_pm.c stm32mp1: update clock driver 2019-02-14 11:20:23 +01:00
stm32mp1_private.c stm32mp1: add a function to get non-secure DDR size 2020-03-26 18:30:31 +01:00
stm32mp1_security.c stm32mp1: use stm32mp_get_ddr_ns_size() function 2020-03-26 18:34:01 +01:00
stm32mp1_stack_protector.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32mp1_syscfg.c stm32mp1: add general SYSCFG management 2019-06-17 14:03:51 +02:00
stm32mp1_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00