summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | buildman: Tidy up the 'cloning' messageSimon Glass2016-10-09-1/+3
| * | patman: Flush output when there is no newlineSimon Glass2016-10-09-0/+2
| |/
* | 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
|\ \
| * | ARM: tegra: reduce DRAM size mapped into MMU on ARM64Stephen Warren2016-10-10-1/+1
| * | colibri_t20: fix usb operation and controller orderMarcel Ziswiler2016-10-10-22/+24
| * | colibri_t20: fix display configurationMarcel Ziswiler2016-10-10-20/+51
| * | regulator: fixed: honour optionality of enable gpioMarcel Ziswiler2016-10-10-6/+15