aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-11sandbox/fs: Use correct size path name bufferStefan Brüns1-3/+10
2016-10-11sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns1-2/+2
2016-10-11sandbox/fs: Free memory allocated by os_dirent_lsStefan Brüns2-1/+11
2016-10-11power: regulator: lp873x: Add regulator supportKeerthy3-0/+366
2016-10-11power: pmic: lp873x: Add the base pmic supportKeerthy4-0/+113
2016-10-11configs: am57xx_evm_defconfig: Enable CMD_REG optionKeerthy1-0/+2
2016-10-11configs: am57xx_evm_defconfig: Enable PALMAS optionsKeerthy1-0/+3
2016-10-11configs: dra7xx_evm_defconfig: Enable PALMAS optionsKeerthy1-0/+3
2016-10-11power: regulator: palmas: Add regulator supportKeerthy3-0/+462
2016-10-11power: pmic: Palmas: Add the base pmic supportKeerthy4-0/+137
2016-10-11power: regulator: Add ctrl_reg and volt_reg fields for pmicKeerthy1-0/+4
2016-10-11power: regulator: Add support for gpio regulatorsKeerthy4-0/+147
2016-10-11dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass38-0/+38
2016-10-11dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass40-1/+41
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