summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/start.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt1-2/+4
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass1-0/+9
2021-07-06sandbox: fix sandbox_reset()Heinrich Schuchardt1-3/+0
2021-07-06sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt1-4/+8
2021-07-06sandbox: Support signal handling only when requestedSimon Glass1-3/+15
2021-06-05sandbox: correct determination of the text baseHeinrich Schuchardt1-1/+4
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek BehĂșn1-1/+2
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass1-1/+0
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass1-5/+7
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-31sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt1-1/+1
2021-01-15test: add test for dropped trace before log_initPatrick Delaunay1-0/+5
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay1-0/+7
2020-12-23sandbox: implement runtime system resetHeinrich Schuchardt1-0/+10
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt1-0/+4
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+26
2020-10-29dm: test: Drop of-platdata pytestSimon Glass1-9/+0
2020-10-29sandbox: Allow selection of SPL unit testsSimon Glass1-0/+9
2020-10-29dm: test: Add a way to run SPL testsSimon Glass1-0/+9
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-02-06sandbox: sdl: Add an option to double the screen sizeSimon Glass1-0/+10
2020-02-06sandbox: Add a new header for the system malloc()Simon Glass1-3/+3
2020-02-06sandbox: Sort the help optionsSimon Glass1-1/+45
2020-02-06cli: Make the sandbox board_run_command the defaultSean Anderson1-7/+0
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-10-08sandbox: Add a -T flag to use the test device treeSimon Glass1-0/+25
2019-04-24sandbox: Drop the printf() in setup_ram_buf()Simon Glass1-3/+1
2019-04-24sandbox: Improve debugging in initcall_run_list()Simon Glass1-2/+10
2018-12-05sandbox: Zero the ram buffer on startupSimon Glass1-0/+7
2018-11-26sandbox: Add a new 'sb' commandSimon Glass1-0/+10
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass1-0/+9
2018-10-09sandbox: Remove the old memory file laterSimon Glass1-5/+1
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass1-0/+13
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2017-07-27sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan1-1/+1
2017-04-05board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass1-0/+5
2017-04-05board_f: sandbox: Move setup_ram_buf() to private codeSimon Glass1-0/+7
2016-07-15sandbox: Don't include the main loop in SPLSimon Glass1-0/+2
2016-03-22sandbox: Avoid calling commands when not availableSimon Glass1-1/+9
2015-11-20test: Record and silence console in testsSimon Glass1-0/+8
2015-05-15sandbox: Add missing errno.h includes in a few filesSimon Glass1-0/+1
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons1-3/+17
2015-02-16sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger1-2/+4
2015-01-31sandbox: Add a -D option to use a default device treeSimon Glass1-0/+20
2014-11-27sandbox: Fix warnings in cpu.c and os.cSimon Glass1-1/+2
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-11-08sandbox: init cli for -cRabin Vincent1-0/+3
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass1-0/+3
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass1-0/+5
2014-03-18sandbox: Add options to clean up temporary filesSimon Glass1-8/+15