Home
last modified time | relevance | path

Searched hist:"270367 fbf7e2d3cb004257a7d1123fc89d58eba6" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/marvell/armada/a3k/common/include/
H A Dplatform_def.h270367fbf7e2d3cb004257a7d1123fc89d58eba6 Tue Aug 27 13:21:10 UTC 2019 Konstantin Porotchkin <kostap@marvell.com> plat: marvell: armada: a3k: allow image load to RAM address 0

Marvell uses RAM address 0x0 for loading BL33 stage images.
When ATF is built with DEBUG=1, its IO subsystem fails on
assert checking the destination RAM address != 0.
This patch adds PLAT_ALLOW_ZERO_ADDR_COPY to A3K platform
allowing to bypass the above check in debug mode.

Change-Id: I687e35cb2e9dc3166bdaa81b3904c20b784c5c6a
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>