summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: ich-spi: Move opcode registers configuration to another routineBin Meng2017-08-241-6/+16
* x86: ich-spi: Don't read cached lock statusBin Meng2017-08-242-8/+23
* x86: ich-spi: Remove unnecessary assignment in ich_init_controller()Bin Meng2017-08-241-1/+0
* x86: ich-spi: Remove spi_write_protect_region()Bin Meng2017-08-241-50/+0
* fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as longTom Rini2017-08-221-1/+1
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2017-08-211-1/+1
|\
| * ARM: mvebu: set correct mem_size for db-88f6820-amcChris Packham2017-08-211-1/+1
* | Merge git://git.denx.de/u-boot-usbTom Rini2017-08-2112-11/+23
|\ \
| * | doc: license: Add license header to the README.dfutftp fileLukasz Majewski2017-08-211-0/+8
| * | fb_mmc.c: Correct blk_dread() return value checksTom Rini2017-08-211-2/+2
| * | common/fb_mmc.c: Fix warnings about castsTom Rini2017-08-211-2/+2
| * | fastboot: avoid printing invalid dataJohn Keeping2017-08-211-1/+1
| * | Fix fastboot boot addressPeter Chubb2017-08-211-1/+1
| * | usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng2017-08-219-5/+9
| |/
* | Merge git://git.denx.de/u-boot-uniphierTom Rini2017-08-2150-1161/+57
|\ \ | |/ |/|
| * ARM: dts: uniphier: add dr_mode property to dwc3 nodeMasahiro Yamada2017-08-204-0/+7
| * reset: uniphier: refactor reset data and add NAND/eMMC reset linesMasahiro Yamada2017-08-201-46/+17
| * Revert "ARM: uniphier: fix ROM boot mode for PH1-sLD3"Masahiro Yamada2017-08-201-5/+0
| * Revert "ARM: uniphier: move lowlevel debug init code after page table switch"Masahiro Yamada2017-08-201-4/+4
| * ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada2017-08-2044-1105/+30
| * clk: uniphier: fix unmet direct dependencies warningMasahiro Yamada2017-08-202-4/+2
* | env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass2017-08-206-18/+18
* | env: Allow env_load() to detect errorsSimon Glass2017-08-201-1/+1
* | env: Correct case of no sub-init functionTom Rini2017-08-202-1/+14
* | Fix 'notes' typosAnatolij Gustschin2017-08-202-3/+3
* | env: Sort selection of default choicesAndy Shevchenko2017-08-201-3/+3
* | arm, at91: fix taurus boardHeiko Schocher2017-08-201-0/+1
* | common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATAThomas Petazzoni2017-08-203-34/+0
* | ARM: hisilicon: hikey: Fix eMMC with latest ATF & U-BootPeter Griffin2017-08-201-2/+37
* | fs/fat: Correct blk_dread() return value checkTom Rini2017-08-201-1/+1
* | spl: spl_mmc.c Correct blk_dread() return value checkTom Rini2017-08-201-1/+1
* | cmd/read.c: Fix checking blk_dread return valueTom Rini2017-08-201-1/+1
* | mtdparts: Fix various issues reported by CoverityTom Rini2017-08-201-15/+18
* | hash: Compile only hardware or software versions of SHA algorithmsTom Rini2017-08-201-51/+44
* | Makefile: honor PYTHON configuration properlyClément Bœsch2017-08-203-3/+3
|/
* Merge git://git.denx.de/u-boot-videoTom Rini2017-08-191-1/+2
|\
| * lcd: avoid possible NULL dereferencexypron.glpk@gmx.de2017-08-191-1/+2
|/
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-08-185-8/+11
|\
| * efi_loader: do not cast return value in EFI_EXITxypron.glpk@gmx.de2017-08-181-2/+2
| * efi_loader: use EFI_PAGE_SIZE instead of 4096xypron.glpk@gmx.de2017-08-121-2/+2
| * efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1xypron.glpk@gmx.de2017-08-121-1/+1
| * efi_loader: GOP fix for no displayRob Clark2017-08-111-1/+1
| * efi_loader: LocateHandle should return EFI_NOT_FOUND if none foundRob Clark2017-08-111-1/+4
| * efi_loader: attribute EFIAPI of efi_locate handle()xypron.glpk@gmx.de2017-08-111-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-08-1867-1036/+1511
|\ \
| * | mmc: Support generic PCI SD host controllerBin Meng2017-08-181-6/+1
| * | cmd: mmc: add mmc partconf read capabilityAngelo Dureghello2017-08-173-10/+49
| * | dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-1715-65/+33
| * | dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPSSimon Glass2017-08-171-1/+1
| * | dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPSSimon Glass2017-08-1722-22/+0