Age | Commit message (Expand) | Author |
2016-09-16 | Kconfig: tpl: Add some TPL support options to Kconfig | Simon Glass |
2016-09-16 | Kconfig: spl: Add SPL support options to Kconfig | Simon Glass |
2016-09-16 | Use separate options for TPL support | Simon Glass |
2016-09-16 | Drop CONFIG_SPL_RAM_SUPPORT | Simon Glass |
2016-09-16 | arm: fsl: Adjust ordering of #ifndef CONFIG_SPL_BUILD | Simon Glass |
2016-09-16 | Kconfig: Move SPL settings into their own file | Simon Glass |
2016-09-16 | moveconfig: Add an option to commit changes | Simon Glass |
2016-09-16 | moveconfig: Add an option to skip prompts | Simon Glass |
2016-09-16 | Correct defconfigs using savedefconfig | Simon Glass |
2016-09-17 | ARM: uniphier: introduce flags to adjust DRAM timing for LD20/LD21 | Masahiro Yamada |
2016-09-17 | ARM: uniphier: fix DRAM size of LD21 SoC package | Masahiro Yamada |
2016-09-16 | arc: Use -mcpu=XXX instead of obsolete -marcXXX | Alexey Brodkin |
2016-09-14 | ARM: uniphier: merge board init functions into board_init() | Masahiro Yamada |
2016-09-14 | ARM: uniphier: use checkboard() instead of misc_init_f() | Masahiro Yamada |
2016-09-14 | ARM: uniphier: remove IECTRL setup code of LD4 SoC | Masahiro Yamada |
2016-09-14 | pinctrl: uniphier: move register base macros from header to .c file | Masahiro Yamada |
2016-09-14 | pinctrl: uniphier: add System Bus pin-mux settings | Masahiro Yamada |
2016-09-14 | mmc: uniphier-sd: migrate to CONFIG_BLK | Masahiro Yamada |
2016-09-14 | ARM: uniphier: enable Generic EHCI driver for Pro4 SoC | Masahiro Yamada |
2016-09-14 | ARM: uniphier: delete unnecessary xHCI pin-mux settings | Masahiro Yamada |
2016-09-14 | usb: uniphier: remove UniPhier xHCI driver and select DM_USB | Masahiro Yamada |
2016-09-14 | ARM: uniphier: sort select:s alphabetically | Masahiro Yamada |
2016-09-13 | i2c: at91_i2c: Fix the wrong include file | Wenyou Yang |
2016-09-13 | rockchip: i2c: fix >32 byte writes | John Keeping |
2016-09-13 | rockchip: i2c: move register write out of inner loop | John Keeping |
2016-09-13 | rockchip: i2c: use named constant when appropriate | John Keeping |
2016-09-12 | Prepare v2016.09 | Tom Rini |
2016-09-12 | sf: fix sf probe | Cyrille Pitchen |
2016-09-09 | common, kconfig: move VERSION_VARIABLE to Kconfig | Heiko Schocher |
2016-09-09 | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini |
2016-09-09 | cmd: Rework disk.c usage | Tom Rini |
2016-09-09 | configs: Migrate CONFIG_USB_STORAGE | Tom Rini |
2016-09-09 | net: asix: Fix AX88772B when used with DriverModel | Joshua Scott |
2016-09-09 | Revert "net: nfs: Correct the reply data buffer size" | Joe Hershberger |
2016-09-09 | Revert "net: nfs: Use the tx buffer to construct rpc msgs" | Joe Hershberger |
2016-09-09 | configs: Resync with savedefconfig | Tom Rini |
2016-09-09 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2016-09-07 | board: ks2: README: Update to add K2G support | Lokesh Vutla |
2016-09-07 | efi_loader: provide efi_mem_desc version | Mian Yousaf Kaukab |
2016-09-07 | image-fit: switch ENOLINK to ENOENT | Jonathan Gray |
2016-09-07 | compiler.h: use system endian macros on OpenBSD | Jonathan Gray |
2016-09-07 | board: am57xx: Fix missing check for beagle_x15 | Nishanth Menon |
2016-09-07 | board: am57xx: MAINTAINERS: Update for current maintainer | Nishanth Menon |
2016-09-07 | global_data.h: Standardize tabs and alignment for comments | Robert P. J. Day |
2016-09-07 | pxe: Modify README to add the description about FIT image | Wenbin Song |
2016-09-07 | pxe: Fix pxe boot with FIT image | York Sun |
2016-09-07 | common/Kconfig: Fix various innocuous typos. | Robert P. J. Day |
2016-09-07 | omap3_pandora: Only set bootargs if distro_bootcmd failed to load. | Vagrant Cascadian |
2016-09-07 | omap3_pandora: Switch to use config_distro_bootcmd. | Vagrant Cascadian |
2016-09-07 | ARM: am335x: select DM_GPIO | Masahiro Yamada |