| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Tom Rini | 2014-08-12 | -11/+34 |
|\ |
|
| * | support blackfin board initialization in generic board_f | Sonic Zhang | 2014-08-07 | -11/+34 |
* | | lcd: support displaying 24bpp BMPs on >= 24bpp LCDs | Hannes Petermaier | 2014-08-11 | -3/+20 |
* | | lcd: remove unused lcd_puts_xy | Jeroen Hofstee | 2014-08-11 | -10/+0 |
* | | lcd: cleanup unused functions | Hannes Petermaier | 2014-08-10 | -16/+1 |
* | | Add support for 32-bit organized framebuffers | Hannes Petermaier | 2014-08-10 | -3/+32 |
* | | env_fat.c: Make sure our buffer is cache aligned | Tom Rini | 2014-08-09 | -2/+2 |
* | | bootm: use genimg_get_kernel_addr() | Bryan Wu | 2014-08-09 | -20/+5 |
* | | pxe: detect image format before calling bootm/bootz | Bryan Wu | 2014-08-09 | -4/+11 |
* | | image: introduce genimg_get_kernel_addr() | Bryan Wu | 2014-08-09 | -0/+43 |
* | | fdt: Rename fdt_resize() to fdt_shrink_to_minimum() | Simon Glass | 2014-08-09 | -3/+3 |
* | | ext4load: fix help text | Pavel Machek | 2014-08-09 | -1/+1 |
* | | board_r: Add missing return to initr_doc | Ian Campbell | 2014-08-09 | -0/+1 |
* | | pxe: clear Bootfile before returning | Stephen Warren | 2014-08-09 | -0/+2 |
* | | thor: defer parsing of device string to IO backend | Lukasz Majewski | 2014-08-09 | -3/+3 |
* | | dfu: defer parsing of device string to IO backend | Stephen Warren | 2014-08-09 | -2/+1 |
* | | fs: implement size/fatsize/ext4size | Stephen Warren | 2014-08-09 | -0/+40 |
|/ |
|
* | env_mmc: support env partition setup in runtime | Dmitry Lifshitz | 2014-08-01 | -12/+23 |
* | ARM: convert arch_fixup_memory_node to a generic FDT fixup function | Ma Haijun | 2014-07-28 | -2/+5 |
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-07-28 | -1/+1 |
|\ |
|
| * | keystone2: use CONFIG_SOC_KEYSTONE in common places | Khoronzhuk, Ivan | 2014-07-25 | -1/+1 |
* | | Add a flag indicating when the serial console is ready | Simon Glass | 2014-07-23 | -2/+2 |
* | | console: Remove vprintf() optimisation for sandbox | Simon Glass | 2014-07-23 | -1/+1 |
* | | stdio: Provide functions to add/remove devices using stdio_dev | Simon Glass | 2014-07-23 | -8/+24 |
* | | dm: Support driver model prior to relocation | Simon Glass | 2014-07-23 | -21/+20 |
* | | dm: Allow drivers to be marked 'before relocation' | Simon Glass | 2014-07-23 | -2/+2 |
* | | stdio: Pass device pointer to stdio methods | Simon Glass | 2014-07-23 | -25/+56 |
* | | stdio: Remove redundant code around stdio_register() calls | Simon Glass | 2014-07-23 | -2/+0 |
* | | sandbox: Always enable malloc debug | Simon Glass | 2014-07-23 | -0/+4 |
* | | Add a simple malloc() implementation for pre-relocation | Simon Glass | 2014-07-23 | -0/+51 |
* | | Remove form-feeds from dlmalloc.c | Simon Glass | 2014-07-23 | -23/+23 |
* | | board_r: run scsi init() on ARM too | Ian Campbell | 2014-07-22 | -4/+1 |
* | | Add option -r to env import to allow import of text files with CRLF as line e... | Alexander Holler | 2014-07-22 | -7/+18 |
* | | common: cmd_ide: use __weak and add prototypes | Jeroen Hofstee | 2014-07-22 | -38/+13 |
* | | common: cmd_ide: remove PIO mode | Jeroen Hofstee | 2014-07-22 | -84/+0 |
* | | spl: nand: read only in the size of image_header on the first access | Masahiro Yamada | 2014-07-22 | -3/+3 |
* | | Fix help text of ext2load and fatload. | Pavel Machek | 2014-07-22 | -2/+2 |
* | | common: cmd_mii: fix printf format warning | Jeroen Hofstee | 2014-07-18 | -4/+4 |
* | | autoboot: add its own header | Jeroen Hofstee | 2014-07-18 | -0/+1 |
* | | common: env_common: make env_get_char_spec __weak | Jeroen Hofstee | 2014-07-18 | -3/+1 |
* | | common: bootm_os: make arch_preboot_os __weak | Jeroen Hofstee | 2014-07-18 | -2/+1 |
* | | common: main.c: make show_boot_progress __weak | Jeroen Hofstee | 2014-07-18 | -2/+1 |
* | | common:splash: use __weak | Jeroen Hofstee | 2014-07-18 | -5/+1 |
* | | common: board_f: cosmetic use __weak for leds | Jeroen Hofstee | 2014-07-18 | -19/+10 |
* | | common: commands: make commands static | Jeroen Hofstee | 2014-07-18 | -28/+36 |
* | | env_fat: use get_device_and_partition() during env save and load | Wu, Josh | 2014-07-07 | -58/+28 |
|/ |
|
* | dfu: free entities when parsing fails | Stephen Warren | 2014-06-25 | -2/+3 |
* | sandbox: restore ability to access host fs through standard commands | Stephen Warren | 2014-06-23 | -4/+6 |
* | Add an I/O tracing feature | Simon Glass | 2014-06-20 | -0/+244 |
* | cosmetic: autoboot: update old style GNU struct init | Jeroen Hofstee | 2014-06-19 | -4/+4 |