aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-20configs: remove FEC_QUIRK_ENET_MAC from imx8m configsTim Harvey15-20/+0
2022-05-20configs: imx8mp_venice: add FEC_QUIRK_ENET_MACTim Harvey1-0/+4
2022-05-20configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDRTim Harvey2-2/+0
2022-05-20imx: imx8m: drop uneeded checkPeng Fan1-4/+2
2022-05-20imx: imx8m: add rproc_attPeng Fan1-0/+26
2022-05-20imx: bootaux: get stack from elf filePeng Fan1-4/+11
2022-05-20imx: bootaux: add missing newlinePeng Fan1-1/+1
2022-05-20imx: bootaux: cleanup codePeng Fan1-23/+20
2022-05-20imx8m: fix reading of DDR4 MR registersRasmus Villemoes3-29/+8
2022-05-20ARM: imx: imx31: Introduce and use UART_BASE_ADDR(n)Marek Vasut1-0/+12
2022-05-20ARM: imx: imx27: Introduce and use UART_BASE_ADDR(n)Marek Vasut2-7/+19
2022-05-20ARM: imx: imx8m: Introduce and use UART_BASE_ADDR(n)Marek Vasut22-21/+31
2022-05-19mx6sllevk: Remove duplicated "mmc dev" commandFabio Estevam2-2/+2
2022-05-19mx6slevk: Remove duplicated "mmc dev" commandFabio Estevam3-3/+3
2022-05-19i.MX8 crypto/fsl: Enable fsl CAAM rng driverGaurav Jain1-1/+7
2022-05-19ARM: dts: imx: Use 100 kHz I2C2 on Data Modul i.MX8M Mini eDM SBCMarek Vasut1-1/+1
2022-05-19imx8mn/8mp: Allow booting via USBFabio Estevam1-0/+10
2022-05-19imx8mn_ddr4_evk: Add USB Mass Storage supportFabio Estevam1-0/+12
2022-05-19i.MX6SX: crypto/fsl: fix entropy delay valueGaurav Jain2-2/+15
2022-05-19mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driverYe Li1-0/+3
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