History log of /rk3399_ARM-atf/plat/nvidia/tegra/common/tegra_io_storage.c (Results 1 – 2 of 2)
Revision Date Author Comments
# e70ce64c 05-Mar-2019 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1853 from vwadekar/dummy_io_storage

Tegra: dummy support for the io_storage backend


# 8d56e24b 01-Mar-2019 Varun Wadekar <vwadekar@nvidia.com>

Tegra: dummy support for the io_storage backend

This patch provides dummy macros and platform files to compile
the io_storage driver backend. This patch is necessary to
remove the "--unresolved=el3_

Tegra: dummy support for the io_storage backend

This patch provides dummy macros and platform files to compile
the io_storage driver backend. This patch is necessary to
remove the "--unresolved=el3_panic" linker flag from Tegra's
makefiles and allow us to revert this workaround, previously
suggested by the ARM toolchain team.

The "--unresolved=el3_panic" flag actually was a big hammer that
allowed Tegra platforms to work with armlink previously but it
masks legit errors with the code as well.

Change-Id: I0421d35657823215229f84231896b84167f90548
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>

show more ...