index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sandbox
/
cpu
/
start.c
Age
Commit message (
Expand
)
Author
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-07-27
sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...
Andy Yan
2017-04-05
board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()
Simon Glass
2017-04-05
board_f: sandbox: Move setup_ram_buf() to private code
Simon Glass
2016-07-14
sandbox: Don't include the main loop in SPL
Simon Glass
2016-03-22
sandbox: Avoid calling commands when not available
Simon Glass
2015-11-19
test: Record and silence console in tests
Simon Glass
2015-05-14
sandbox: Add missing errno.h includes in a few files
Simon Glass
2015-05-06
sandbox: Don't try distro_bootcmd by default
Sjoerd Simons
2015-02-15
sandbox: Return '-c command' exit value as sandbox exit code
Joe Hershberger
2015-01-30
sandbox: Add a -D option to use a default device tree
Simon Glass
2014-11-26
sandbox: Fix warnings in cpu.c and os.c
Simon Glass
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-07
sandbox: init cli for -c
Rabin Vincent
2014-07-23
sandbox: Support pre-relocation malloc()
Simon Glass
2014-07-23
sandbox: Set up global data before board_init_f()
Simon Glass
2014-03-17
sandbox: Add options to clean up temporary files
Simon Glass
2014-03-17
sandbox: Allow Ctrl-C to work in sandbox
Simon Glass
2014-03-17
sandbox: Add LCD driver
Simon Glass
2014-03-17
sandbox: Add -j option to indicate a jump from a previous U-Boot
Simon Glass
2014-01-08
sandbox: Add facility to save/restore sandbox state
Simon Glass
2014-01-08
sandbox: Allow reading/writing of RAM buffer
Simon Glass
2014-01-08
sandbox: Add -i option to enter interactive mode
Simon Glass
2014-01-08
sandbox: Allow return from board_init_f()
Simon Glass
2014-01-08
sandbox: Correct help message <arg> garbling
Simon Glass
2013-12-09
sandbox: Rename sb_cmdline_option to sandbox_cmdline_option
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-01
sandbox: Allow -c argument to provide a command list
Simon Glass
2013-05-01
sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file
Simon Glass
2013-02-28
sandbox: fix compiler warning
Allen Martin
2012-04-23
sandbox: Use the new run_command()
Simon Glass
2012-03-12
sandbox: add getopt support
Simon Glass
2012-03-12
sandbox: allow processing before main loop
Simon Glass
2012-03-12
sandbox: add concept of sandbox state
Simon Glass
2011-11-03
sandbox: drop unused return
Mike Frysinger
2011-10-17
sandbox: Add main program
Simon Glass