| Commit message (Expand) | Author | Age | Lines |
* | Revert "sandbox: move source files from board/ to arch/sandbox/" | Masahiro Yamada | 2014-05-16 | -84/+1 |
* | common/board_f: Initialized global data for generic board | York Sun | 2014-05-12 | -0/+1 |
* | sandbox: ignore sandbox.dtb | Masahiro Yamada | 2014-05-09 | -0/+1 |
* | sandbox: move source files from board/ to arch/sandbox/ | Masahiro Yamada | 2014-05-09 | -1/+84 |
* | sandbox: Provide a build option to avoid using SDL | Simon Glass | 2014-05-09 | -0/+6 |
* | sandbox: Add options to clean up temporary files | Simon Glass | 2014-03-17 | -11/+24 |
* | sandbox: Allow Ctrl-C to work in sandbox | Simon Glass | 2014-03-17 | -6/+59 |
* | sandbox: Add LCD driver | Simon Glass | 2014-03-17 | -0/+13 |
* | sandbox: Add a simple sound driver | Simon Glass | 2014-03-17 | -0/+14 |
* | sandbox: Add SDL library for LCD, keyboard, audio | Simon Glass | 2014-03-17 | -0/+467 |
* | sandbox: Add -j option to indicate a jump from a previous U-Boot | Simon Glass | 2014-03-17 | -1/+18 |
* | sandbox: Add os_jump_to_image() to run another executable | Simon Glass | 2014-03-17 | -0/+89 |
* | sandbox: dts: Add display and keyboard to sandbox | Simon Glass | 2014-03-17 | -0/+96 |
* | Use a const pointer for map_to_sysmem() | Simon Glass | 2014-03-17 | -1/+1 |
* | unit-test: make "test -e" test independent of $CWD | Stephen Warren | 2014-03-07 | -0/+5 |
* | sandbox: Convert GPIOs to use driver model | Simon Glass | 2014-03-04 | -9/+5 |
* | sandbox: Build a device tree file for sandbox | Simon Glass | 2014-03-04 | -0/+33 |
* | kbuild: use shorten log for linking u-boot | Masahiro Yamada | 2014-02-25 | -0/+4 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -4/+7 |
* | kbuild: change out-of-tree build | Masahiro Yamada | 2014-02-19 | -2/+2 |
* | sandbox: Use system headers first for sandbox's os.c in a different way | Masahiro Yamada | 2014-01-29 | -4/+4 |
* | sandbox: fix the return type of os_free() function | Masahiro Yamada | 2014-01-24 | -1/+1 |
* | sandbox: Add a prototype for cleanup_before_linux() | Simon Glass | 2014-01-08 | -0/+2 |
* | sandbox: Add facility to save/restore sandbox state | Simon Glass | 2014-01-08 | -4/+490 |
* | sandbox: Allow reading/writing of RAM buffer | Simon Glass | 2014-01-08 | -3/+98 |
* | sandbox: Add -i option to enter interactive mode | Simon Glass | 2014-01-08 | -1/+13 |
* | sandbox: Allow the console to work earlier | Simon Glass | 2014-01-08 | -0/+11 |
* | sandbox: Implement the bootm command for sandbox | Simon Glass | 2014-01-08 | -2/+15 |
* | sandbox: Allow return from board_init_f() | Simon Glass | 2014-01-08 | -5/+6 |
* | sandbox: Correct help message <arg> garbling | Simon Glass | 2014-01-08 | -2/+2 |
* | sandbox: Improve/augment memory allocation functions | Simon Glass | 2014-01-08 | -2/+43 |
* | sandbox: spi: Add SPI emulation bus | Mike Frysinger | 2013-12-09 | -0/+75 |
* | sandbox: Rename sb_cmdline_option to sandbox_cmdline_option | Simon Glass | 2013-12-09 | -22/+24 |
* | sandbox: Make map_to_sysmem() use a constant pointer | Simon Glass | 2013-11-21 | -1/+1 |
* | sandbox: config: Don't use 64-bit physical memory | Simon Glass | 2013-11-21 | -2/+2 |
* | sandbox: Use system headers first for sandbox's os.c | Simon Glass | 2013-11-21 | -2/+4 |
* | sandbox: Use uint64_t instead of u64 for time | Simon Glass | 2013-11-21 | -1/+2 |
* | sandbox: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | -46/+2 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -9/+9 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -388/+23 |
* | sandbox: Support trace feature | Simon Glass | 2013-06-26 | -2/+2 |
* | sandbox: Allow -c argument to provide a command list | Simon Glass | 2013-05-01 | -1/+1 |
* | sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file | Simon Glass | 2013-05-01 | -0/+8 |
* | sandbox: Switch over to generic board | Simon Glass | 2013-05-01 | -307/+11 |
* | sandbox: Provide a way to map from host RAM to U-Boot RAM | Simon Glass | 2013-05-01 | -0/+8 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-03-18 | -1/+1 |
|\ |
|
| * | Refactor linker-generated arrays | Albert ARIBAUD | 2013-03-12 | -1/+1 |
* | | Introduce generic link section.h symbol files | Simon Glass | 2013-03-15 | -0/+2 |
|/ |
|
* | sandbox: Add a way of obtaining directory listings | Simon Glass | 2013-03-04 | -0/+101 |
* | sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf | Simon Glass | 2013-02-28 | -0/+11 |