summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu
AgeCommit message (Expand)Author
2015-02-15sandbox: Return '-c command' exit value as sandbox exit codeJoe Hershberger
2015-01-30sandbox: Add a -D option to use a default device treeSimon Glass
2014-11-26sandbox: Fix warnings in cpu.c and os.cSimon Glass
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-07sandbox: init cli for -cRabin Vincent
2014-07-23sandbox: Remove all drivers before exitSimon Glass
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass
2014-06-23sandbox: terminate os_dirent_ls() result listStephen Warren
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass
2014-03-17sandbox: Add LCD driverSimon Glass
2014-03-17sandbox: Add SDL library for LCD, keyboard, audioSimon Glass
2014-03-17sandbox: Add -j option to indicate a jump from a previous U-BootSimon Glass
2014-03-17sandbox: Add os_jump_to_image() to run another executableSimon Glass
2014-03-17Use a const pointer for map_to_sysmem()Simon Glass
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-01-29sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada
2014-01-08sandbox: Add facility to save/restore sandbox stateSimon Glass
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass
2014-01-08sandbox: Add -i option to enter interactive modeSimon Glass
2014-01-08sandbox: Allow the console to work earlierSimon Glass
2014-01-08sandbox: Implement the bootm command for sandboxSimon Glass
2014-01-08sandbox: Allow return from board_init_f()Simon Glass
2014-01-08sandbox: Correct help message <arg> garblingSimon Glass
2014-01-08sandbox: Improve/augment memory allocation functionsSimon Glass
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass
2013-11-21sandbox: Use system headers first for sandbox's os.cSimon Glass
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass
2013-10-31sandbox: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26sandbox: Support trace featureSimon Glass
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: Provide a way to map from host RAM to U-Boot RAMSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt
2013-02-28sandbox: fix compiler warningAllen Martin
2013-02-04sandbox: Move ram_buf to arch_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-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