summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)Author
2013-05-01sandbox: Allow -c argument to provide a command listSimon Glass
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass
2013-05-01sandbox: Switch over to generic boardSimon Glass
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass
2013-02-28sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt
2013-02-28sandbox: fix compiler warningAllen Martin
2013-02-04sandbox: Use generic global_dataSimon Glass
2013-02-04sandbox: Move ram_buf to arch_global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-19sandbox: Change global data baudrate to intSimon Glass
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2012-09-29sandbox: Add asm/errno.hSimon Glass
2012-08-09global_data: unify global flag definesMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-04-23sandbox: Use the new run_command()Simon Glass
2012-03-12sandbox: add getopt supportSimon Glass
2012-03-12sandbox: allow processing before main loopSimon Glass
2012-03-12sandbox: add concept of sandbox stateSimon Glass
2012-03-12sandbox: disable fortificationMike Frysinger
2012-03-12sandbox: u-boot.lds: tweak styleMike Frysinger
2012-03-12sandbox: gpio: add basic driver for simulating GPIOsSimon Glass
2012-03-12sandbox: add flags for open() callSimon Glass
2012-03-12sandbox: fdt: add support for CONFIG_OF_CONTROLSimon Glass
2012-03-12sandbox: add lseek helperMike Frysinger
2012-03-12sandbox: add required header to os.cSimon Glass
2012-03-12sandbox: sort header files in os.cSimon Glass
2011-12-10sandbox: fix compiling of cpu/os.cAndreas Bießmann
2011-12-10sandbox: Add timer simulationMatthias Weisser
2011-12-10sandbox: Add improved RAM simulationMatthias Weisser
2011-11-03sandbox: drop unused returnMike Frysinger
2011-11-03sandbox: put stdin into raw modeMike Frysinger
2011-11-03sandbox: Add asm/cache.h for sandboxAnton staaf
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger
2011-10-17sandbox: Add main programSimon Glass
2011-10-17sandbox: Add OS dependent layerSimon Glass
2011-10-17sandbox: Add architecture lib filesSimon Glass
2011-10-17sandbox: Add cpu filesSimon Glass
2011-10-17sandbox: Add architecture image supportSimon Glass
2011-10-17sandbox: Add architecture header filesSimon Glass