sandbox: Add an option to display of-platdata in SPL
authorSimon Glass <sjg@chromium.org>
Fri, 16 Nov 2018 01:44:01 +0000 (18:44 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 26 Nov 2018 13:25:35 +0000 (08:25 -0500)
commit1ca910be5df2e2ba80f7ac496570a88e34593cf8
treec317f4a964c8b23ce05a1105a2469143590679ba
parent20d4440189b924eaf9d77e9f2470cd39abe34a4a
sandbox: Add an option to display of-platdata in SPL

At present we don't have a test that of-platdata can be accessed in SPL.
Add this in as a command-line option to SPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/spl.c
arch/sandbox/cpu/start.c
arch/sandbox/cpu/u-boot-spl.lds
arch/sandbox/include/asm/state.h
test/py/tests/test_ofplatdata.py