summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SPL: add support to boot from a partition typeDalon Westergreen2017-02-175-0/+41
* arm: omap5: Fix generation of reserved-memory DT nodeAndrew F. Davis2017-02-171-1/+6
* fsl_i2c.c: Fix warning on gcc-6.xTom Rini2017-02-171-2/+2
* tools: kwboot: don't adjust destaddr when patching the imageChris Packham2017-02-171-8/+0
* tools: kwbimage: Fix unchecked return value and fd leakMario Six2017-02-171-2/+11
* Prepare v2017.03-rc2Tom Rini2017-02-131-1/+1
* Merge tag 'xilinx-fixes-for-v2017.03' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-02-1319-28/+31
|\
| * microblaze: Fix endif macro commandMichal Simek2017-02-101-1/+1
| * configs/topic_miami.h: Correct kernel_size in default environmentMike Looijmans2017-02-101-1/+1
| * topic_miami(plus) defconfig: Enable DFU RAM supportMike Looijmans2017-02-102-0/+2
| * topic_miami_defconfig: Remove NFS and NET supportMike Looijmans2017-02-101-1/+2
| * xilinx: Align defconfig with current Kconfig orderMichal Simek2017-02-1017-25/+25
* | i2c: sandbox: remove code snippet from Kconfig helpMasahiro Yamada2017-02-131-22/+1
* | kconfig: re-sync with Linux 4.10Masahiro Yamada2017-02-1219-1639/+1930
* | flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabledMasahiro Yamada2017-02-122-6/+1
* | flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2017-02-12904-589/+751
* | Merge git://git.denx.de/u-boot-samsungTom Rini2017-02-111-2/+1
|\ \
| * | exynos: Drop large alignment for SDRAM parametersSimon Glass2017-02-101-2/+1
| |/
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2017-02-1123-170/+96
|\ \ | |/ |/|
| * rockchip: rename miniarm to tinker boardEddie Cai2017-02-0913-23/+23
| * rockchip: Enable ETH address randomization for the firefly-rk3288Romain Perier2017-02-091-0/+1
| * rockchip: firefly: configs: use spl back to bromJacob Chen2017-02-092-6/+1
| * rockchip: configs: move env offset to common headerJacob Chen2017-02-097-84/+14
| * rockchip: Correct MAINTAINER entry for chromebook_minnieSimon Glass2017-02-091-2/+2
| * rockchip: dts: rk3288: correct sdram setting for miniarmJacob Chen2017-02-091-8/+8
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-02-091-1/+1
|\ \
| * | drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo.Robert P. J. Day2017-02-031-1/+1
* | | omap_hsmmc.c: Fix build warning on non-omap3Tom Rini2017-02-091-1/+3
* | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-0923-94/+872
|\ \ \
| * | | net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541John Haechten2017-02-086-0/+517
| * | | drivers: net: Provide Kconfig menu for PHYLIBAlex2017-02-072-26/+92
| * | | net: phy: Improve the Marvell 151x constantsJoe Hershberger2017-02-071-11/+36
| * | | net: fec_mxc: Fix corruption of device tree blobDaniel Strnad2017-02-071-1/+0
| * | | net: designware: Fix for use with current Linux device tree for Meson GXHeiner Kallweit2017-02-071-0/+1
| * | | net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N2017-02-072-2/+33
| * | | net: phy: vitesse: Fix cis8204 RGMII_ID codePhil Edworthy2017-02-071-3/+1
| * | | net: phy: Marvell: Use phy_interface_is_rgmii helper functionPhil Edworthy2017-02-071-4/+1
| * | | net: phy: Add support for Marvell M88E1512Phil Edworthy2017-02-071-2/+7
| * | | net: phy: Fix mask so that we can identify Marvell 88E1518Phil Edworthy2017-02-071-2/+2
| * | | net: phy: ti: Fix dp83867 RGMII_TXID interface pathPhil Edworthy2017-02-071-2/+1
| * | | tools: Add tool to add crc8 to a mac addressoliver@schinagl.nl2017-02-073-0/+80
| * | | tools: Allow crc8 to be usedoliver@schinagl.nl2017-02-072-0/+4
| * | | net: core: cosmetic: A MAC address is not limited to SROMoliver@schinagl.nl2017-02-071-1/+1
| * | | net: cosmetic: Define ethernet name lengtholiver@schinagl.nl2017-02-071-1/+2
| * | | net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl2017-02-072-1/+6
| * | | net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2017-02-074-36/+38
| * | | net: macb: Remove redundant #ifdef CONFIG_DM_ETHWenyou Yang2017-02-071-3/+0
| * | | net: macb: Add the clock supportWenyou Yang2017-02-071-0/+41
| * | | net: Kconfig: Add CONFIG_MACB optionWenyou Yang2017-02-071-0/+10
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-02-0911-47/+273
|\ \ \ \