aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-20spl: spl-nor: return error if no valid image was loadedWIP/2023-06-20-SPL-nor-updatesMario Kicherer1-1/+1
2023-06-20spl: spl_nor: use panic instead of hang if booting failsMario Kicherer1-4/+3
2023-06-20Merge branch '2023-06-19-spl-nvme-support' into nextTom Rini10-1/+214
2023-06-19common: spl: Add spl NVMe boot supportMayuresh Chitale3-0/+34
2023-06-19nvme: pci: Enable for SPLMayuresh Chitale3-1/+8
2023-06-19spl: blk: Support loading images from fsMayuresh Chitale5-0/+146
2023-06-19spl: Add Kconfig options for NVMEMayuresh Chitale1-0/+26
2023-06-19global: Use proper project name U-Boot (next)Michal Simek9-17/+17
2023-06-19Merge branch '2023-06-19-corstone1000-fwu-updates' into nextTom Rini7-16/+97
2023-06-19corstone1000: add nvmxip, fwu-mdata and gpt optionsWIP/2023-06-19-corstone1000-fwu-updatesRui Miguel Silva3-10/+14
2023-06-19corstone1000: set kernel_addr based on boot_idxRui Miguel Silva2-1/+56
2023-06-19corstone1000: add boot indexRui Miguel Silva1-1/+17
2023-06-19corstone1000: add fwu-metadata store infoRui Miguel Silva1-1/+6
2023-06-19nvmxip: move header to includeRui Miguel Silva2-1/+1
2023-06-19fwu_metadata: make sure structures are packedRui Miguel Silva1-3/+4
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