]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/sandbox/cpu/cpu.c
sandbox: Add 64-bit sandbox
authorMario Six <six@gdsys.cc>
Mon, 12 Feb 2018 07:05:57 +0000 (08:05 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 18 Feb 2018 22:53:48 +0000 (15:53 -0700)
commitc6b89f31806df06a5d7b688a65f9d2e6e6119a55
treec672045c9190eba8774a37aa2e14b0e6102bb12e
parent995b60b5937133639500d89a01da0d88af3cff15
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>
12 files changed:
arch/sandbox/Kconfig
arch/sandbox/cpu/cpu.c
arch/sandbox/dts/Makefile
arch/sandbox/dts/sandbox64.dts [new file with mode: 0644]
arch/sandbox/include/asm/io.h
arch/sandbox/include/asm/types.h
board/sandbox/MAINTAINERS
board/sandbox/README.sandbox
cmd/demo.c
configs/sandbox64_defconfig [new file with mode: 0644]
drivers/demo/demo-simple.c
include/fdtdec.h