summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* board: am335x: Always set eth/eth1addr environment variableRoger Quadros2016-10-13-26/+46
* board: am335x-icev2: add ethernet phy mode detection logicRoger Quadros2016-10-13-7/+75
* driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc...Mugunthan V N2016-10-13-14/+144
* include: configs: am335x: add Atheros phy supportMugunthan V N2016-10-13-0/+2
* drivers: net: phy: atheros: add separate config for AR8031Mugunthan V N2016-10-13-1/+36
* phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXIDAndrea Merello2016-10-13-0/+16
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-10-12-530/+662
|\
| * x86: Clean up unused macros in the configuration headersBin Meng2016-10-12-26/+3
| * video: Remove legacy VESA and coreboot framebuffer driversBin Meng2016-10-12-171/+0
| * x86: coreboot: Convert to use DM coreboot video driverBin Meng2016-10-12-8/+21
| * dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng2016-10-12-0/+3
| * dm: video: Add driver for coreboot framebuffer deviceBin Meng2016-10-12-0/+88
| * vbe: Make vbe_setup_video_priv() publicBin Meng2016-10-12-3/+7
| * x86: doc: Correct qfw command exampleBin Meng2016-10-12-1/+1
| * x86: Convert to use DM VESA video driverBin Meng2016-10-12-14/+26
| * dm: video: Output verbose information in vbe_setup_video()Bin Meng2016-10-12-1/+8
| * dm: video: Add driver for VESA-compatible deviceBin Meng2016-10-12-0/+34
| * x86: doc: Document coreboot framebuffer driver issue on QEMUBin Meng2016-10-12-0/+3
| * x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass2016-10-11-3/+5
| * x86: Drop unused init_helper functionsSimon Glass2016-10-11-12/+0
| * x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass2016-10-11-4/+4
| * x86: ivybridge: Fix PCH power setupSimon Glass2016-10-11-4/+4
| * x86: Don't export interrupt handlers with x86_64Simon Glass2016-10-11-1/+1
| * x86: i2c: Fix cast of address to 32-bit valueSimon Glass2016-10-11-3/+3
| * x86: Correct address casts in interrupt codeSimon Glass2016-10-11-2/+2
| * x86: Correct address casts in cpu codeSimon Glass2016-10-11-6/+4
| * x86: Allow interrupts to be disabled in 64-bit modeSimon Glass2016-10-11-1/+4
| * usb: pci: Fix cast for 64-bit compilationSimon Glass2016-10-11-2/+2
| * tpm: Tidy up use of size_tSimon Glass2016-10-11-2/+2
| * rtc: Use CONFIG_X86 instead of __I386__Simon Glass2016-10-11-1/+1
| * elf: Add the Elf64_Rela typeSimon Glass2016-10-11-0/+6
| * board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass2016-10-11-3/+0
| * bios_emulator: Fix cast for 64-bit compilationSimon Glass2016-10-11-1/+1
| * Add _image_binary_end section declarationSimon Glass2016-10-11-0/+1
| * dm: x86: Move link to use driver model for videoSimon Glass2016-10-11-1035/+2
| * dm: x86: Move samus to use new driver model supportSimon Glass2016-10-11-33/+7
| * x86: Adjust config to support DM_VIDEOSimon Glass2016-10-11-2/+10
| * dm: x86: video: Add a driver-model driver for ivybridge graphicsSimon Glass2016-10-11-0/+856
| * dm: video: Add driver-model support to vesa graphicsSimon Glass2016-10-11-0/+57
| * dm: stdio: Allow lazy probing of video devicesSimon Glass2016-10-11-4/+83
| * x86: video: Fix typo in broadwell KconfigSimon Glass2016-10-11-1/+1
| * dm: core: Add a function to get a uclass nameSimon Glass2016-10-11-0/+17
| * list: Add list_last_entry() to find the last entrySimon Glass2016-10-11-0/+11
| * Fix return value in trailing_strtoln()Simon Glass2016-10-11-3/+5
| * x86: Add an accelerated memmove() functionSimon Glass2016-10-11-1/+162
| * Revert "x86: broadwell: gpio: Remove the codes to set up pin control"Simon Glass2016-10-11-0/+7
| * x86: Fix Linux v4.7+ zimage booting (update bootparam.h)Stefan Roese2016-10-11-0/+3
| * x86: baytrail: Add 2nd eMMC controller to the PCI probe listStefan Roese2016-10-11-4/+6
| * x86: conga-qeval20-qa3: Add README to explain the console UART optionsStefan Roese2016-10-11-0/+23
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-10-12-50/+94
|\ \