| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | sandbox: sdl: Add an option to double the screen size | Simon Glass | 2020-02-05 | 1 | -0/+10 |
* | sandbox: Add a new header for the system malloc() | Simon Glass | 2020-02-05 | 1 | -3/+3 |
* | sandbox: Sort the help options | Simon Glass | 2020-02-05 | 1 | -1/+45 |
* | cli: Make the sandbox board_run_command the default | Sean Anderson | 2020-02-05 | 1 | -7/+0 |
* | common: Move command functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | sandbox: Add a -T flag to use the test device tree | Simon Glass | 2019-10-08 | 1 | -0/+25 |
* | sandbox: Drop the printf() in setup_ram_buf() | Simon Glass | 2019-04-23 | 1 | -3/+1 |
* | sandbox: Improve debugging in initcall_run_list() | Simon Glass | 2019-04-23 | 1 | -2/+10 |
* | sandbox: Zero the ram buffer on startup | Simon Glass | 2018-12-05 | 1 | -0/+7 |
* | sandbox: Add a new 'sb' command | Simon Glass | 2018-11-26 | 1 | -0/+10 |
* | sandbox: Add an option to display of-platdata in SPL | Simon Glass | 2018-11-26 | 1 | -0/+9 |
* | sandbox: Remove the old memory file later | Simon Glass | 2018-10-09 | 1 | -5/+1 |
* | sandbox: Add a flag to set the default log level | Simon Glass | 2018-10-09 | 1 | -0/+13 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -1/+1 |
* | sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef... | Andy Yan | 2017-07-27 | 1 | -1/+1 |
* | board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() | Simon Glass | 2017-04-05 | 1 | -0/+5 |
* | board_f: sandbox: Move setup_ram_buf() to private code | Simon Glass | 2017-04-05 | 1 | -0/+7 |
* | sandbox: Don't include the main loop in SPL | Simon Glass | 2016-07-14 | 1 | -0/+2 |
* | sandbox: Avoid calling commands when not available | Simon Glass | 2016-03-22 | 1 | -1/+9 |
* | test: Record and silence console in tests | Simon Glass | 2015-11-19 | 1 | -0/+8 |
* | sandbox: Add missing errno.h includes in a few files | Simon Glass | 2015-05-14 | 1 | -0/+1 |
* | sandbox: Don't try distro_bootcmd by default | Sjoerd Simons | 2015-05-06 | 1 | -3/+17 |
* | sandbox: Return '-c command' exit value as sandbox exit code | Joe Hershberger | 2015-02-15 | 1 | -2/+4 |
* | sandbox: Add a -D option to use a default device tree | Simon Glass | 2015-01-30 | 1 | -0/+20 |
* | sandbox: Fix warnings in cpu.c and os.c | Simon Glass | 2014-11-26 | 1 | -1/+2 |
* | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada | 2014-11-23 | 1 | -1/+1 |
* | sandbox: init cli for -c | Rabin Vincent | 2014-11-07 | 1 | -0/+3 |
* | sandbox: Support pre-relocation malloc() | Simon Glass | 2014-07-23 | 1 | -0/+3 |
* | sandbox: Set up global data before board_init_f() | Simon Glass | 2014-07-23 | 1 | -0/+5 |
* | sandbox: Add options to clean up temporary files | Simon Glass | 2014-03-17 | 1 | -8/+15 |
* | sandbox: Allow Ctrl-C to work in sandbox | Simon Glass | 2014-03-17 | 1 | -0/+28 |
* | sandbox: Add LCD driver | Simon Glass | 2014-03-17 | 1 | -0/+9 |
* | sandbox: Add -j option to indicate a jump from a previous U-Boot | Simon Glass | 2014-03-17 | 1 | -0/+16 |
* | sandbox: Add facility to save/restore sandbox state | Simon Glass | 2014-01-08 | 1 | -4/+45 |
* | sandbox: Allow reading/writing of RAM buffer | Simon Glass | 2014-01-08 | 1 | -2/+20 |
* | sandbox: Add -i option to enter interactive mode | Simon Glass | 2014-01-08 | 1 | -1/+11 |
* | sandbox: Allow return from board_init_f() | Simon Glass | 2014-01-08 | 1 | -5/+6 |
* | sandbox: Correct help message <arg> garbling | Simon Glass | 2014-01-08 | 1 | -2/+2 |
* | sandbox: Rename sb_cmdline_option to sandbox_cmdline_option | Simon Glass | 2013-12-09 | 1 | -8/+9 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | sandbox: Allow -c argument to provide a command list | Simon Glass | 2013-05-01 | 1 | -1/+1 |
* | sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file | Simon Glass | 2013-05-01 | 1 | -0/+7 |
* | sandbox: fix compiler warning | Allen Martin | 2013-02-28 | 1 | -0/+3 |
* | sandbox: Use the new run_command() | Simon Glass | 2012-04-23 | 1 | -6/+0 |
* | sandbox: add getopt support | Simon Glass | 2012-03-12 | 1 | -0/+88 |
* | sandbox: allow processing before main loop | Simon Glass | 2012-03-12 | 1 | -0/+5 |
* | sandbox: add concept of sandbox state | Simon Glass | 2012-03-12 | 1 | -1/+8 |
* | sandbox: drop unused return | Mike Frysinger | 2011-11-03 | 1 | -2/+0 |
* | sandbox: Add main program | Simon Glass | 2011-10-17 | 1 | -0/+33 |