aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/20May2022Tom Rini4-1/+35
2022-05-20usb: dwc3: Fix non-usb3 configurationsJan Kiszka1-1/+3
2022-05-20Merge tag 'u-boot-stm32-20220520' of https://source.denx.de/u-boot/custodians...Tom Rini3-20/+118
2022-05-20usb: xhci-dwc3: Support role switch default roleMark Kettenis3-0/+32
2022-05-19spi: stm32_qspi: Remove SR_BUSY bit check before sending commandPatrice Chotard1-4/+0
2022-05-19spi: stm32_qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()Patrice Chotard1-12/+11
2022-05-19ARM: dts: stm32: Configure Buck3 voltage per PMIC NVM on Avenger96Marek Vasut2-4/+107
2022-05-18Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/18May2022Tom Rini23-48/+92
2022-05-17pinctrl: probe pinctrl drivers during post-bindRobert Marko1-0/+7
2022-05-17mvebu: uDPU: include fixed-phy supportRobert Marko1-0/+1
2022-05-17arm: mvebu: turris_{omnia,mox}: Enable CONFIG_NETCONSOLEPali Rohár2-0/+2
2022-05-17arm: mvebu: Fix DEBUG_UART_BASE for all 32-bit boardsPali Rohár10-10/+20
2022-05-17arm: mvebu: turris_omnia: Fix DEBUG_UART_BASEPali Rohár1-1/+2
2022-05-17serial: ns16550: Add support for SPL_DEBUG_UART_BASEPali Rohár1-2/+2
2022-05-17serial: Add new config option TPL_DEBUG_UART_BASEPali Rohár1-0/+7
2022-05-16serial: Add new config option SPL_DEBUG_UART_BASEPali Rohár1-0/+7
2022-05-16arm: mvebu: Move internal registers in arch_very_early_init() functionPali Rohár4-31/+29
2022-05-16arm: Add new config option ARCH_VERY_EARLY_INITPali Rohár2-0/+11
2022-05-16arm: mvebu: Remove unused ARMADA_64BITChris Packham1-4/+0
2022-05-16cmd: mvebu: Hide bubt specific options when bubt is disabledPali Rohár1-0/+4
2022-05-11Merge branch '2022-05-11-Kconfig-cleanups-etc'Tom Rini22-36/+43
2022-05-11Makefile: update warning about CONFIG_OF_EMBEDWIP/2022-05-11-Kconfig-cleanups-etcRalph Siemsen1-1/+1
2022-05-11board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r()Ovidiu Panait1-8/+5
2022-05-11Convert CONFIG_MTD_CONCAT to KconfigChris Packham5-3/+9
2022-05-11common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variablesRasmus Villemoes1-6/+6
2022-05-11boot: Kconfig: Enable FIT processing by default on TI secure devicesAndrew Davis1-0/+2
2022-05-11boot: Kconfig: Disable non-FIT loading for TI secure devicesAndrew Davis1-1/+1
2022-05-11spl: Force disable non-FIT loading for TI secure devicesAndrew Davis1-2/+4
2022-05-11spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMATAndrew Davis13-15/+15
2022-05-10Merge tag 'u-boot-stm32-20220510' of https://source.denx.de/u-boot/custodians...WIP/10May2022Tom Rini60-302/+1569
2022-05-10Merge tag 'i2c-2022-07' of https://source.denx.de/u-boot/custodians/u-boot-i2cTom Rini4-2/+7
2022-05-10misc: Fix always compiling MISC even for SPL/TPLSean Anderson2-1/+13
2022-05-10doc: Add documentation for STM32 MCUsPatrice Chotard9-0/+194
2022-05-10configs: stm32746g-eval: Add stm32746g-eval_spl_defconfigPatrice Chotard2-0/+87
2022-05-10configs: stm32746g-eval: Add stm32746g-eval_defconfigPatrice Chotard2-0/+65
2022-05-10configs: stm32f746-disco: use CONFIG_DEFAULT_DEVICE_TREE as fdtfilePatrice Chotard1-1/+1
2022-05-10board: stm32f746-disco: Fix dram_init() in none SPL configPatrice Chotard1-1/+1
2022-05-10configs: stm32f746-disco: Migrate SPL flags to defconfigPatrice Chotard2-24/+20
2022-05-10configs: stm32f769-disco: Migrate SPL flags to defconfigPatrice Chotard1-4/+21
2022-05-10configs: stm32f769-disco: Add stm32f769-disco_defconfigPatrice Chotard1-0/+65
2022-05-10configs: stm32f769-disco: Rename stm32f769-disco_defconfig to stm32f769-disco...Patrice Chotard2-0/+1
2022-05-10configs: stm32f746-disco: Add stm32f746-disco_defconfigPatrice Chotard1-0/+64
2022-05-10configs: stm32f746-disco: Rename stm32f746-disco_defconfig to stm32f746-disco...Patrice Chotard2-0/+1
2022-05-10configs: stm32f746-disco: Concatenate spl and u-boot binariesPatrice Chotard2-0/+2
2022-05-10clk: stm32mp1: Add missing newlineMarek Vasut1-1/+1
2022-05-10board: st: stm32mp1: Consider USB cable connected when boot device is USBPatrice Chotard1-0/+7
2022-05-10phy: stm32-usbphyc: stm32-usbphyc: Add DT phy tuning supportPatrice Chotard1-0/+167
2022-05-10gpio: stm32_gpio: Rework GPIO hole managementPatrice Chotard3-73/+37
2022-05-10pinctrl: pinctrl_stm32: Use GPIOF_UNKNOWN to indicate not mapped pinsPatrice Chotard1-2/+0
2022-05-10pinctrl: pinctrl_stm32: Update pinmux_mode definitionPatrice Chotard1-7/+6