mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Merge git://git.denx.de/u-boot-dm
This commit is contained in:
@ -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
|
||||
|
@ -24,8 +24,11 @@ single board in board/sandbox.
|
||||
CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian
|
||||
machines.
|
||||
|
||||
By default sandbox builds and runs on 64-bit hosts. If you are going to build
|
||||
and run sandbox on a 32-bit host, select CONFIG_SANDBOX_32BIT.
|
||||
There are two versions of the sandbox: One using 32-bit-wide integers, and one
|
||||
using 64-bit-wide integers. The 32-bit version can be build and run on either
|
||||
32 or 64-bit hosts by either selecting or deselecting CONFIG_SANDBOX_32BIT; by
|
||||
default, the sandbox it built for a 32-bit host. The sandbox using 64-bit-wide
|
||||
integers can only be built on 64-bit hosts.
|
||||
|
||||
Note that standalone/API support is not available at present.
|
||||
|
||||
|
Reference in New Issue
Block a user