aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-10ARM: stm32: Use CONFIG_TFTP_TSIZE on STMicroelectronics boardsPatrick Delaunay3-0/+3
2022-05-10ARM: dts: stm32: Move DHCOR BUCK3 VDD 2V9 adjustment to 1V8 DTSIMarek Vasut2-2/+7
2022-05-10ARM: stm32: Use CONFIG_TFTP_TSIZE on DHSOMMarek Vasut2-0/+2
2022-05-10ARM: stm32: Use default CONFIG_TFTP_BLOCKSIZE on DHSOMMarek Vasut2-2/+0
2022-05-10stm32mp: psci: Retain MCUDIVR, PLL3CR, PLL4CR, MSSCKSELR across suspendMarek Vasut1-0/+16
2022-05-10ram: stm32mp1: Conditionally enable ASRMarek Vasut1-3/+11
2022-05-10arm: dts: stm32mp15: alignment with v5.18Patrick Delaunay16-21/+168
2022-05-10ARM: stm32mp: correctly handle Silicon revisionPatrick Delaunay2-7/+8
2022-05-10ARM: stm32mp: skip ft_system_setup when the soc node is absentPatrick Delaunay1-0/+3
2022-05-10configs: stm32mp1: Add support for baudrates higher than 115200 for st-linkPatrick Delaunay1-0/+5
2022-05-10configs: stm32mp1: set the console variable for extlinux.confPatrick Delaunay1-0/+3
2022-05-10board: st: common: fix the error messages in stboard commandPatrick Delaunay1-2/+2
2022-05-10video: stm32: stm32_ltdc: support several hardware versionsYannick Fertre1-29/+216
2022-05-10video: stm32: stm32_ltdc: fix data enable polarityYannick FERTRE1-1/+1
2022-05-10stm32mp: stm32prog: handle flashlayout without STM32 image headerPatrick Delaunay1-1/+2
2022-05-10stm32mp: stm32prog: handle U-Boot script in flashlayout alternatePatrick Delaunay3-7/+13
2022-05-10stm32mp: stm32prog: handle interruption during the first enumerationPatrick Delaunay1-2/+5
2022-05-10stm32mp: stm32prog: add support of UUID for FIP partitionPatrick Delaunay2-20/+59
2022-05-10stm32mp: stm32prog: add support of STM32IMAGE version 2Patrick Delaunay3-48/+114
2022-05-10stm32mp: stm32prog: add TEE support in stm32prog commandPatrick Delaunay4-14/+142
2022-05-10stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTPPatrick Delaunay2-27/+46