summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-30mips: octeon: tools: Add update_octeon_header toolStefan Roese
2020-11-30mips: octeon: bootoctlinux: Use gd->ram_size instead of ram_get_info()Stefan Roese
2020-11-30mips: octeon: Report full DDR size in dram_init() to gd->ram_sizeStefan Roese
2020-11-30mips: octeon: Fix Octeon DDR driver to use the correct structStefan Roese
2020-11-30mips: start.S: Add Octeon boot header compatibilityStefan Roese
2020-11-29Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini
2020-11-29Merge tag 'efi-2021-01-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-11-29charset: make u16_strnlen accessible at runtimeIlias Apalodimas
2020-11-29lib/efi_loader: fix ABI in efi_mm_communicate_headerEtienne Carriere
2020-11-29efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt
2020-11-29fs: fat: use ATTR_ARCH instead of anonymous 0x20Heinrich Schuchardt
2020-11-29fs: fat: directory entries starting with 0x05Heinrich Schuchardt
2020-11-29fs: fat: avoid NULL dereference when root dir is fullHeinrich Schuchardt
2020-11-28Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini
2020-11-28riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controllerPragnesh Patel
2020-11-28i2c: ocores: add i2c driver for OpenCores I2C controllerPragnesh Patel
2020-11-28i2c: designware_i2c: Don't warn if no reset controllerSimon Glass
2020-11-28i2c: mvtwsi: disable i2c slave also on Armada 8kBaruch Siach
2020-11-28mmc: check a return value about regulator's always-onJaehoon Chung
2020-11-28mmc: display an error number to debugJaehoon Chung
2020-11-28mmc: fsl_esdhc: make sure delay chain locked for HS400Yangbo Lu
2020-11-28mmc: fsl_esdhc: set sysctl register for clock initializationYangbo Lu
2020-11-28mmc: Add some helper functions for retrying on errorSean Anderson
2020-11-26ARM: mach-at91: fix timer.o compile conditionEugen Hristev
2020-11-26ARM: at91: armv7: sama7g5 uses CCF clock driverNicolas Ferre
2020-11-26ARM: dts: at91: sam9x60: enable slewrate/high drive for sdhci0 pinoutEugen Hristev
2020-11-26mmc: atmel-sdhci: fix the clk_enable call in case of no opsEugen Hristev
2020-11-25Merge tag 'u-boot-stm32-20201125' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-11-25board: st: stm32mp1: update load address for FIT examplesPatrick Delaunay
2020-11-25phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/offPatrick Delaunay
2020-11-25pinctrl: stmfx: update pin namePatrick Delaunay
2020-11-25pinctrl: stmfx: update pincontrol and gpio device namePatrick Delaunay
2020-11-25gpio: stm32: correct the bias managementPatrick Delaunay
2020-11-25pinctrl: stm32: display bias information for all pinsPatrick Delaunay
2020-11-25remoteproc: stm32: update error management in stm32_copro_startPatrick Delaunay
2020-11-25remoteproc: stm32: use reset for hold bootPatrick Delaunay
2020-11-25reset: stm32: Add support of MCU HOLD BOOTPatrick Delaunay
2020-11-25board: stm32mp1: no MTD partitions fixup for serial bootPatrick Delaunay
2020-11-25SPL: stm32mp1: fix spl_mmc_boot_partition not definedRichard Genoud
2020-11-25ARM: dts: stm32: Drop QSPI CS2 on DHCOMMarek Vasut
2020-11-25ARM: dts: stm32: Fix uSD card-detect GPIO on DHCOMMarek Vasut
2020-11-25ARM: dts: stm32: Add DHCOM based PicoITX boardMarek Vasut
2020-11-25arm: stm32mp: correct the ALIGN macro usagePatrick Delaunay
2020-11-25ARM: dts: stm32: Fix typo in stm32h7-u-boot.dtsiPatrice Chotard
2020-11-25ARM: dts: stm32: Fix timer initialization for stm32 MCU's boardPatrice Chotard
2020-11-25ARM: dts: stm32: DT sync with kernel v5.10-rc1 for MCU's boardsPatrice Chotard
2020-11-25ARM: dts: sync armv7-m.dtsi with kernel v5.10-rc1Patrice Chotard
2020-11-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2020-11-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini
2020-11-22usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung