summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/start.c
Commit message (Expand)AuthorAgeLines
* sandbox: Add missing errno.h includes in a few filesSimon Glass2015-05-14-0/+1
* sandbox: Don't try distro_bootcmd by defaultSjoerd Simons2015-05-06-3/+17
* sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger2015-02-15-2/+4
* sandbox: Add a -D option to use a default device treeSimon Glass2015-01-30-0/+20
* sandbox: Fix warnings in cpu.c and os.cSimon Glass2014-11-26-1/+2
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
* sandbox: init cli for -cRabin Vincent2014-11-07-0/+3
* sandbox: Support pre-relocation malloc()Simon Glass2014-07-23-0/+3
* sandbox: Set up global data before board_init_f()Simon Glass2014-07-23-0/+5
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-17-8/+15
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-17-0/+28
* sandbox: Add LCD driverSimon Glass2014-03-17-0/+9
* sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass2014-03-17-0/+16
* sandbox: Add facility to save/restore sandbox stateSimon Glass2014-01-08-4/+45
* sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-08-2/+20
* sandbox: Add -i option to enter interactive modeSimon Glass2014-01-08-1/+11
* sandbox: Allow return from board_init_f()Simon Glass2014-01-08-5/+6
* sandbox: Correct help message <arg> garblingSimon Glass2014-01-08-2/+2
* sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass2013-12-09-8/+9
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* sandbox: Allow -c argument to provide a command listSimon Glass2013-05-01-1/+1
* sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass2013-05-01-0/+7
* sandbox: fix compiler warningAllen Martin2013-02-28-0/+3
* sandbox: Use the new run_command()Simon Glass2012-04-23-6/+0
* sandbox: add getopt supportSimon Glass2012-03-12-0/+88
* sandbox: allow processing before main loopSimon Glass2012-03-12-0/+5
* sandbox: add concept of sandbox stateSimon Glass2012-03-12-1/+8
* sandbox: drop unused returnMike Frysinger2011-11-03-2/+0
* sandbox: Add main programSimon Glass2011-10-17-0/+33