summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | RPi: Add mbrugger as board maintainerMatthias Brugger2019-03-291-1/+1
| * | | | configs: ti: Move FIT image load address to avoid overwriteAndrew F. Davis2019-03-291-1/+1
| * | | | mmc: correct the HS400 initialization processBOUGH CHEN2019-03-291-2/+1
| |/ / /
* | | | Merge tag 'efi-2019-04-rc5-2' of git://git.denx.de/u-boot-efiTom Rini2019-03-295-11/+27
|\ \ \ \ | |/ / / |/| | |
| * | | efi_loader: define development target in README.uefiHeinrich Schuchardt2019-03-281-0/+11
| * | | efi_loader: update TODOs in doc/README.uefiHeinrich Schuchardt2019-03-271-4/+1
| * | | MAINTAINERS: adjust git repository for EFI PAYLOADHeinrich Schuchardt2019-03-271-1/+1
| * | | efi_loader: TODO for the EFI file protocolHeinrich Schuchardt2019-03-273-1/+14
| * | | efi_selftest: avoid double free in dp utilities testHeinrich Schuchardt2019-03-271-5/+0
| |/ /
* | | Merge tag 'arc-last-minute-for-2019.04' of git://git.denx.de/u-boot-arcTom Rini2019-03-286-254/+4
|\ \ \
| * | | hsdk: readme: Suggest getting pyelftools with pipAlexey Brodkin2019-03-281-3/+4
| * | | ARC: AXS10x: drop NAND supportEugeniy Paltsev2019-03-285-251/+0
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-03-261-1/+0
|\ \ \
| * | | configs: Stratix10: Remove CONFIG_USE_TINY_PRINTFLey Foon Tan2019-03-251-1/+0
* | | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-03-269-8/+91
|\ \ \ \ | |_|/ / |/| | |
| * | | mmc: tmio: Clamp SD_SECCNT to 16bit values on 16bit IPMarek Vasut2019-03-251-1/+4
| * | | mmc: sh_mmcif: Set default MMCIF clock rateMarek Vasut2019-03-251-1/+1
| * | | clk: renesas: Add support for setting MMCIF clock divider on Gen2Marek Vasut2019-03-251-0/+42
| * | | clk: renesas: Fix swapped div and mul in debug output on Gen2Marek Vasut2019-03-251-1/+1
| * | | clk: renesas: Fix SDH clock divider decoding on Gen2Marek Vasut2019-03-251-5/+9
| * | | ARM: dts: rmobile: Increase off-on delay on the SD Vcc regulatorMarek Vasut2019-03-256-0/+34
| |/ /
* | | Merge branch '2019-03-25-master-imports'Tom Rini2019-03-26658-809/+1044
|\ \ \
| * | | Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay2019-03-25165-351/+208
| * | | Convert CONFIG_DEFAULT_SPI_* to KconfigPatrick Delaunay2019-03-2517-29/+25
| * | | Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay2019-03-25573-422/+808
| * | | tqma6s_wru4_mmc: manage board_spi_cs_gpio correctlyPatrick Delaunay2019-03-251-0/+2
| * | | exynos: replace CONFIG_ENV_SPI_BASE by CONFIG_SYS_SPI_BASEPatrick Delaunay2019-03-253-3/+2
| * | | controlcenterdc: move some configuration in defconfig filePatrick Delaunay2019-03-252-6/+2
| * | | bcm7445: move some configuration in defconfig filePatrick Delaunay2019-03-252-4/+3
|/ / /
* | | Merge branch '2019-03-25-master-imports'Tom Rini2019-03-253-11/+14
|\ \ \ | |/ / |/| |
| * | mmc: Align MMC_TRACE with tiny printfMarek Vasut2019-03-251-10/+10
| * | scripts/Makefile.extrawarn: Silence more DTC warningsTom Rini2019-03-251-0/+2
| * | rsa: check that pointer checksum isn't NULL before using itPhilippe Reynes2019-03-251-1/+2
|/ /
* | Merge branch '2019-03-22-master-imports'Tom Rini2019-03-2222-54/+169
|\ \
| * | fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski2019-03-222-0/+7
| * | board: ti: Move fastboot functions out of TI_SECURE_DEVICE ifdefAndrew F. Davis2019-03-222-20/+20
| * | pci: Add comment to mention difference in DEVFN usage in U-Boot vs LinuxStefan Roese2019-03-221-0/+11
| * | common: image-android-dt: Fix out-of-bounds accessEugeniu Rosca2019-03-221-2/+2
| * | configs: am335x_evm: Add CONFIG_BLKFaiz Abbas2019-03-223-3/+0
| * | Revert "Ensure device tree DTS is compiled"Masahiro Yamada2019-03-221-10/+3
| * | mips: add missing dtb-y to arch/mips/dts/MakefileMasahiro Yamada2019-03-221-0/+5
| * | powerpc: fix arch/powerpc/dts/MakefileMasahiro Yamada2019-03-221-1/+1
| * | ARM: fix arch/arm/dts/MakefileMasahiro Yamada2019-03-221-11/+100
| * | tools: fit_image: Add the loadable property to configsAbel Vesa2019-03-221-0/+1
| * | common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabledAbel Vesa2019-03-221-0/+4
| * | armv8: Disable exception vectors in SPL by defaultAlexander Graf2019-03-222-3/+3
| * | Makefile: Do not pass -E to mkimage when SPL has full fitImage supportMarek Vasut2019-03-221-1/+7
| * | cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10Heinrich Schuchardt2019-03-221-1/+1
| * | configs: dra7xx_evm: Remove ENV_IS_IN_FATFaiz Abbas2019-03-222-0/+2
| * | arm: lib: bootm: Push the Starting kernel print to the endKeerthy2019-03-221-2/+2
|/ /