| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 3 | -3/+3 |
* | usb: squash lines for immediate return | Masahiro Yamada | 2016-09-23 | 3 | -23/+11 |
* | image-fit: Fix fit_get_node_from_config semantics | Paul Burton | 2016-09-22 | 3 | -3/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2016-09-21 | 1 | -0/+6 |
|\ |
|
| * | board_f: Add a mach_cpu_init callback | Paul Burton | 2016-09-21 | 1 | -0/+6 |
* | | Kconfig: Move config IDENT_STRING to Kconfig | Siva Durga Prasad Paladugu | 2016-09-20 | 1 | -0/+5 |
|/ |
|
* | Kconfig: tpl: Add some TPL support options to Kconfig | Simon Glass | 2016-09-16 | 1 | -0/+67 |
* | Kconfig: spl: Add SPL support options to Kconfig | Simon Glass | 2016-09-16 | 1 | -0/+411 |
* | Use separate options for TPL support | Simon Glass | 2016-09-16 | 1 | -1/+11 |
* | Kconfig: Move SPL settings into their own file | Simon Glass | 2016-09-16 | 2 | -0/+69 |
* | common, kconfig: move VERSION_VARIABLE to Kconfig | Heiko Schocher | 2016-09-09 | 1 | -0/+10 |
* | image-fit: switch ENOLINK to ENOENT | Jonathan Gray | 2016-09-07 | 1 | -1/+1 |
* | common/Kconfig: Fix various innocuous typos. | Robert P. J. Day | 2016-09-07 | 1 | -11/+11 |
* | spl: Rework image header parse to allow abort on raw image and os boot | Paul Kocialkowski | 2016-09-06 | 1 | -4/+7 |
* | image-fit: fix fit_image_load() OS check | Andreas Bießmann | 2016-09-06 | 1 | -1/+2 |
* | net: mii: check phy advertising register when geting link status | Dongpo Li | 2016-08-22 | 1 | -4/+14 |
* | common: cli_readline: Improve command line editing | James Byrne | 2016-08-20 | 1 | -31/+67 |
* | cmd: Split 'bootz' and 'booti' out from 'bootm' | Tom Rini | 2016-08-20 | 2 | -0/+4 |
* | common: env_nand: Ensure that we have nand_info[0] prior to use | Tom Rini | 2016-08-15 | 1 | -4/+7 |
* | xtensa: add support for the xtensa processor architecture [1/2] | Chris Zankel | 2016-08-15 | 2 | -3/+10 |
* | net: mii: Clean up legacy glue that is not used | Joe Hershberger | 2016-08-15 | 1 | -73/+0 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-08-12 | 1 | -10/+11 |
|\ |
|
| * | fdt_support: fdt_translate_address() blob const correctness | Stephen Warren | 2016-08-12 | 1 | -10/+11 |
* | | common: image: Add support for post-processing of images | Andreas Dannenberg | 2016-08-12 | 1 | -1/+25 |
|/ |
|
* | spl_nor.c: Support devicetree sizes different from 16k | Mike Looijmans | 2016-08-08 | 1 | -2/+2 |
* | libfdt: Introduce new ARCH_FIXUP_FDT option | Michal Simek | 2016-07-31 | 1 | -5/+2 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-07-27 | 2 | -9/+2 |
|\ |
|
| * | dm: spl: mmc: Support raw partitions with CONFIG_BLK | Simon Glass | 2016-07-27 | 1 | -1/+1 |
| * | dm: Use dm_scan_fdt_dev() directly where possible | Simon Glass | 2016-07-27 | 1 | -7/+1 |
| * | dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() | Simon Glass | 2016-07-27 | 1 | -2/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2016-07-27 | 2 | -2/+34 |
|\ \
| |/
|/| |
|
| * | splash: Introduce default_splash_locations | Alexey Brodkin | 2016-07-26 | 1 | -1/+29 |
| * | splash: Accommodate DM_USB in splash_init_usb() | Alexey Brodkin | 2016-07-25 | 1 | -1/+5 |
* | | common: fit: Allow U-Boot images to be booted | mario.six@gdsys.cc | 2016-07-25 | 1 | -3/+4 |
* | | spl: fit: Fix the number of bytes read in raw mode | Lokesh Vutla | 2016-07-22 | 1 | -1/+3 |
* | | spl: zImage support in Falcon mode | Ladislav Michl | 2016-07-22 | 1 | -0/+23 |
* | | spl: support loading from UBI volumes | Ladislav Michl | 2016-07-22 | 3 | -0/+87 |
* | | Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig | Siva Durga Prasad Paladugu | 2016-07-22 | 1 | -0/+6 |
* | | spl: Fix compilation warnings for arm64 | Michal Simek | 2016-07-22 | 1 | -1/+2 |
* | | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2016-07-19 | 1 | -1/+10 |
|\ \ |
|
| * | | armv8: Add tlb_allocated to arch global data | York Sun | 2016-07-15 | 1 | -0/+9 |
| * | | armv8: Move secure_ram variable out of generic global data | York Sun | 2016-07-15 | 1 | -1/+1 |
* | | | Various, unrelated tree-wide typo fixes. | Robert P. J. Day | 2016-07-16 | 1 | -1/+1 |
* | | | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini | 2016-07-15 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | sunxi: Support booting from SPI flash | Siarhei Siamashka | 2016-07-15 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-07-15 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | dm: spl: Bind in all devices in SPL with of-platdata | Simon Glass | 2016-07-14 | 1 | -1/+2 |
| * | | | dm: spl: Don't set up device tree with of-platdata | Simon Glass | 2016-07-14 | 1 | -1/+1 |
| * | | | spl: Drop include of i2c.h | Simon Glass | 2016-07-14 | 1 | -1/+0 |
| |/ / |
|
* | | | board_f: prevent misleading "Watchdog enabled" output | Anatolij Gustschin | 2016-07-14 | 1 | -1/+1 |