| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.denx.de/u-boot-usb | Tom Rini | 2014-09-02 | 1 | -4/+19 |
|\ |
|
| * | dfu: Provide means to find difference between dfu-util -e and -R | Lukasz Majewski | 2014-09-02 | 1 | -4/+19 |
* | | dm: gpio: Allow gpio command to adjust GPIOs that are busy | Simon Glass | 2014-08-31 | 1 | -3/+6 |
* | | dm: gpio: Enhance gpio command to show only active GPIOs | Simon Glass | 2014-08-31 | 1 | -32/+69 |
|/ |
|
* | cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images | Tom Rini | 2014-08-30 | 1 | -0/+140 |
* | Merge branch 'master' of git://git.denx.de/u-boot-ti | Tom Rini | 2014-08-29 | 1 | -7/+5 |
|\ |
|
| * | common/Makefile: Consolidate SPL ENV options, correct inclusion | Tom Rini | 2014-08-25 | 1 | -7/+5 |
* | | Merge git://git.denx.de/u-boot-usb | Tom Rini | 2014-08-29 | 2 | -5/+25 |
|\ \ |
|
| * | | usb: hub: don't check CONNECTION in hub_port_reset() | Stephen Warren | 2014-08-29 | 1 | -3/+16 |
| * | | usb: Handle -ENODEV from usb_lowlevel_init() | Marek Vasut | 2014-08-29 | 1 | -2/+9 |
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2014-08-29 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | mx6: add support of multi-processor command | Gabriel Huau | 2014-08-20 | 1 | -4/+4 |
| | |/
| |/| |
|
* | | | Fix test failure caused by bad handling of ramdisk | Simon Glass | 2014-08-28 | 2 | -2/+3 |
| |/
|/| |
|
* | | mtd, ubi, ubifs: resync with Linux-3.14 | Heiko Schocher | 2014-08-25 | 2 | -28/+2 |
* | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging | Tom Rini | 2014-08-25 | 1 | -0/+1 |
|\ \ |
|
| * | | mtdparts: fix usecount bug | Heiko Schocher | 2014-08-14 | 1 | -0/+1 |
* | | | nios2: add generic board support | Thomas Chou | 2014-08-24 | 2 | -4/+4 |
* | | | bootm: make sure pass NULL when argc < 1 | Bryan Wu | 2014-08-21 | 1 | -2/+3 |
* | | | image: fix bootm failure for FIT image | Bryan Wu | 2014-08-21 | 2 | -18/+30 |
* | | | pxe: Allow use of environment variables in append string | Hans de Goede | 2014-08-21 | 1 | -16/+13 |
* | | | cli: Export cli_simple_process_macros for use outside of cli_simple | Hans de Goede | 2014-08-21 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Tom Rini | 2014-08-12 | 1 | -11/+34 |
|\ \ |
|
| * | | support blackfin board initialization in generic board_f | Sonic Zhang | 2014-08-07 | 1 | -11/+34 |
| |/ |
|
* | | lcd: support displaying 24bpp BMPs on >= 24bpp LCDs | Hannes Petermaier | 2014-08-11 | 1 | -3/+20 |
* | | lcd: remove unused lcd_puts_xy | Jeroen Hofstee | 2014-08-11 | 1 | -10/+0 |
* | | lcd: cleanup unused functions | Hannes Petermaier | 2014-08-10 | 1 | -16/+1 |
* | | Add support for 32-bit organized framebuffers | Hannes Petermaier | 2014-08-10 | 1 | -3/+32 |
* | | env_fat.c: Make sure our buffer is cache aligned | Tom Rini | 2014-08-09 | 1 | -2/+2 |
* | | bootm: use genimg_get_kernel_addr() | Bryan Wu | 2014-08-09 | 1 | -20/+5 |
* | | pxe: detect image format before calling bootm/bootz | Bryan Wu | 2014-08-09 | 1 | -4/+11 |
* | | image: introduce genimg_get_kernel_addr() | Bryan Wu | 2014-08-09 | 1 | -0/+43 |
* | | fdt: Rename fdt_resize() to fdt_shrink_to_minimum() | Simon Glass | 2014-08-09 | 3 | -3/+3 |
* | | ext4load: fix help text | Pavel Machek | 2014-08-09 | 1 | -1/+1 |
* | | board_r: Add missing return to initr_doc | Ian Campbell | 2014-08-09 | 1 | -0/+1 |
* | | pxe: clear Bootfile before returning | Stephen Warren | 2014-08-09 | 1 | -0/+2 |
* | | thor: defer parsing of device string to IO backend | Lukasz Majewski | 2014-08-09 | 1 | -3/+3 |
* | | dfu: defer parsing of device string to IO backend | Stephen Warren | 2014-08-09 | 1 | -2/+1 |
* | | fs: implement size/fatsize/ext4size | Stephen Warren | 2014-08-09 | 3 | -0/+40 |
|/ |
|
* | env_mmc: support env partition setup in runtime | Dmitry Lifshitz | 2014-08-01 | 1 | -12/+23 |
* | ARM: convert arch_fixup_memory_node to a generic FDT fixup function | Ma Haijun | 2014-07-28 | 1 | -2/+5 |
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-07-28 | 1 | -1/+1 |
|\ |
|
| * | keystone2: use CONFIG_SOC_KEYSTONE in common places | Khoronzhuk, Ivan | 2014-07-25 | 1 | -1/+1 |
* | | Add a flag indicating when the serial console is ready | Simon Glass | 2014-07-23 | 1 | -2/+2 |
* | | console: Remove vprintf() optimisation for sandbox | Simon Glass | 2014-07-23 | 1 | -1/+1 |
* | | 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 |