aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/os.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-18sandbox: Correct loss of early output in SPLSimon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2022-01-13sandbox: compatibility of os_get_filesize()Heinrich Schuchardt1-2/+8
2021-12-02sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt1-1/+1
2021-11-28sandbox: Support unmapping a fileSimon Glass1-0/+10
2021-09-16sandbox: Add a way to map a file into memorySimon Glass1-0/+29
2021-09-16sandbox: Add a way to find the size of a fileSimon Glass1-6/+16
2021-09-16sandbox: Correct handling of --rm_memorySimon Glass1-1/+0
2021-07-21sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt1-1/+1
2021-07-21sandbox: Support executables for more phasesSimon Glass1-35/+28
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek BehĂșn1-1/+2
2021-03-27sandbox: Only delete the executable if requestedSimon Glass1-9/+15
2021-03-22sandbox: Drop debug message in os_spl_to_uboot()Simon Glass1-1/+0
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass1-3/+5
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass1-12/+12
2021-03-02sandbox: Add os_realloc()Simon Glass1-0/+48
2021-01-30sandbox: keep time offset when resettingHeinrich Schuchardt1-0/+25
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay1-0/+5
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt1-0/+40
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+6
2020-11-05sandbox: use O_CLOEXEC in os_open()Heinrich Schuchardt1-0/+5
2020-11-05sandbox: eth-raw: do not close the console inputHeinrich Schuchardt1-1/+4
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes1-0/+9
2020-02-05sandbox: Ensure that long-options array is terminatedSimon Glass1-1/+2
2020-02-05sandbox: Drop os_realloc()Simon Glass1-23/+0
2020-02-05sandbox: Drop use of special os_malloc() where possibleSimon Glass1-12/+12
2019-11-14sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt1-2/+2
2019-04-23sandbox: Correct maths in allocation routinesSimon Glass1-9/+13
2019-04-23sandbox: Improve debugging in initcall_run_list()Simon Glass1-0/+37
2018-12-05sandbox: Fix up the debug message for the image filenameSimon Glass1-1/+1
2018-11-29sandbox: Use memmove() to move overlapping regionsSimon Glass1-2/+3
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass1-12/+5
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass1-6/+26
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass1-9/+9
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass1-10/+38
2018-11-20sandbox: Add a function to read a host fileSimon Glass1-3/+41
2018-11-14sandbox: Try to start the RAM buffer at a particular addressSimon Glass1-1/+6
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass1-8/+15
2018-10-09sandbox: Support booting from TPL to SPLSimon Glass1-2/+27
2018-10-09sandbox: Add a way to write data to the host filesystemSimon Glass1-0/+20
2018-10-09sandbox: Support file truncation with os_open()Simon Glass1-0/+2
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass1-0/+11
2018-09-23sandbox: Allow to execute from RAMAlexander Graf1-1/+2
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf1-22/+0
2018-09-23sandbox: Add support for calling abort()Simon Glass1-0/+5
2018-09-23sandbox: Align RAM buffer to the machine page sizeSimon Glass1-3/+4
2018-06-03sandbox: Add a setjmp() implementationSimon Glass1-0/+23
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass1-0/+11
2017-10-08sandbox: avoid memory leak in os_dirent_lsHeinrich Schuchardt1-6/+14