aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)AuthorFilesLines
2015-02-15sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger2-7/+4
2015-01-30sandbox: Add a -D option to use a default device treeSimon Glass1-0/+20
2014-11-26sandbox: Fix warnings in cpu.c and os.cSimon Glass2-1/+3
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2-10/+11
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-11-07sandbox: init cli for -cRabin Vincent1-0/+3
2014-07-23sandbox: Remove all drivers before exitSimon Glass1-0/+4
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass1-0/+3
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass1-0/+5
2014-06-23sandbox: terminate os_dirent_ls() result listStephen Warren1-0/+1
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass3-10/+22
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass2-6/+35
2014-03-17sandbox: Add LCD driverSimon Glass1-0/+9
2014-03-17sandbox: Add SDL library for LCD, keyboard, audioSimon Glass2-0/+344
2014-03-17sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass1-0/+16
2014-03-17sandbox: Add os_jump_to_image() to run another executableSimon Glass1-0/+89
2014-03-17Use a const pointer for map_to_sysmem()Simon Glass1-1/+1
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren1-0/+5
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-4/+7
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-2/+2
2014-01-29sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada1-4/+4
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada1-1/+1
2014-01-08sandbox: Add facility to save/restore sandbox stateSimon Glass2-4/+376
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass4-2/+85
2014-01-08sandbox: Add -i option to enter interactive modeSimon Glass1-1/+11
2014-01-08sandbox: Allow the console to work earlierSimon Glass1-0/+11
2014-01-08sandbox: Implement the bootm command for sandboxSimon Glass1-2/+15
2014-01-08sandbox: Allow return from board_init_f()Simon Glass1-5/+6
2014-01-08sandbox: Correct help message <arg> garblingSimon Glass1-2/+2
2014-01-08sandbox: Improve/augment memory allocation functionsSimon Glass1-2/+43
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass2-9/+10
2013-11-21sandbox: Use system headers first for sandbox's os.cSimon Glass1-2/+4
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass1-1/+2
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