summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/os.c
AgeCommit message (Expand)Author
2019-04-23sandbox: Correct maths in allocation routinesSimon Glass
2019-04-23sandbox: Improve debugging in initcall_run_list()Simon Glass
2018-12-05sandbox: Fix up the debug message for the image filenameSimon Glass
2018-11-29sandbox: Use memmove() to move overlapping regionsSimon Glass
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass
2018-11-20sandbox: Add a function to read a host fileSimon Glass
2018-11-14sandbox: Try to start the RAM buffer at a particular addressSimon Glass
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass
2018-10-09sandbox: Support booting from TPL to SPLSimon Glass
2018-10-09sandbox: Add a way to write data to the host filesystemSimon Glass
2018-10-09sandbox: Support file truncation with os_open()Simon Glass
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass
2018-09-23sandbox: Allow to execute from RAMAlexander Graf
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf
2018-09-23sandbox: Add support for calling abort()Simon Glass
2018-09-23sandbox: Align RAM buffer to the machine page sizeSimon Glass
2018-06-03sandbox: Add a setjmp() implementationSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass
2017-10-08sandbox: avoid memory leak in os_dirent_lsHeinrich Schuchardt
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada
2017-06-08sandbox: Fix comparison of unsigned enum expression warningTom Rini
2016-10-11sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns
2016-10-11sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns
2016-10-11sandbox/fs: Use correct size path name bufferStefan Brüns
2016-10-11sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns
2016-07-14sandbox: Allow chaining from SPL to U-Boot properSimon Glass
2015-06-04sandbox: Tidy up terminal restoreSimon Glass
2015-05-05dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass
2014-11-26sandbox: Fix warnings in cpu.c and os.cSimon Glass
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-06-23sandbox: terminate os_dirent_ls() result listStephen Warren
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 os_jump_to_image() to run another executableSimon Glass
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass
2014-01-08sandbox: Allow the console to work earlierSimon Glass
2014-01-08sandbox: Improve/augment memory allocation functionsSimon Glass
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26sandbox: Support trace featureSimon Glass
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt
2012-03-12sandbox: add getopt supportSimon Glass