summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2012-05-16net: punt bd->bi_ip_addrMike Frysinger2-4/+0
2012-04-24sandbox: Use the new run_command()Simon Glass1-6/+0
2012-03-12sandbox: add getopt supportSimon Glass8-0/+290
2012-03-12sandbox: allow processing before main loopSimon Glass3-0/+10
2012-03-12sandbox: add concept of sandbox stateSimon Glass4-2/+117
2012-03-12sandbox: disable fortificationMike Frysinger1-1/+1
2012-03-12sandbox: u-boot.lds: tweak styleMike Frysinger1-5/+5
2012-03-12sandbox: gpio: add basic driver for simulating GPIOsSimon Glass1-0/+81
2012-03-12sandbox: add flags for open() callSimon Glass1-2/+22
2012-03-12sandbox: fdt: add support for CONFIG_OF_CONTROLSimon Glass2-0/+9
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 Weisser3-2/+30
2011-12-11sandbox: Add improved RAM simulationMatthias Weisser2-7/+17
2011-11-04sandbox: drop unused returnMike Frysinger1-2/+0
2011-11-04sandbox: put stdin into raw modeMike Frysinger1-0/+34
2011-11-04sandbox: Add asm/cache.h for sandboxAnton staaf1-0/+33
2011-10-28cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger1-1/+1
2011-10-18sandbox: Add main programSimon Glass2-1/+34
2011-10-18sandbox: Add OS dependent layerSimon Glass3-5/+62
2011-10-18sandbox: Add architecture lib filesSimon Glass3-0/+366
2011-10-18sandbox: Add cpu filesSimon Glass4-0/+164
2011-10-18sandbox: Add architecture image supportSimon Glass1-0/+3
2011-10-18sandbox: Add architecture header filesSimon Glass13-0/+683