summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cm_fx6: fix video stdout in default environmentAnatolij Gustschin2020-06-181-2/+2
| |/ / / /
* | / / / Azure/GitLab: Move to latest Docker imageTom Rini2020-06-182-2/+2
| |/ / / |/| | |
* | | | Merge tag 'u-boot-amlogic-20200618' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-06-1847-1967/+2134
|\ \ \ \ | |/ / / |/| | |
| * | | board: amlogic: add board doc files to MAINTAINERSNeil Armstrong2020-06-1810-0/+18
| * | | board: amlogic: move boards doc into doc/board/amlogicNeil Armstrong2020-06-1837-1967/+2116
|/ / /
* | | Merge tag 'u-boot-stm32-20200616' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-06-165-15/+38
|\ \ \
| * | | dts: ARM: stm32mp15: add OP-TEE node in u-boot DTSIEtienne Carriere2020-06-164-10/+29
| * | | board: stm32mp1: fix handling of DT OP-TEE reserved memory nodesEtienne Carriere2020-06-161-5/+9
* | | | Merge tag 'efi-2020-07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-06-156-12/+41
|\ \ \ \
| * | | | efi_loader: printf code in efi_image_parse()Heinrich Schuchardt2020-06-141-1/+1
| * | | | doc: random number generationHeinrich Schuchardt2020-06-145-11/+40
* | | | | regulator: fix: enable gpio when requestedMark Kettenis2020-06-152-3/+2
| |/ / / |/| | |
* | | | Merge branch '2020-06-15-misc-bugfixes'Tom Rini2020-06-156-25/+8
|\ \ \ \
| * | | | env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDRPatrick Delaunay2020-06-151-1/+1
| * | | | config: qemu: increase SYS_MALLOC_F_LENHeinrich Schuchardt2020-06-151-1/+1
| * | | | Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"Sean Anderson2020-06-151-17/+1
| * | | | trivial: Fix booot occurencesMichal Simek2020-06-152-2/+2
| * | | | optee: fix copy of optee reserved-memory nodeEtienne Carriere2020-06-151-4/+3
* | | | | Merge tag 'mmc-2020-6-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-06-156-34/+74
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut2020-06-151-2/+3
| * | | | mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut2020-06-151-0/+1
| * | | | board: presidio-asic: update eMMC DT informationAlex Nemirovsky2020-06-151-3/+1
| * | | | mmc: ca_dw_mmc: Misc cleanup of driverArthur Li2020-06-151-22/+12
| * | | | mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issueYangbo Lu2020-06-153-2/+53
| * | | | mmc: fsl_esdhc: read register once for card inserted statusYangbo Lu2020-06-151-5/+4
| |/ / /
* | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2020-06-142-224/+265
|\ \ \ \
| * | | | eth/r8152: update the firmwareHayes Wang2020-06-142-224/+265
| | |_|/ | |/| |
* | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpgaTom Rini2020-06-141-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | arm: dts: socfpga: cyclone5: Update i2c-scl-falling-time-nsLey Foon Tan2020-06-141-0/+4
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2020-06-1235-2212/+130
|\ \ \ | |/ / |/| |
| * | am335x: sl50: Enable DM_SPIJagan Teki2020-06-111-0/+1
| * | configs: igep00x0: Enable DM_SPIJagan Teki2020-06-111-0/+1
| * | arm: Remove pcm051 boardJagan Teki2020-06-1110-691/+0
| * | arm: Remove omap3_pandora_defconfig boardJagan Teki2020-06-119-669/+0
| * | spi: davinci: Drop non-dm codeJagan Teki2020-06-113-172/+6
| * | ks2_evm: Switch to DM_SPL, SPL_OF_CONTROLJagan Teki2020-06-115-8/+8
| * | spi: atmel: Drop atmel_spi.hJagan Teki2020-06-111-3/+85
| * | spi: atmel: Remove nondm codeJagan Teki2020-06-112-209/+0
| * | spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUTJagan Teki2020-06-112-5/+0
| * | spi: fsl_dspi: Drop nondm codeJagan Teki2020-06-111-132/+0
| * | spi: Zap SOFT_SPI (non-dm)Jagan Teki2020-06-113-176/+6
| * | spi: mxs: Code cleanupJagan Teki2020-06-111-19/+18
| * | spi: mxs: Drop nondm codeJagan Teki2020-06-112-129/+6
|/ /
* | Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-0920-71/+132
|\ \ | |/ |/|
| * Revert "imx: rom api: fix image offset computation"Stefano Babic2020-06-091-1/+6
| * ARM: dts: imx: m53menlo: Convert to DM_ETHMarek Vasut2020-06-082-0/+14
| * ARM: imx: m53menlo: Do not fail boot on invalid splash screenMarek Vasut2020-06-081-5/+9
| * ARM: imx: ddr: Add missing PHY resetMarek Vasut2020-06-082-3/+20
| * power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut2020-06-081-0/+7
| * imx: imx8mp_evk: fix boot issuePeng Fan2020-06-082-8/+7