summaryrefslogtreecommitdiff
path: root/arch/sandbox
AgeCommit message (Expand)AuthorFilesLines
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-4/+7
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-2/+2
2014-01-30sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada1-4/+4
2014-01-25sandbox: fix the return type of os_free() functionMasahiro Yamada1-1/+1
2014-01-09sandbox: Add a prototype for cleanup_before_linux()Simon Glass1-0/+2
2014-01-09sandbox: Add facility to save/restore sandbox stateSimon Glass3-4/+490
2014-01-09sandbox: Allow reading/writing of RAM bufferSimon Glass6-3/+98
2014-01-09sandbox: Add -i option to enter interactive modeSimon Glass2-1/+13
2014-01-09sandbox: Allow the console to work earlierSimon Glass1-0/+11
2014-01-09sandbox: Implement the bootm command for sandboxSimon Glass1-2/+15
2014-01-09sandbox: Allow return from board_init_f()Simon Glass1-5/+6
2014-01-09sandbox: Correct help message <arg> garblingSimon Glass1-2/+2
2014-01-09sandbox: Improve/augment memory allocation functionsSimon Glass1-2/+43
2013-12-09sandbox: spi: Add SPI emulation busMike Frysinger3-0/+75
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass4-22/+24
2013-11-22sandbox: Make map_to_sysmem() use a constant pointerSimon Glass1-1/+1
2013-11-22sandbox: config: Don't use 64-bit physical memorySimon Glass1-2/+2
2013-11-22sandbox: Use system headers first for sandbox's os.cSimon Glass1-2/+4
2013-11-22sandbox: Use uint64_t instead of u64 for timeSimon Glass1-1/+2
2013-10-31sandbox: convert makefiles to Kbuild styleMasahiro Yamada2-46/+2
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk9-9/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk23-388/+23
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 Glass2-0/+8
2013-05-01sandbox: Switch over to generic boardSimon Glass5-307/+11
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass2-0/+8
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+2
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass1-0/+101
2013-03-01sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass2-0/+11
2013-03-01sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt1-0/+8
2013-03-01sandbox: fix compiler warningAllen Martin1-0/+3
2013-02-04sandbox: Use generic global_dataSimon Glass1-24/+1
2013-02-04sandbox: Move ram_buf to arch_global_dataSimon Glass3-5/+5
2013-02-02Add architecture-specific global dataSimon Glass1-0/+6
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-10-20sandbox: Change global data baudrate to intSimon Glass1-1/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-09-29sandbox: Add asm/errno.hSimon Glass1-0/+1
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
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