aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-16Merge tag 'u-boot-stm32-20230616' of https://source.denx.de/u-boot/custodians...WIP/16Jun2023-nextTom Rini51-430/+2031
2023-06-16serial: stm32: BRR must be set only when usart is disablePatrice Chotard1-0/+6
2023-06-16serial: stm32: Wait TC bit before performing initializationPatrice Chotard2-0/+16
2023-06-16configs: stm32f746-disco: remove a useless commentDario Binacchi1-2/+0
2023-06-16ARM: dts: stm32f769-disco: remove the dsi_host nodeDario Binacchi1-5/+0
2023-06-16ARM: dts: stm32mp: alignment with v6.3Patrick Delaunay12-38/+1459
2023-06-16media: dt-bindings: media: Add macros for video interface bus typesPatrick Delaunay1-0/+16
2023-06-16pmic: stpmic1: support new prefix node name for regulatorPatrick Delaunay1-0/+2
2023-06-16stm32mp: stm32prog: use the decimal format by default for offset parsingPatrick Delaunay1-1/+1
2023-06-16stm32mp: stm32prog: fix OTP read/write error managementPatrick Delaunay1-1/+8
2023-06-16configs: stm32mp1: reduce DDR_CACHEABLE_SIZE to supported 256MB DDRPatrick Delaunay2-2/+2
2023-06-16stm32mp: bsec: add check on null size in misc opsPatrick Delaunay1-2/+2
2023-06-16stm32mp: add support of STM32MP15x Rev.YPatrick Delaunay2-1/+5
2023-06-16ARM: stm32: Use __section(".data") with dot in the section name on DHSOMMarek Vasut1-3/+3
2023-06-16ARM: stm32: Add missing header for save_boot_paramsMarek Vasut1-0/+1
2023-06-16ARM: stm32: Fix OF_LIST on DHCORTom Rini1-0/+1
2023-06-16ARM: stm32: Add IWDG handling into PSCI suspend codeMarek Vasut2-5/+70
2023-06-16config: stm32mp15: remove CONFIG_FASTBOOT_CMD_OEM_FORMATPatrick Delaunay5-18/+0
2023-06-16config: stm32mp15: remove CONFIG_FASTBOOT_USB_DEVPatrick Delaunay3-3/+0
2023-06-16stm32mp: stm32prog: Add support of FWU_MDATA partition typePatrick Delaunay2-0/+12
2023-06-16stm32mp: stm32prog: Add support of ESP partition typePatrick Delaunay2-2/+14
2023-06-16stm32mp: stm32prog: Add support of ENV partition typePatrick Delaunay2-0/+6
2023-06-16arm: dts: stm32: Add partitions in flash0 and nand node for stm32mp15xx-dhcom...Patrick Delaunay4-6/+54
2023-06-16configs: stm32mp1: disable CMD_MTDPARTSPatrice Chotard4-4/+0
2023-06-16stm32mp: stm32prog: Remove tee_detected from stm32prog_data structPatrice Chotard4-27/+0
2023-06-16board: st: remove board_mtdparts_defaultPatrick Delaunay3-244/+0
2023-06-16board: stm32mp1: use fdt_copy_fixed_partitionsPatrick Delaunay5-19/+1
2023-06-16configs: stm32mp: Disable SYS_MTDPARTS_RUNTIME for stm32mp15 and stm32mp13Patrice Chotard4-4/+0
2023-06-16arm: dts: stm32: Add partitions in flash0 and nand node for stm32mp15xx-ev1Patrice Chotard3-3/+184
2023-06-16arm: dts: stm32: Align stm32mp15xx-*-scmi-u-boot.dtsi filePatrick Delaunay3-0/+48
2023-06-16stm32mp: stm32prog: Remove usage of "mtdparts" functionPatrice Chotard1-23/+19
2023-06-16dfu: mtd: remove direct call of mtdparts_init functionPatrick Delaunay2-16/+19
2023-06-16fdt_support: add fdt_copy_fixed_partitions functionPatrick Delaunay2-0/+81
2023-06-16fdt_support: include dm/ofnode.hPatrick Delaunay1-1/+1
2023-06-15Merge tag 'fsl-qoriq-2023-6-15' of https://source.denx.de/u-boot/custodians/u...WIP/15Jun2023-nextTom Rini31-3558/+2593
2023-06-15configs: ls1046afrwy: enable DM_MDIO and DM_CMDCamelia Groza2-0/+4
2023-06-15board: freescale: ls1046afrwy: enumerate PCI devicesCamelia Groza1-0/+3
2023-06-15arm: dts: ls1046afrwy: add the FMan Ethernet nodesCamelia Groza1-1/+47
2023-06-15net: fsl-mc: sync remaining MC commandsIoana Ciornei5-51/+35
2023-06-15net: fsl-mc: sync DPIO MC APIsIoana Ciornei2-210/+220
2023-06-15net: fsl-mc: sync DPSPARSER MC APIsIoana Ciornei2-137/+126
2023-06-15net: fsl-mc: sync DPNI MC APIsIoana Ciornei4-729/+990
2023-06-15net: fsl-mc: sync DPRC MC APIsIoana Ciornei2-376/+280
2023-06-15net: fsl-mc: sync DPMAC MC APIsIoana Ciornei2-210/+215
2023-06-15net: fsl-mc: sync DPBP MC APIsIoana Ciornei3-209/+188
2023-06-15net: fsl-mc: remove unused MC APIsIoana Ciornei9-1471/+0
2023-06-15board: fsl: lx2160ardb: add dts fixup function for RevC and newerFlorin Chiculita4-0/+125
2023-06-15board: fsl: lx2160ardb: add api for obtaining board revisionFlorin Chiculita2-5/+19
2023-06-14net: ldpaa_eth: export DPNI and DPMAC counters through 'net stats'Ioana Ciornei1-4/+40
2023-06-14cmd: net: add a 'net stats' command to dump network statisticsIoana Ciornei2-1/+59