aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* linker_lists: Rename sections to remove . prefixAndrew Scull2022-06-232-4/+4
* sandbox: Rename getopt sectionsAndrew Scull2022-06-232-6/+6
* sandbox: Rename EFI runtime sectionsAndrew Scull2022-06-231-12/+10
* sandbox: Avoid binman error when run without device treeSimon Glass2022-05-051-1/+26
* sandbox: Add a build for VPLSimon Glass2022-05-021-3/+9
* sandbox: Align linker lists to a 32-byte boundarySimon Glass2022-04-182-2/+2
* sandbox: Correct loss of early output in SPLSimon Glass2022-04-181-1/+1
* sandbox: Add the handoff header for splSimon Glass2022-03-181-0/+1
* sandbox: Show a message when writing out the ram bufferSimon Glass2022-03-181-1/+2
* event: Convert misc_init_f() to use eventsSimon Glass2022-03-101-1/+3
* sandbox: start: Sort the header filesSimon Glass2022-03-101-2/+2
* sandbox: fix build failure with musl and SDLHeinrich Schuchardt2022-02-091-3/+8
* sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt2022-01-251-0/+2
* doc: replace @return by Return:Heinrich Schuchardt2022-01-193-5/+5
* sandbox: compatibility of os_get_filesize()Heinrich Schuchardt2022-01-131-2/+8
* video: sandbox: Avoid duplicate display windowsSimon Glass2021-12-261-6/+27
* sandbox: video: Support 8bpp depthSimon Glass2021-12-261-5/+60
* sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt2021-12-021-1/+1
* Merge tag 'v2022.01-rc3' into nextTom Rini2021-11-291-2/+4
|\
| * sandbox: poweroff in efi_system_reset()Heinrich Schuchardt2021-11-261-2/+4
* | sandbox: Support unmapping a fileSimon Glass2021-11-281-0/+10
|/
* sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas2021-10-271-10/+17
* sandbox: Add a way to map a file into memorySimon Glass2021-09-161-0/+29
* sandbox: Add a way to find the size of a fileSimon Glass2021-09-161-6/+16
* sandbox: Correct handling of --rm_memorySimon Glass2021-09-161-1/+0
* sandbox: Reduce keyed autoboot delaySimon Glass2021-08-012-0/+27
* sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt2021-07-211-1/+1
* sandbox: Use hinting with the displaySimon Glass2021-07-211-0/+3
* sandbox: Add work-around for SDL2 displaySimon Glass2021-07-211-1/+22
* sandbox: Support executables for more phasesSimon Glass2021-07-212-36/+43
* sandbox: Silence coverity warning in state_read_file()Simon Glass2021-07-151-0/+4
* sandbox: fix sandbox_reset()Heinrich Schuchardt2021-07-061-3/+0
* sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt2021-07-061-4/+8
* sandbox: Support signal handling only when requestedSimon Glass2021-07-061-3/+15
* sandbox: correct determination of the text baseHeinrich Schuchardt2021-06-051-1/+4
* sandbox: use sections instead of symbols for getopt array boundariesMarek BehĂșn2021-05-244-8/+14
* sandbox: define __dyn_sym_start, dyn_sym_endHeinrich Schuchardt2021-03-271-0/+7
* sandbox: Correct uninit conflictSimon Glass2021-03-271-5/+1
* sandbox: Only delete the executable if requestedSimon Glass2021-03-271-9/+15
* sandbox: Define a region for device priv/plat dataSimon Glass2021-03-261-0/+8
* sandbox: Drop debug message in os_spl_to_uboot()Simon Glass2021-03-221-1/+0
* sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2021-03-122-4/+6
* test: Allow SPL to run any available testSimon Glass2021-03-121-2/+5
* test: Rename test-main.c to test-dm.cSimon Glass2021-03-121-1/+1
* sandbox: Drop the 'starting...' messageSimon Glass2021-03-121-1/+0
* sandbox: Write out bloblist when exitingSimon Glass2021-03-021-0/+5
* sandbox: Avoid using malloc() for system stateSimon Glass2021-03-024-29/+35
* sandbox: Add os_realloc()Simon Glass2021-03-021-0/+48
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-2/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-023-0/+3