mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
424994c48f
Move sandbox_spl over to use OF_PLATDATA_INST. Create a new board to test the case when this is not enabled, since we will be keeping that code around for several months and want to avoid regressions. Skip the dm_test_of_plat_dev() test since driver info is not available for OF_PLATDATA_INST. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
35 lines
781 B
Text
35 lines
781 B
Text
SANDBOX BOARD
|
|
M: Simon Glass <sjg@chromium.org>
|
|
S: Maintained
|
|
F: board/sandbox/
|
|
F: include/configs/sandbox.h
|
|
F: configs/sandbox_defconfig
|
|
|
|
SANDBOX64 BOARD
|
|
M: Simon Glass <sjg@chromium.org>
|
|
M: Mario Six <mario.six@gdsys.cc>
|
|
S: Maintained
|
|
F: board/sandbox/
|
|
F: include/configs/sandbox.h
|
|
F: configs/sandbox64_defconfig
|
|
|
|
SANDBOX SPL BOARD
|
|
M: Simon Glass <sjg@chromium.org>
|
|
S: Maintained
|
|
F: board/sandbox/
|
|
F: include/configs/sandbox_spl.h
|
|
F: configs/sandbox_spl_defconfig
|
|
|
|
SANDBOX NOINST BOARD
|
|
M: Simon Glass <sjg@chromium.org>
|
|
S: Maintained
|
|
F: board/sandbox/
|
|
F: include/configs/sandbox_spl.h
|
|
F: configs/sandbox_noinst_defconfig
|
|
|
|
SANDBOX FLAT TREE BOARD
|
|
M: Simon Glass <sjg@chromium.org>
|
|
S: Maintained
|
|
F: board/sandbox/
|
|
F: include/configs/sandbox.h
|
|
F: configs/sandbox_flattree_defconfig
|