summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-24x86: tangier: kconfig: Guard tangier-specific optionsBin Meng1-0/+4
2017-08-24x86: bayleybay: Adjust VGA rom addressBin Meng1-1/+1
2017-08-24x86: baytrail: Fix turbo enableBin Meng1-0/+1
2017-08-24x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to KconfigBin Meng3-2/+8
2017-08-24x86: dfi-bt700: Select SERIAL_RX_BUFFER via KconfigStefan Roese1-0/+1
2017-08-24x86: conga-qeval20-qa3-e3845: Select SERIAL_RX_BUFFER via KconfigStefan Roese1-0/+1
2017-08-24serial: serial-uclass: Add generic serial RX buffer supportStefan Roese3-3/+70
2017-08-24Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese3-138/+5
2017-08-24vbe: Drop vbe_get_video_info()Bin Meng2-43/+0
2017-08-24x86: kconfig: Imply CMD_PCIBin Meng22-20/+2
2017-08-24x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng2-0/+33
2017-08-24x86: ich-spi: Move opcode registers configuration to another routineBin Meng1-6/+16
2017-08-24x86: ich-spi: Don't read cached lock statusBin Meng2-8/+23
2017-08-24x86: ich-spi: Remove unnecessary assignment in ich_init_controller()Bin Meng1-1/+0
2017-08-24x86: ich-spi: Remove spi_write_protect_region()Bin Meng1-50/+0
2017-08-23i2c: muxes: add i2c gpio multiplexer driverPeng Fan3-0/+148
2017-08-23i2c: add i2c driver for stm32Patrice Chotard4-0/+933
2017-08-22fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini1-1/+1
2017-08-22mtd: cfi: staticize functionsMarek Vasut3-11/+4
2017-08-21Merge git://www.denx.de/git/u-boot-marvellTom Rini1-1/+1
2017-08-21Merge git://git.denx.de/u-boot-usbTom Rini12-11/+23
2017-08-21Merge git://git.denx.de/u-boot-uniphierTom Rini50-1161/+57
2017-08-21ARM: mvebu: set correct mem_size for db-88f6820-amcChris Packham1-1/+1
2017-08-21doc: license: Add license header to the README.dfutftp fileLukasz Majewski1-0/+8
2017-08-21fb_mmc.c: Correct blk_dread() return value checksTom Rini1-2/+2
2017-08-21common/fb_mmc.c: Fix warnings about castsTom Rini1-2/+2
2017-08-21fastboot: avoid printing invalid dataJohn Keeping1-1/+1
2017-08-21Fix fastboot boot addressPeter Chubb1-1/+1
2017-08-21usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng9-5/+9
2017-08-21env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass6-18/+18
2017-08-21env: Allow env_load() to detect errorsSimon Glass1-1/+1
2017-08-21env: Correct case of no sub-init functionTom Rini2-1/+14
2017-08-20ARM: dts: uniphier: add dr_mode property to dwc3 nodeMasahiro Yamada4-0/+7
2017-08-20reset: uniphier: refactor reset data and add NAND/eMMC reset linesMasahiro Yamada1-46/+17
2017-08-20Revert "ARM: uniphier: fix ROM boot mode for PH1-sLD3"Masahiro Yamada1-5/+0
2017-08-20Revert "ARM: uniphier: move lowlevel debug init code after page table switch"Masahiro Yamada1-4/+4
2017-08-20ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada44-1105/+30
2017-08-20clk: uniphier: fix unmet direct dependencies warningMasahiro Yamada2-4/+2
2017-08-20Fix 'notes' typosAnatolij Gustschin2-3/+3
2017-08-20env: Sort selection of default choicesAndy Shevchenko1-3/+3
2017-08-20arm, at91: fix taurus boardHeiko Schocher1-0/+1
2017-08-20common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATAThomas Petazzoni3-34/+0
2017-08-20ARM: hisilicon: hikey: Fix eMMC with latest ATF & U-BootPeter Griffin1-2/+37
2017-08-20fs/fat: Correct blk_dread() return value checkTom Rini1-1/+1
2017-08-20spl: spl_mmc.c Correct blk_dread() return value checkTom Rini1-1/+1
2017-08-20cmd/read.c: Fix checking blk_dread return valueTom Rini1-1/+1
2017-08-20mtdparts: Fix various issues reported by CoverityTom Rini1-15/+18
2017-08-20hash: Compile only hardware or software versions of SHA algorithmsTom Rini1-51/+44
2017-08-20Makefile: honor PYTHON configuration properlyClément Bœsch3-3/+3
2017-08-20Merge git://git.denx.de/u-boot-videoTom Rini1-1/+2