| Commit message (Expand) | Author | Age | Files | Lines |
* | stdio: Provide functions to add/remove devices using stdio_dev | Simon Glass | 2014-07-23 | 1 | -8/+24 |
* | dm: Support driver model prior to relocation | Simon Glass | 2014-07-23 | 2 | -21/+20 |
* | dm: Allow drivers to be marked 'before relocation' | Simon Glass | 2014-07-23 | 1 | -2/+2 |
* | stdio: Pass device pointer to stdio methods | Simon Glass | 2014-07-23 | 5 | -25/+56 |
* | stdio: Remove redundant code around stdio_register() calls | Simon Glass | 2014-07-23 | 1 | -2/+0 |
* | sandbox: Always enable malloc debug | Simon Glass | 2014-07-23 | 1 | -0/+4 |
* | Add a simple malloc() implementation for pre-relocation | Simon Glass | 2014-07-23 | 3 | -0/+51 |
* | Remove form-feeds from dlmalloc.c | Simon Glass | 2014-07-23 | 1 | -23/+23 |
* | board_r: run scsi init() on ARM too | Ian Campbell | 2014-07-22 | 1 | -4/+1 |
* | Add option -r to env import to allow import of text files with CRLF as line e... | Alexander Holler | 2014-07-22 | 2 | -7/+18 |
* | common: cmd_ide: use __weak and add prototypes | Jeroen Hofstee | 2014-07-22 | 1 | -38/+13 |
* | common: cmd_ide: remove PIO mode | Jeroen Hofstee | 2014-07-22 | 1 | -84/+0 |
* | spl: nand: read only in the size of image_header on the first access | Masahiro Yamada | 2014-07-22 | 1 | -3/+3 |
* | Fix help text of ext2load and fatload. | Pavel Machek | 2014-07-22 | 2 | -2/+2 |
* | common: cmd_mii: fix printf format warning | Jeroen Hofstee | 2014-07-18 | 1 | -4/+4 |
* | autoboot: add its own header | Jeroen Hofstee | 2014-07-18 | 1 | -0/+1 |
* | common: env_common: make env_get_char_spec __weak | Jeroen Hofstee | 2014-07-18 | 1 | -3/+1 |
* | common: bootm_os: make arch_preboot_os __weak | Jeroen Hofstee | 2014-07-18 | 1 | -2/+1 |
* | common: main.c: make show_boot_progress __weak | Jeroen Hofstee | 2014-07-18 | 1 | -2/+1 |
* | common:splash: use __weak | Jeroen Hofstee | 2014-07-18 | 1 | -5/+1 |
* | common: board_f: cosmetic use __weak for leds | Jeroen Hofstee | 2014-07-18 | 1 | -19/+10 |
* | common: commands: make commands static | Jeroen Hofstee | 2014-07-18 | 11 | -28/+36 |
* | env_fat: use get_device_and_partition() during env save and load | Wu, Josh | 2014-07-07 | 1 | -58/+28 |
* | dfu: free entities when parsing fails | Stephen Warren | 2014-06-25 | 1 | -2/+3 |
* | sandbox: restore ability to access host fs through standard commands | Stephen Warren | 2014-06-23 | 1 | -4/+6 |
* | Add an I/O tracing feature | Simon Glass | 2014-06-20 | 3 | -0/+244 |
* | cosmetic: autoboot: update old style GNU struct init | Jeroen Hofstee | 2014-06-19 | 1 | -4/+4 |
* | cmd_md5sum.c: remove dead code / fix warning | Jeroen Hofstee | 2014-06-19 | 1 | -1/+0 |
* | includes: move openssl headers to include/u-boot | Jeroen Hofstee | 2014-06-19 | 5 | -8/+8 |
* | Enhance fit_check_sign to check all images | Simon Glass | 2014-06-19 | 2 | -1/+73 |
* | bootm: Move decompression code into its own function | Simon Glass | 2014-06-19 | 1 | -27/+48 |
* | Allow compiling common/bootm.c on with HOSTCC | Simon Glass | 2014-06-19 | 1 | -4/+14 |
* | Fix small 'case' typo in image-fit.c | Simon Glass | 2014-06-19 | 1 | -1/+1 |
* | bootm: Support android boot on sandbox | Simon Glass | 2014-06-19 | 1 | -1/+1 |
* | image: Remove the fit_load_image() property parameter | Simon Glass | 2014-06-19 | 4 | -5/+30 |
* | bootm: Split out code from cmd_bootm.c | Simon Glass | 2014-06-19 | 4 | -1338/+1301 |
* | Reverse the meaning of the fit_config_verify() return code | Simon Glass | 2014-06-19 | 3 | -4/+4 |
* | hash: Use uint8_t in preference to u8 | Simon Glass | 2014-06-19 | 1 | -6/+6 |
* | fdt_support: correct the return condition of fdt_initrd() | Masahiro Yamada | 2014-06-19 | 1 | -4/+4 |
* | fdt_support: fix an endian bug of fdt_initrd() | Masahiro Yamada | 2014-06-19 | 1 | -21/+20 |
* | fdt_support: fix an endian bug of fdt_fixup_memory_banks | Masahiro Yamada | 2014-06-19 | 1 | -12/+30 |
* | fdt_support: add 'const' qualifier for unchanged argument | Masahiro Yamada | 2014-06-19 | 1 | -2/+2 |
* | fdt_support: refactor fdt_fixup_stdout() function | Masahiro Yamada | 2014-06-19 | 1 | -43/+42 |
* | fdt_support: delete force argument of fdt_chosen() | Masahiro Yamada | 2014-06-19 | 3 | -28/+14 |
* | fdt_support: delete force argument of fdt_initrd() | Masahiro Yamada | 2014-06-19 | 3 | -22/+17 |
* | fdt_support: refactor with fdt_find_or_add_subnode helper func | Masahiro Yamada | 2014-06-19 | 1 | -35/+36 |
* | fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR | Masahiro Yamada | 2014-06-19 | 1 | -5/+0 |
* | ARM: fdt support: Add usbethaddr as an acceptable MAC | Dan Murphy | 2014-06-19 | 1 | -1/+11 |
* | cmd_mmc: make mmc dev always re-probe the HW | Stephen Warren | 2014-06-12 | 1 | -1/+1 |
* | cmd_mmc: Use init_mmc_device() from do_mmc_rescan() | Stephen Warren | 2014-06-12 | 1 | -8/+2 |