summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2012-04-24sandbox: Use the new run_command()Simon Glass1-6/+0
2012-03-12sandbox: add getopt supportSimon Glass3-0/+190
2012-03-12sandbox: allow processing before main loopSimon Glass1-0/+5
2012-03-12sandbox: add concept of sandbox stateSimon Glass3-2/+60
2012-03-12sandbox: u-boot.lds: tweak styleMike Frysinger1-5/+5
2012-03-12sandbox: add flags for open() callSimon Glass1-2/+22
2012-03-12sandbox: add lseek helperMike Frysinger1-0/+13
2012-03-12sandbox: add required header to os.cSimon Glass1-0/+1
2012-03-12sandbox: sort header files in os.cSimon Glass1-4/+4
2011-12-11sandbox: fix compiling of cpu/os.cAndreas Bießmann1-3/+4
2011-12-11sandbox: Add timer simulationMatthias Weisser2-2/+29
2011-12-11sandbox: Add improved RAM simulationMatthias Weisser1-0/+7
2011-11-04sandbox: drop unused returnMike Frysinger1-2/+0
2011-11-04sandbox: put stdin into raw modeMike Frysinger1-0/+34
2011-10-18sandbox: Add main programSimon Glass2-1/+34
2011-10-18sandbox: Add OS dependent layerSimon Glass3-5/+62
2011-10-18sandbox: Add cpu filesSimon Glass3-0/+144