arm-trusted-firmware/plat/st/common/include
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
..
stm32mp_auth.h stm32mp1: add authentication support for stm32image 2019-09-23 09:48:07 +00:00
stm32mp_common.h stm32mp1: dynamically map DDR later and non-cacheable during its test 2020-03-26 18:33:39 +01:00
stm32mp_dt.h plat/stm32: Use generic fdt_get_reg_props_by_name() 2020-05-05 15:36:51 +01:00
stm32mp_shres_helpers.h stm32mp1: update clock driver 2019-02-14 11:20:23 +01:00