summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/start.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-051-0/+10
* sandbox: Add a new header for the system malloc()Simon Glass2020-02-051-3/+3
* sandbox: Sort the help optionsSimon Glass2020-02-051-1/+45
* cli: Make the sandbox board_run_command the defaultSean Anderson2020-02-051-7/+0
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* sandbox: Add a -T flag to use the test device treeSimon Glass2019-10-081-0/+25
* sandbox: Drop the printf() in setup_ram_buf()Simon Glass2019-04-231-3/+1
* sandbox: Improve debugging in initcall_run_list()Simon Glass2019-04-231-2/+10
* sandbox: Zero the ram buffer on startupSimon Glass2018-12-051-0/+7
* sandbox: Add a new 'sb' commandSimon Glass2018-11-261-0/+10
* sandbox: Add an option to display of-platdata in SPLSimon Glass2018-11-261-0/+9
* sandbox: Remove the old memory file laterSimon Glass2018-10-091-5/+1
* sandbox: Add a flag to set the default log levelSimon Glass2018-10-091-0/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan2017-07-271-1/+1
* board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass2017-04-051-0/+5
* board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass2017-04-051-0/+7
* sandbox: Don't include the main loop in SPLSimon Glass2016-07-141-0/+2
* sandbox: Avoid calling commands when not availableSimon Glass2016-03-221-1/+9
* test: Record and silence console in testsSimon Glass2015-11-191-0/+8
* sandbox: Add missing errno.h includes in a few filesSimon Glass2015-05-141-0/+1
* sandbox: Don't try distro_bootcmd by defaultSjoerd Simons2015-05-061-3/+17
* sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger2015-02-151-2/+4
* sandbox: Add a -D option to use a default device treeSimon Glass2015-01-301-0/+20
* sandbox: Fix warnings in cpu.c and os.cSimon Glass2014-11-261-1/+2
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* sandbox: init cli for -cRabin Vincent2014-11-071-0/+3
* sandbox: Support pre-relocation malloc()Simon Glass2014-07-231-0/+3
* sandbox: Set up global data before board_init_f()Simon Glass2014-07-231-0/+5
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-171-8/+15
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-171-0/+28
* sandbox: Add LCD driverSimon Glass2014-03-171-0/+9
* sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2014-03-171-0/+16
* sandbox: Add facility to save/restore sandbox stateSimon Glass2014-01-081-4/+45
* sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-081-2/+20
* sandbox: Add -i option to enter interactive modeSimon Glass2014-01-081-1/+11
* sandbox: Allow return from board_init_f()Simon Glass2014-01-081-5/+6
* sandbox: Correct help message <arg> garblingSimon Glass2014-01-081-2/+2
* sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass2013-12-091-8/+9
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* sandbox: Allow -c argument to provide a command listSimon Glass2013-05-011-1/+1
* sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass2013-05-011-0/+7
* sandbox: fix compiler warningAllen Martin2013-02-281-0/+3
* sandbox: Use the new run_command()Simon Glass2012-04-231-6/+0
* sandbox: add getopt supportSimon Glass2012-03-121-0/+88
* sandbox: allow processing before main loopSimon Glass2012-03-121-0/+5
* sandbox: add concept of sandbox stateSimon Glass2012-03-121-1/+8
* sandbox: drop unused returnMike Frysinger2011-11-031-2/+0
* sandbox: Add main programSimon Glass2011-10-171-0/+33