summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-11x86: Adjust config to support DM_VIDEOSimon Glass2-2/+10
2016-10-11dm: x86: video: Add a driver-model driver for ivybridge graphicsSimon Glass3-0/+856
2016-10-11dm: video: Add driver-model support to vesa graphicsSimon Glass2-0/+57
2016-10-11dm: stdio: Allow lazy probing of video devicesSimon Glass1-4/+83
2016-10-11x86: video: Fix typo in broadwell KconfigSimon Glass1-1/+1
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass2-0/+17
2016-10-11list: Add list_last_entry() to find the last entrySimon Glass1-0/+11
2016-10-11Fix return value in trailing_strtoln()Simon Glass1-3/+5
2016-10-11x86: Add an accelerated memmove() functionSimon Glass2-1/+162
2016-10-11Revert "x86: broadwell: gpio: Remove the codes to set up pin control"Simon Glass1-0/+7
2016-10-11x86: Fix Linux v4.7+ zimage booting (update bootparam.h)Stefan Roese1-0/+3
2016-10-11x86: baytrail: Add 2nd eMMC controller to the PCI probe listStefan Roese2-4/+6
2016-10-11x86: conga-qeval20-qa3: Add README to explain the console UART optionsStefan Roese1-0/+23
2016-10-11mmc: Fix cast for 64-bit compilationSimon Glass1-1/+1
2016-10-10ARM: tegra: reduce DRAM size mapped into MMU on ARM64Stephen Warren1-1/+1
2016-10-10colibri_t20: fix usb operation and controller orderMarcel Ziswiler1-22/+24
2016-10-10colibri_t20: fix display configurationMarcel Ziswiler1-20/+51
2016-10-10regulator: fixed: honour optionality of enable gpioMarcel Ziswiler1-6/+15
2016-10-10simple panel: fix spelling of debug messageMarcel Ziswiler1-1/+1
2016-10-10tegra: usb gadget: fix ci udc operation if not hostpc capableMarcel Ziswiler1-0/+2
2016-10-10sunxi: OLinuXino Lime A20 boards: Use 384 MHz DRAM clockJosh Marshall2-2/+2
2016-10-10sunxi: Fix H3 DRAM impedance calibration on rev. A chipsJens Kuske1-21/+43
2016-10-10mmc: sdhci: use the generic error numberJaehoon Chung6-16/+16
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung9-23/+5
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung5-18/+12
2016-10-10mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung1-0/+71
2016-10-09dm: mmc: Support eraseSimon Glass3-4/+11
2016-10-10reset: uniphier: add reset controller driver for UniPhier SoCsMasahiro Yamada4-0/+387
2016-10-10reset: declare fdtdec_phandle_args as struct to fix warningMasahiro Yamada1-0/+1
2016-10-10ARM: uniphier: insert udelay() just before support_card_reset_deassert()Masahiro Yamada1-2/+1
2016-10-10ARM: uniphier: define CONFIG_SMC911X along with CONFIG_MICRO_SUPPORT_CARDMasahiro Yamada1-7/+7
2016-10-10ARM: uniphier: enable CONFIG_SYS_NO_FLASH if no CONFIG_MICRO_SUPPORT_CARDMasahiro Yamada1-4/+3
2016-10-10ARM: uniphier: fix typos in a comment blockMasahiro Yamada1-1/+1
2016-10-10ARM: uniphier: add work-around for VBO noise problemMasahiro Yamada1-0/+7
2016-10-10ARM: uniphier: update DRAM init code for LD20 SoC (2nd)Masahiro Yamada2-333/+356
2016-10-10ARM: uniphier: enable SSC for DPLL (DRAM PLL) on LD11 SoCMasahiro Yamada1-0/+1
2016-10-10ARM: uniphier: do not setup pins for System Bus on NAND boot modeMasahiro Yamada2-2/+6
2016-10-09tools: buildman: Add compiler wrapperYork Sun2-2/+25
2016-10-09tools: buildman: Remove duplicated codeYork Sun1-4/+0
2016-10-09dtoc: Make integer division python 3.x safePaul Burton1-1/+1
2016-10-09dtoc: Decode strings for struct.unpack on python 3.xPaul Burton1-0/+3
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2-5/+5