arm-trusted-firmware/common
Andre Przywara 7ad6d36201 plat/stm32: Use generic fdt_get_reg_props_by_name()
The STM32 platform port parse DT nodes to find base address to
peripherals. It does this by using its own implementation, even though
this functionality is generic and actually widely useful outside of the
STM32 code.

Re-implement fdt_get_reg_props_by_name() on top of the newly introduced
fdt_get_reg_props_by_index() function, and move it to fdt_wrapper.c.
This is removes the assumption that #address-cells and #size-cells are
always one.

Change-Id: I6d584930262c732b6e0356d98aea50b2654f789d
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2020-05-05 15:36:51 +01:00
..
aarch32 ARMv7 may not support Virtualization Extensions 2017-11-08 14:38:33 +01:00
aarch64 Fix crash dump for lower EL 2020-03-06 14:17:35 +00:00
backtrace Fix crash dump for lower EL 2020-03-06 14:17:35 +00:00
bl_common.c fconf: Add TBBR disable_authentication property 2020-02-07 13:51:32 +00:00
desc_image_load.c Add support to pass the nt_fw_config DTB to OP-TEE. 2020-04-01 13:50:59 +01:00
fdt_fixup.c FDT helper functions: Fix MISRA issues 2020-01-22 07:52:18 +00:00
fdt_wrappers.c plat/stm32: Use generic fdt_get_reg_props_by_name() 2020-05-05 15:36:51 +01:00
image_decompress.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
runtime_svc.c Remove support for the SMC Calling Convention 2.0 2019-01-30 16:01:49 +00:00
tf_log.c Remove references to old project name from common files 2019-07-10 11:13:00 +01:00