commit | 61efece35d5e8111404fcbe2caef302d3ead3cf7 | [log] [tgz] |
---|---|---|
author | Mario Six <six@gdsys.cc> | Mon Feb 12 08:05:57 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Feb 18 15:53:48 2018 -0700 |
tree | c672045c9190eba8774a37aa2e14b0e6102bb12e | |
parent | 9e7ab23d18a3b463ebfc69930a2712cb3812da09 [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>