aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-11x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass1-3/+5
2016-10-11x86: Drop unused init_helper functionsSimon Glass2-12/+0
2016-10-11x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass1-4/+4
2016-10-11x86: ivybridge: Fix PCH power setupSimon Glass1-4/+4
2016-10-11x86: Don't export interrupt handlers with x86_64Simon Glass1-1/+1
2016-10-11x86: i2c: Fix cast of address to 32-bit valueSimon Glass1-3/+3
2016-10-11x86: Correct address casts in interrupt codeSimon Glass1-2/+2
2016-10-11x86: Correct address casts in cpu codeSimon Glass1-6/+4
2016-10-11x86: Allow interrupts to be disabled in 64-bit modeSimon Glass1-1/+4
2016-10-11usb: pci: Fix cast for 64-bit compilationSimon Glass1-2/+2
2016-10-11tpm: Tidy up use of size_tSimon Glass1-2/+2
2016-10-11rtc: Use CONFIG_X86 instead of __I386__Simon Glass1-1/+1
2016-10-11elf: Add the Elf64_Rela typeSimon Glass1-0/+6
2016-10-11board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass1-3/+0
2016-10-11bios_emulator: Fix cast for 64-bit compilationSimon Glass1-1/+1
2016-10-11Add _image_binary_end section declarationSimon Glass1-0/+1
2016-10-11dm: x86: Move link to use driver model for videoSimon Glass10-1035/+2
2016-10-11dm: x86: Move samus to use new driver model supportSimon Glass2-33/+7