summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-tegraWIP/05Dec2020Tom Rini2020-12-0516-21/+73
|\
| * configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include filePatrick Delaunay2020-12-043-2/+2
| * arm: tegra: add options for BOOTENV_EFI_SET_FDTFILE_FALLBACK for tegra186Peter Robinson2020-12-042-1/+8
| * arm: tegra: define fdtfile option for distro bootPeter Robinson2020-12-047-0/+12
| * colibri_t30: disable rs232 serial transceiver forceoff pinsMarcel Ziswiler2020-12-041-0/+11
| * apalis/colibri_t30: add note about colibri vs. nvidia uart mappingMarcel Ziswiler2020-12-042-2/+15
| * apalis/colibri_t30: avoid uart input from floating pinsMarcel Ziswiler2020-12-042-6/+10
| * colibri_t30: fix spi1 and uart2/3 resp. uartb/c pinmuxingMarcel Ziswiler2020-12-041-11/+12
| * apalis/colibri_t30: add comment about tristate and input vs. output pinmuxingMarcel Ziswiler2020-12-042-0/+4
|/
* Merge branch '2020-12-02-master-imports'Tom Rini2020-12-0315-26/+22
|\
| * km/common: remove CONFIG_MTD_CONCATWIP/02Dec2020Holger Brunck2020-12-021-3/+0
| * remove obsolete option CONFIG_JFFS2_CMDLINEHolger Brunck2020-12-026-9/+0
| * mtd: spi-nor-ids: add Winbond W25Q32JW-IM flashMichael Walle2020-12-021-0/+5
| * MAINTAINERS: assign include/log.hHeinrich Schuchardt2020-12-021-0/+1
| * log: typos in include/log.hHeinrich Schuchardt2020-12-021-4/+4
| * common: update: fix an "unused" warning against update_flash()AKASHI Takahiro2020-12-021-4/+4
| * global_data: Fix comment for dm_driver_rtSimon Glass2020-12-021-1/+1
| * log: Fix comment for LOGC_BOOTSimon Glass2020-12-021-2/+2
| * linux/compat.h: Remove debug() from spin_lock_irqsave()Andy Shevchenko2020-12-021-1/+1
| * watchdog: sbsa: timeout should be in "millisecond"Zhao Qiang2020-12-021-1/+1
| * fs/squashfs: sqfs_close/sqfs_read_sblk: set ctxt.sblk to NULL after freeRichard Genoud2020-12-021-1/+3
|/
* Merge tag 'dm-pull-30nov20' of git://git.denx.de/u-boot-dmTom Rini2020-12-024-12/+11
|\
| * binman: Remove additional backslashMichal Simek2020-11-301-1/+1
| * dm: core: Fix incorrect flag checkMarek Vasut2020-11-301-1/+1
| * sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak2020-11-301-10/+8
| * binman: Handle tool paths containing '~' correctlySimon Glass2020-11-301-0/+1
* | Merge tag 'mips-fixes-for-v2021.01' of https://gitlab.denx.de/u-boot/custodia...WIP/30Nov2020Tom Rini2020-11-309-244/+650
|\ \ | |/ |/|
| * mips: octeon: tools: Add update_octeon_header toolStefan Roese2020-11-305-222/+632
| * mips: octeon: bootoctlinux: Use gd->ram_size instead of ram_get_info()Stefan Roese2020-11-301-18/+3
| * mips: octeon: Report full DDR size in dram_init() to gd->ram_sizeStefan Roese2020-11-301-1/+6
| * mips: octeon: Fix Octeon DDR driver to use the correct structStefan Roese2020-11-301-1/+1
| * mips: start.S: Add Octeon boot header compatibilityStefan Roese2020-11-301-2/+8
* | Prepare v2021.01-rc3v2021.01-rc3Tom Rini2020-11-301-1/+1
* | configs: Resync with savedefconfigTom Rini2020-11-30201-402/+402
|/
* Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot...WIP/29Nov2020Tom Rini2020-11-293-94/+95
|\
| * mmc: check a return value about regulator's always-onJaehoon Chung2020-11-281-2/+2
| * mmc: display an error number to debugJaehoon Chung2020-11-281-5/+5
| * mmc: fsl_esdhc: make sure delay chain locked for HS400Yangbo Lu2020-11-282-3/+29
| * mmc: fsl_esdhc: set sysctl register for clock initializationYangbo Lu2020-11-281-1/+1
| * mmc: Add some helper functions for retrying on errorSean Anderson2020-11-281-83/+58
* | Merge tag 'efi-2021-01-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-11-295-8/+9
|\ \
| * | charset: make u16_strnlen accessible at runtimeIlias Apalodimas2020-11-291-1/+2
| * | lib/efi_loader: fix ABI in efi_mm_communicate_headerEtienne Carriere2020-11-291-1/+1
| * | efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt2020-11-291-0/+1
| * | fs: fat: use ATTR_ARCH instead of anonymous 0x20Heinrich Schuchardt2020-11-291-1/+2
| * | fs: fat: directory entries starting with 0x05Heinrich Schuchardt2020-11-291-2/+1
| * | fs: fat: avoid NULL dereference when root dir is fullHeinrich Schuchardt2020-11-291-3/+2
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2cWIP/28Nov2020Tom Rini2020-11-287-4/+655
|\ \ | |/ |/|
| * riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controllerPragnesh Patel2020-11-282-0/+3
| * i2c: ocores: add i2c driver for OpenCores I2C controllerPragnesh Patel2020-11-283-0/+645