| Commit message (Expand) | Author | Age | Lines |
* | Merge git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2014-12-08 | -0/+4 |
|\ |
|
| * | powerpc/mpc85xx:Put errata number for T104x NAND boot issue | Prabhakar Kushwaha | 2014-12-05 | -0/+4 |
* | | spl: MMC U-Boot image load from raw partition | Paul Kocialkowski | 2014-12-08 | -0/+4 |
* | | MMC SD fs boot partition config coding style and proper description | Paul Kocialkowski | 2014-12-04 | -2/+5 |
|/ |
|
* | Merge git://git.denx.de/u-boot-fdt | Tom Rini | 2014-11-26 | -1/+8 |
|\ |
|
| * | fdt: Add ft_system_setup() function for system device tree additions | Simon Glass | 2014-11-21 | -1/+8 |
* | | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2014-11-24 | -0/+119 |
|\ \ |
|
| * | | dm: Update documentation to include CONFIG_DM... options | Simon Glass | 2014-11-21 | -0/+119 |
| |/ |
|
* | | hush: add CONFIG_HUSH_PARSER to Kconfig | Masahiro Yamada | 2014-11-23 | -12/+0 |
* | | fs: make it possible to read the filesystem UUID | Christian Gmeiner | 2014-11-23 | -0/+1 |
|/ |
|
* | spl, nand: add option to boot raw u-boot.bin image only | Heiko Schocher | 2014-11-17 | -0/+4 |
* | doc: fix documentation of out-of-tree build | Timo Ketola | 2014-11-07 | -3/+3 |
* | doc: Update documentation according to the EXT SPL support patch set | Guillaume GARDET | 2014-10-27 | -7/+10 |
* | Provide option to avoid defining a custom version of uintptr_t. | Gabe Black | 2014-10-27 | -0/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-10-26 | -0/+3 |
|\ |
|
| * | usb: dwc2: Add driver for Synopsis DWC2 USB IP block | Oleksandr Tymoshenko | 2014-10-22 | -0/+3 |
* | | kconfig: move CONFIG_SYS_HZ to lib/Kconfig | Masahiro Yamada | 2014-10-23 | -7/+0 |
* | | Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image | Stefan Roese | 2014-10-23 | -0/+8 |
* | | doc: Remove note about auto-complete not working with hush | Simon Glass | 2014-10-22 | -4/+0 |
|/ |
|
* | fsl_sec : Change accessor function to take care of endianness | Ruchika Gupta | 2014-10-16 | -0/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2014-09-26 | -0/+6 |
|\ |
|
| * | driver/ddr: Restruct driver to allow standalone memory space | York Sun | 2014-09-25 | -0/+6 |
* | | usb/gadget: fastboot: add support for flash command | Steve Rae | 2014-09-24 | -0/+10 |
|/ |
|
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2014-09-23 | -4/+1 |
|\ |
|
| * | dm: Fix repeated comment in README | Simon Glass | 2014-09-23 | -4/+1 |
* | | sandbox: Update minor documentation changes | Jagannadha Sutradharudu Teki | 2014-09-21 | -1/+1 |
|/ |
|
* | cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images | Tom Rini | 2014-08-30 | -0/+1 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2014-08-29 | -0/+15 |
|\ |
|
| * | Merge branch 'master' of git://git.denx.de/u-boot-arm | Stefano Babic | 2014-08-11 | -11/+18 |
| |\ |
|
| * \ | Merge branch 'master' of git://git.denx.de/u-boot-arm | Stefano Babic | 2014-08-08 | -0/+16 |
| |\ \ |
|
| * | | | spi: add config option to enable the WP pin function on st micron flashes | Heiko Schocher | 2014-07-23 | -0/+11 |
| * | | | pwm, imx6: add support for pwm modul on imx6 | Heiko Schocher | 2014-07-23 | -0/+4 |
* | | | | mtd, ubi, ubifs: resync with Linux-3.14 | Heiko Schocher | 2014-08-25 | -0/+61 |
* | | | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging | Tom Rini | 2014-08-25 | -0/+6 |
|\ \ \ \ |
|
| * | | | | README: document CONFIG_BOARD_SIZE_LIMIT | Sascha Silbe | 2014-08-14 | -0/+5 |
| * | | | | RTC: add support for DS1339 (using DS1307 driver) | Markus Niebel | 2014-08-14 | -0/+1 |
| | |_|/
| |/| | |
|
* | | | | net: More BOOTP retry timeout improvements | Thierry Reding | 2014-08-21 | -0/+18 |
|/ / / |
|
* | | | The _config target is not present anymore, mention _defconfig instead | Holger Freyther | 2014-08-06 | -11/+11 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini | 2014-08-06 | -0/+4 |
|\ \ \ |
|
| * | | | spi, spi_mxc: do not hang in spi_xchg_single | Heiko Schocher | 2014-08-06 | -0/+4 |
| | |/
| |/| |
|
* | | | arm: Support pre-relocation malloc() | Simon Glass | 2014-08-04 | -0/+3 |
|/ / |
|
* | | sandbox: Support pre-relocation malloc() | Simon Glass | 2014-07-23 | -0/+3 |
* | | Add a simple malloc() implementation for pre-relocation | Simon Glass | 2014-07-23 | -0/+13 |
|/ |
|
* | fit: make sha256 support optional | Dirk Eibach | 2014-07-07 | -0/+5 |
* | i2c: IHS I2C master driver | Dirk Eibach | 2014-07-07 | -0/+15 |
* | README: document CONFIG_ENV_IS_IN_SPI_FLASH | Wu, Josh | 2014-07-07 | -0/+37 |
* | README: document the CONFIG_ENV_IS_IN_FAT option | Wu, Josh | 2014-07-07 | -0/+31 |
* | armv8/fsl-lsch3: Add support to load and start MC Firmware | J. German Rivera | 2014-07-03 | -0/+27 |
* | dm: Update README to encourage conversion to driver model | Simon Glass | 2014-06-20 | -0/+5 |
* | Add an I/O tracing feature | Simon Glass | 2014-06-20 | -0/+23 |