| Commit message (Expand) | Author | Age | Lines |
* | x86: Support loading kernel setup from a FIT | Simon Glass | 2014-10-22 | -2/+55 |
* | sandbox: bootm: Don't fail the architecture check | Simon Glass | 2014-10-22 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2014-10-20 | -0/+111 |
|\ |
|
| * | crypto/fsl: Add command for encapsulating/decapsulating blobs | Ruchika Gupta | 2014-10-16 | -0/+111 |
* | | lcd: Fix build error with CONFIG_LCD_BMP_RLE8 | Simon Glass | 2014-10-16 | -2/+2 |
|/ |
|
* | common/board_r: remove warning in initr_mem for 64-bit phys_size_t | Valentin Longchamp | 2014-10-10 | -1/+1 |
* | common: spl_sata: perform SCSI scan before getting device | Roger Quadros | 2014-10-10 | -0/+1 |
* | common/board_r: Fix booting issue on T4240QDS | York Sun | 2014-10-10 | -3/+3 |
* | pxe: Ensure we don't overflow bootargs | Ian Campbell | 2014-10-10 | -0/+9 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-10-06 | -30/+36 |
|\ |
|
| * | usb: kbd: Allow "usb reset" to continue when an usb kbd is used | Hans de Goede | 2014-10-06 | -6/+6 |
| * | stdio: Add force parameter to stdio_deregister | Hans de Goede | 2014-10-06 | -4/+11 |
| * | usb: kbd: Remove check for already being registered | Hans de Goede | 2014-10-06 | -11/+1 |
| * | usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop() | Hans de Goede | 2014-10-06 | -12/+15 |
| * | usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister | Hans de Goede | 2014-10-06 | -1/+6 |
| * | usb: kbd: Fix unaligned buffer usage in usb_kbd_setled() | Hans de Goede | 2014-10-06 | -2/+3 |
* | | Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpga | Tom Rini | 2014-10-06 | -0/+1 |
|\ \
| |/
|/| |
|
| * | tools: socfpga: Add socfpga preloader signing to mkimage | Charles Manning | 2014-10-06 | -0/+1 |
* | | cmd_mmc: fix bootpart-resize maxarg to 4 | Wally Yeh | 2014-10-03 | -1/+1 |
* | | env_mmc: correct fini partition to match init partition | Peter Bigot | 2014-10-03 | -1/+1 |
|/ |
|
* | Merge branch 'for-tom' of git://git.denx.de/u-boot-dm | Tom Rini | 2014-09-26 | -21/+32 |
|\ |
|
| * | dm: spi: Move cmd device code into its own function | Simon Glass | 2014-09-26 | -21/+32 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2014-09-26 | -10/+1 |
|\ \
| |/
|/| |
|
| * | fdt_support: Make of_bus_default_count_cells non static | Arnab Basu | 2014-09-25 | -1/+1 |
| * | fdt_support: Move of_read_number to fdt_support.h | Arnab Basu | 2014-09-25 | -9/+0 |
* | | kbuild: refactor some makefiles | Masahiro Yamada | 2014-09-24 | -7/+2 |
* | | cmd_nand: Update (nand_info_t*)nand after arg_off(_size) call | Rostislav Lisovy | 2014-09-24 | -2/+4 |
* | | kconfig: move CONFIG_CMD_IMPORTENV to Kconfig | Masahiro Yamada | 2014-09-24 | -0/+6 |
* | | kconfig: move CONFIG_CMD_GO to Kconfig | Masahiro Yamada | 2014-09-24 | -0/+6 |
* | | kconfig: move CONFIG_CMD_EXPORTENV to Kconfig | Masahiro Yamada | 2014-09-24 | -0/+6 |
* | | kconfig: move CONFIG_CMD_CRC32 to Kconfig | Masahiro Yamada | 2014-09-24 | -0/+6 |
* | | kconfig: move CONFIG_CMD_BOOTM to Kconfig | Masahiro Yamada | 2014-09-24 | -0/+6 |
* | | kconfig: add blank Kconfig files | Masahiro Yamada | 2014-09-24 | -0/+4 |
* | | sandbox: Disable Ctrl-C | Simon Glass | 2014-09-24 | -0/+3 |
* | | usb/gadget: fastboot: implement sparse format | Steve Rae | 2014-09-24 | -10/+23 |
* | | usb/gadget: fastboot: minor cleanup | Steve Rae | 2014-09-24 | -3/+4 |
* | | usb/gadget: fastboot: add eMMC support for flash command | Steve Rae | 2014-09-24 | -0/+85 |
* | | spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* | Nikita Kiryanov | 2014-09-24 | -13/+0 |
|/ |
|
* | generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y | Masahiro Yamada | 2014-09-16 | -4/+6 |
* | common: fix include guards for CONFIG_MP | Gabriel Huau | 2014-09-16 | -2/+2 |
* | implement the Android sparse image format | Steve Rae | 2014-09-16 | -53/+76 |
* | cleanup code which handles the Android sparse image format | Steve Rae | 2014-09-16 | -41/+56 |
* | update code which handles Android sparse image format | Steve Rae | 2014-09-16 | -2438/+0 |
* | add code to handle Android sparse image format | Steve Rae | 2014-09-16 | -0/+2643 |
* | cmd_mem: add static to internally used functions | Masahiro Yamada | 2014-09-16 | -3/+4 |
* | kgdb: Remove first_entry for kgdb | Peng Fan | 2014-09-16 | -12/+2 |
* | Fix a few printf argument verification warnings | Vasili Galka | 2014-09-15 | -4/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-dm | Tom Rini | 2014-09-13 | -12/+29 |
|\ |
|
| * | dm: Make driver model available before board_init() | Simon Glass | 2014-09-10 | -15/+27 |
| * | Set up stdio earlier when using driver model | Simon Glass | 2014-09-10 | -6/+11 |