aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-14mkimage: Add support for signing with pkcs11George McCollister7-28/+408
2017-01-14ti: am335x: mmc: Set CONFIG_SYS_MMC_MAX_DEVICEEmmanuel Vadot1-0/+1
2017-01-14ARM: omap3_logic: Use DEFAULT_LINUX_BOOT_ENV from ti_armv7_commonAdam Ford1-19/+13
2017-01-14lib: net_utils: enforce '.' as octet separator in string_to_ipChris Packham1-0/+4
2017-01-14lib: net_utils: make string_to_ip stricterChris Packham1-0/+4
2017-01-14Kconfig: Refactoring of top-level Kconfig fileRobert P. J. Day1-65/+60
2017-01-14armv8: release slave cores from CPU_RELEASE_ADDROded Gabbay1-0/+8
2017-01-14iopoll: import include/linux/iopoll.h from Linux 4.9Masahiro Yamada1-0/+68
2017-01-14time: import time_after, time_before and friends from LinuxMasahiro Yamada1-0/+41
2017-01-14typecheck: import include/linux/typecheck.h from Linux 4.9Masahiro Yamada1-0/+24
2017-01-14time: move timer APIs to include/time.hMasahiro Yamada2-7/+17
2017-01-14delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada4-13/+25
2017-01-14armv8: fix #if around spin-table code in start.SOded Gabbay1-1/+1
2017-01-14spl: move RAM boot support in separate fileStefan Agner4-60/+84
2017-01-14Convert CONFIG_SPL_RAM_DEVICE to defconfigStefan Agner6-5/+9
2017-01-14arm: omap-common: add secure ROM signature verify index for AM33xxAndrew F. Davis1-0/+4
2017-01-14ti_armv7_common: env: Use FIT image configs by defaultAndrew F. Davis1-2/+1
2017-01-14MAINTAINERS: Add maintainer for TI security related filesAndrew F. Davis1-0/+11
2017-01-14cmd: sata: fix init command return valueGary Bisson1-2/+3
2017-01-14Kconfig: CONFIG_OF_PLATDATA doesn't really existTom Rini3-3/+2
2017-01-14arm: Re-sync asm/mach-types.h with Linux Kernel v4.9Tom Rini2-14765/+486
2017-01-14arm: Remove unregister MACH_TYPE_xxx usesTom Rini17-52/+0
2017-01-14omap3_igep00x0: Rework MACH_TYPE and status LED logic slightlyTom Rini2-4/+2
2017-01-14omap3_logic: Rework MACH_TYPE and fdtfile logicTom Rini1-34/+20
2017-01-14Merge git://git.denx.de/u-boot-fdtTom Rini2-4/+13
2017-01-14cmd/fdt: Make fdt get value endian-safe for single-cell propertiesAndreas Färber1-2/+2
2017-01-13cmd: fdt: Print error message when fdt application failsStefan Agner1-1/+5
2017-01-13libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson1-1/+6
2017-01-13Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini3-6/+6
2017-01-13mmc: sunxi: revive depends on UART0_PORT_FMasahiro Yamada1-1/+1
2017-01-13mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cdMasahiro Yamada1-2/+2
2017-01-13mmc: sdhci: fix NULL pointer access when host->ops is not setMasahiro Yamada1-3/+3
2017-01-12Merge git://git.denx.de/u-boot-rockchipTom Rini27-37/+404
2017-01-12cmd: mem: Use memcpy for 'cp' commandFabio Estevam1-26/+2
2017-01-11rockchip: Drop Ethernet from the TODOSjoerd Simons1-1/+0
2017-01-11rockchip: Enable ETH address randomization for the rock2Romain Perier1-0/+1
2017-01-11rockchip: Add PXE and DHCP to the default boot targetsSjoerd Simons1-1/+3
2017-01-11Enable DISTRO_DEFAULTS for Rockchip platformsRomain Perier1-0/+1
2017-01-11rockchip: evb-rk3339: Enable DHCPSimon Glass1-0/+3
2017-01-11rockchip: Enable networking support on rock2 and fireflySjoerd Simons2-0/+8
2017-01-11net: gmac_rockchip: Add Rockchip GMAC driverSjoerd Simons3-0/+162
2017-01-11net: designware: Export the operation functionsSimon Glass2-10/+18
2017-01-11net: designware: Split the link init into a separate functionSimon Glass1-2/+24
2017-01-11net: designware: Adjust dw_adjust_link() to return an errorSimon Glass1-4/+8
2017-01-11net: designware: Export various functions/struct to allow subclassingSjoerd Simons2-3/+7
2017-01-11rockchip: video: fix mpixelclock in rockchip HDMINickey Yang Nickey Yang1-10/+10
2017-01-11rockchip: rk3288: set isp/vop qos priority levelNickey Yang Nickey Yang2-0/+40
2017-01-11arm64: rk3399: update rockchip_get_cru APIKever Yang1-3/+3
2017-01-11dts: arm64: rk3399: add max-frequency for sdhciKever Yang1-0/+1
2017-01-11mmc: rockchip_sdhci: add clock init for mmcKever Yang1-2/+17