summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/start.c
AgeCommit message (Expand)Author
2022-12-23global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini
2022-10-31sandbox: Add a way to specify the sandbox executableSimon Glass
2022-09-29sandbox: Add a function to load a relative file pathSimon Glass
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass
2022-03-10sandbox: start: Sort the header filesSimon Glass
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass
2021-07-06sandbox: fix sandbox_reset()Heinrich Schuchardt
2021-07-06sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt
2021-07-06sandbox: Support signal handling only when requestedSimon Glass
2021-06-05sandbox: correct determination of the text baseHeinrich Schuchardt
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek BehĂșn
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt
2021-01-15test: add test for dropped trace before log_initPatrick Delaunay
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt
2020-11-05sandbox: implement resetHeinrich Schuchardt
2020-10-29dm: test: Drop of-platdata pytestSimon Glass
2020-10-29sandbox: Allow selection of SPL unit testsSimon Glass
2020-10-29dm: test: Add a way to run SPL testsSimon Glass
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