aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-14arch: powerpc: Remove unused dts frequency fixup for lbc_clkPrabhakar Kushwaha2-11/+0
2016-10-14pbl: use "wait" command instead of "flush" commandZhao Qiang5-9/+5
2016-10-14Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.Zhao Qiang43-34/+316
2016-10-13Merge git://git.denx.de/u-boot-fdtTom Rini38-222/+299
2016-10-13libfdt: Drop inlining of fdt_path_offset()Simon Glass2-4/+6
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass14-32/+35
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass21-135/+179
2016-10-13libfdt: Sync up with upstreamSimon Glass4-42/+55
2016-10-13libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson1-6/+7
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer5-6/+20
2016-10-13Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini12-55/+447
2016-10-13net: smsc95xx: fix DM MAC address readingStephen Warren1-0/+16
2016-10-13test: add NFS download testGuillaume GARDET1-0/+49
2016-10-13net: Fix cache misalignment message after network load operationsPeter Chubb1-3/+0
2016-10-13rtl8169: fix cache misalignment message on transmit.Peter Chubb1-1/+2
2016-10-13net: write enetaddr down to hardware on env_callbackHannes Schmelzer1-0/+1
2016-10-13net: mvneta: fix typo in commentChris Packham1-1/+1
2016-10-13net: mv88e61xx: Add support for fixed linksChris Packham1-0/+43
2016-10-13net: Add support for mv88e609x switchesChris Packham1-2/+16
2016-10-13board: am335x: Always set eth/eth1addr environment variableRoger Quadros1-26/+46
2016-10-13board: am335x-icev2: add ethernet phy mode detection logicRoger Quadros1-7/+75
2016-10-13driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc...Mugunthan V N2-14/+144
2016-10-13include: configs: am335x: add Atheros phy supportMugunthan V N1-0/+2
2016-10-13drivers: net: phy: atheros: add separate config for AR8031Mugunthan V N1-1/+36
2016-10-13phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXIDAndrea Merello1-0/+16
2016-10-13Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini16-58/+105
2016-10-12Merge git://git.denx.de/u-boot-dmTom Rini87-486/+1956
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini81-530/+662
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini5-50/+94
2016-10-12Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini3-23/+45
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini13-348/+769
2016-10-12Merge git://www.denx.de/git/u-boot-marvellTom Rini10-0/+637
2016-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini60-270/+579
2016-10-12common: Add DISPLAY_BOARDINFOLokesh Vutla509-413/+307
2016-10-12common/Kconfig: Add DISPLAY_CPUINFOLokesh Vutla218-138/+103
2016-10-12x86: Clean up unused macros in the configuration headersBin Meng5-26/+3
2016-10-12video: Remove legacy VESA and coreboot framebuffer driversBin Meng2-171/+0
2016-10-12x86: coreboot: Convert to use DM coreboot video driverBin Meng12-8/+21
2016-10-12dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng1-0/+3
2016-10-12dm: video: Add driver for coreboot framebuffer deviceBin Meng2-0/+88
2016-10-12vbe: Make vbe_setup_video_priv() publicBin Meng2-3/+7
2016-10-12x86: doc: Correct qfw command exampleBin Meng1-1/+1
2016-10-12x86: Convert to use DM VESA video driverBin Meng18-14/+26
2016-10-12dm: video: Output verbose information in vbe_setup_video()Bin Meng1-1/+8
2016-10-12dm: video: Add driver for VESA-compatible deviceBin Meng1-0/+34
2016-10-12x86: doc: Document coreboot framebuffer driver issue on QEMUBin Meng1-0/+3
2016-10-11cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer5-351/+390
2016-10-11sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns1-0/+2
2016-10-11sandbox: Use the address in readl/writel() functionsSimon Glass1-6/+6
2016-10-11sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns1-8/+11