summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu/start.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud