summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/start.c
AgeCommit message (Expand)Author
2020-05-18common: Drop init.h from common headerSimon Glass
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass
2020-02-05sandbox: Add a new header for the system malloc()Simon Glass
2020-02-05sandbox: Sort the help optionsSimon Glass
2020-02-05cli: Make the sandbox board_run_command the defaultSean Anderson
2019-12-02common: Move command functions out of common.hSimon Glass
2019-10-08sandbox: Add a -T flag to use the test device treeSimon Glass
2019-04-23sandbox: Drop the printf() in setup_ram_buf()Simon Glass
2019-04-23sandbox: Improve debugging in initcall_run_list()Simon Glass
2018-12-05sandbox: Zero the ram buffer on startupSimon Glass
2018-11-26sandbox: Add a new 'sb' commandSimon Glass
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass
2018-10-09sandbox: Remove the old memory file laterSimon Glass
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-07-27sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan
2017-04-05board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass
2017-04-05board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass
2016-07-14sandbox: Don't include the main loop in SPLSimon Glass
2016-03-22sandbox: Avoid calling commands when not availableSimon Glass
2015-11-19test: Record and silence console in testsSimon Glass
2015-05-14sandbox: Add missing errno.h includes in a few filesSimon Glass
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons
2015-02-15sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger
2015-01-30sandbox: Add a -D option to use a default device treeSimon Glass
2014-11-26sandbox: Fix warnings in cpu.c and os.cSimon Glass
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-07sandbox: init cli for -cRabin Vincent
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass
2014-03-17sandbox: Add LCD driverSimon Glass
2014-03-17sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass
2014-01-08sandbox: Add facility to save/restore sandbox stateSimon Glass
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass
2014-01-08sandbox: Add -i option to enter interactive modeSimon Glass
2014-01-08sandbox: Allow return from board_init_f()Simon Glass
2014-01-08sandbox: Correct help message <arg> garblingSimon Glass
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-01sandbox: Allow -c argument to provide a command listSimon Glass
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass
2013-02-28sandbox: fix compiler warningAllen Martin
2012-04-23sandbox: Use the new run_command()Simon Glass
2012-03-12sandbox: add getopt supportSimon Glass
2012-03-12sandbox: allow processing before main loopSimon Glass
2012-03-12sandbox: add concept of sandbox stateSimon Glass
2011-11-03sandbox: drop unused returnMike Frysinger
2011-10-17sandbox: Add main programSimon Glass