arm-trusted-firmware/plat/rockchip/common
Heiko Stuebner 7029e80683 rockchip: add an fdt parsing stub for platform param
The Rockchip ATF platform can be entered from both Coreboot and U-Boot.
While Coreboot does submit the list of linked parameter structs as
platform param, upstream u-boot actually always provides a pointer
to a devicetree as parameter.
This results in current ATF not running at all when started from U-Boot.

To fix this, add a stub that checks if the parameter is a fdt so we
can at least boot and not get stuck. Later on we can extend this with
actual parsing of information from the devicetree.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2019-03-14 22:45:15 +01:00
..
aarch64 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
drivers Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
include Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
pmusram rockchip: Migrate to new interfaces 2018-09-28 15:34:17 +01:00
bl31_plat_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
params_setup.c rockchip: add an fdt parsing stub for platform param 2019-03-14 22:45:15 +01:00
plat_pm.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rockchip_gicv2.c rockchip: Fix GICv2 interrupts 2019-01-28 14:35:50 +00:00
rockchip_gicv3.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
rockchip_sip_svc.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00