summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami6-41/+77
2014-03-18sandbox: Allow Ctrl-C to work in sandboxSimon Glass5-8/+69
2014-03-18sandbox: Add os_jump_to_image() to run another executableSimon Glass2-0/+108
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren3-5/+22
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada2-2/+2
2014-01-09sandbox: Allow reading/writing of RAM bufferSimon Glass8-6/+118
2014-01-09sandbox: Allow the console to work earlierSimon Glass3-1/+46
2014-01-09sandbox: Improve/augment memory allocation functionsSimon Glass2-2/+72
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass2-2/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass2-0/+149
2013-03-01sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt3-6/+56
2012-03-12sandbox: mark os_exit as noreturnMike Frysinger1-1/+1
2012-03-12sandbox: add getopt supportSimon Glass9-0/+304
2012-03-12sandbox: add flags for open() callSimon Glass2-8/+33
2012-03-12sandbox: add lseek helperMike Frysinger2-0/+28
2012-03-12sandbox: add ifdef protection to os.hMike Frysinger1-0/+5
2011-12-10sandbox: Add timer simulationMatthias Weisser5-3/+47
2011-12-10sandbox: Add improved RAM simulationMatthias Weisser4-10/+25
2011-11-03sandbox: put stdin into raw modeMike Frysinger3-0/+40
2011-10-17sandbox: Add OS dependent layerSimon Glass4-5/+135