mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
c6b89f3180
To debug device tree issues involving 32- and 64-bit platforms, it is useful to have a generic 64-bit platform available. Add a version of the sandbox that uses 64-bit integers for its physical addresses as well as a modified device tree. Signed-off-by: Mario Six <mario.six@gdsys.cc> Added CONFIG_SYS_TEXT_BASE to configs/sandbox64_defconfig Signed-off-by: Simon Glass <sjg@chromium.org>
35 lines
775 B
Text
35 lines
775 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_NOBLK BOARD
|
|
M: Simon Glass <sjg@chromium.org>
|
|
S: Maintained
|
|
F: board/sandbox/
|
|
F: include/configs/sandbox.h
|
|
F: configs/sandbox_noblk_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 FLAT TREE BOARD
|
|
M: Simon Glass <sjg@chromium.org>
|
|
S: Maintained
|
|
F: board/sandbox/
|
|
F: include/configs/sandbox.h
|
|
F: configs/sandbox_flattree_defconfig
|