aboutsummaryrefslogtreecommitdiff
path: root/board/sandbox/MAINTAINERS
diff options
context:
space:
mode:
authorMario Six2018-02-12 08:05:57 +0100
committerSimon Glass2018-02-18 15:53:48 -0700
commitc6b89f31806df06a5d7b688a65f9d2e6e6119a55 (patch)
treec672045c9190eba8774a37aa2e14b0e6102bb12e /board/sandbox/MAINTAINERS
parent995b60b5937133639500d89a01da0d88af3cff15 (diff)
sandbox: Add 64-bit sandbox
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>
Diffstat (limited to 'board/sandbox/MAINTAINERS')
-rw-r--r--board/sandbox/MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/sandbox/MAINTAINERS b/board/sandbox/MAINTAINERS
index 6d0790ccd1d..df29abe7aa7 100644
--- a/board/sandbox/MAINTAINERS
+++ b/board/sandbox/MAINTAINERS
@@ -5,6 +5,14 @@ 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