X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fsandbox%2FREADME.sandbox;h=c1f5f7e21fadef55a6a9be49573b98bbe6438072;hb=c06769d154ed43d00528a0013c69f790545ba379;hp=5f879f55065255d31ec152fde745190f60d4fe2f;hpb=47d3debe1ab8315dc9ade22279e02f60eceda25b;p=karo-tx-uboot.git diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index 5f879f5506..c1f5f7e21f 100644 --- a/board/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox @@ -18,8 +18,8 @@ create unit tests which we can run to test this upper level code. CONFIG_SANDBOX is defined when building a native board. -The chosen vendor and board names are also 'sandbox', so there is a single -board in board/sandbox. +The board name is 'sandbox' but the vendor name is unset, so there is a +single board in board/sandbox. CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian machines. @@ -173,16 +173,16 @@ U-Boot sandbox supports these emulations: - Chrome OS EC - GPIO - Host filesystem (access files on the host from within U-Boot) +- I2C - Keyboard (Chrome OS) - LCD +- Network - Serial (for console only) - Sound (incomplete - see sandbox_sdl_sound_init() for details) - SPI - SPI flash - TPM (Trusted Platform Module) -Notable omissions are networking and I2C. - A wide range of commands is implemented. Filesystems which use a block device are supported.