aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2013-10-31sandbox: convert makefiles to Kbuild styleMasahiro Yamada1-22/+1
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-102/+6
2013-06-26sandbox: Support trace featureSimon Glass2-2/+2
2013-05-01sandbox: Allow -c argument to provide a command listSimon Glass1-1/+1
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass1-0/+7
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass1-0/+5
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass1-0/+101
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt1-0/+8
2013-02-28sandbox: fix compiler warningAllen Martin1-0/+3
2013-02-04sandbox: Move ram_buf to arch_global_dataSimon Glass1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-04-23sandbox: 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-10sandbox: fix compiling of cpu/os.cAndreas Bießmann1-3/+4
2011-12-10sandbox: Add timer simulationMatthias Weisser2-2/+29
2011-12-10sandbox: Add improved RAM simulationMatthias Weisser1-0/+7
2011-11-03sandbox: drop unused returnMike Frysinger1-2/+0
2011-11-03sandbox: put stdin into raw modeMike Frysinger1-0/+34
2011-10-17sandbox: Add main programSimon Glass2-1/+34
2011-10-17sandbox: Add OS dependent layerSimon Glass3-5/+62
2011-10-17sandbox: Add cpu filesSimon Glass3-0/+144