arm-trusted-firmware/plat/rockchip
Thomas Hebb e7b586987c rockchip: don't crash if we get an FDT we can't parse
When we parse the param from BL2, we try to parse it as a FDT and then,
if that fails, as aux params. However, we don't sufficiently distinguish
between failure modes in the first step: specifically, if we are given
an FDT with good magic that we can't parse for some other reason (e.g.
not enough space in our buffer), we still attempt to parse it as aux
params even though that's guaranteed to fatal. Instead, we should either
fail with a more descriptive message or continue to boot without parsing
the FDT.

This patch takes the latter approach, since all we currently get from
the FDT is non-critical UART params.

Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Change-Id: I1e98f1fcda4f78e6b45e86956288bafe58b113e4
2020-07-04 15:37:25 -07:00
..
common rockchip: don't crash if we get an FDT we can't parse 2020-07-04 15:37:25 -07:00
px30 rockchip: Unify Platform specific defines for PSCI module 2020-01-24 13:14:44 +00:00
rk3288 rockchip: Unify Platform specific defines for PSCI module 2020-01-24 13:14:44 +00:00
rk3328 rockchip: Unify Platform specific defines for PSCI module 2020-01-24 13:14:44 +00:00
rk3368 rockchip: rk3368: fix PLAT_RK_CLST_TO_CPUID_SHIFT 2020-06-09 22:01:43 +02:00
rk3399 TF-A GICv3 driver: Introduce makefile 2020-03-30 10:54:01 +00:00