summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-19Merge tag 'u-boot-imx-next-20240919' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2024-09-19Merge tag 'fwu-next-19092024' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-09-19fwu: print a message if empty capsule checks failSughosh Ganu
2024-09-19fwu: do not allow capsule processing on exceeding Trial Counter thresholdSughosh Ganu
2024-09-19fwu: add dependency checks for selecting FWU metadata versionSughosh Ganu
2024-09-19fwu: check all images for transitioning out of Trial StateSughosh Ganu
2024-09-19fwu: v1: do a version check for the metadataSughosh Ganu
2024-09-19fwu: v2: try reading both copies of metadataSughosh Ganu
2024-09-19imx6q-lxr: Add board supportFabio Estevam
2024-09-19imx93_evk: add back Low drive mode ddr timing filePeng Fan
2024-09-19imx93_evk: Remove CONFIG_IMX9_LOW_DRIVE_MODE and ld defconfigPeng Fan
2024-09-19imx93_evk: spl: update pmic settingsPeng Fan
2024-09-19imx9: trdc: introduce trdc_mbc_blk_numPeng Fan
2024-09-19imx9: trdc: cleanup codePeng Fan
2024-09-19imx: Generalize fixup_thermal_tripsPeng Fan
2024-09-19imx93: Add Low performance parts 9302/9301 supportYe Li
2024-09-19imx9: soc: Disable cpu1 for variants that only has one A55 corePeng Fan
2024-09-19imx: Generalize disable_cpu_nodesPeng Fan
2024-09-19imx8m: soc: Drop disable_pmu_cpu_nodesPeng Fan
2024-09-19imx9: Add 233Mhz DDR PLL frequencyYe Li
2024-09-19imx9: soc: Mask the wdog reset in src by default on i.mx9Jacky Bai
2024-09-19imx9: clock: Update clock init function and sequenceYe Li
2024-09-19imx9: soc: Add function to get target voltage modeYe Li
2024-09-19imx9: soc: Print ELE informationPeng Fan
2024-09-19imx9: soc: Change second Ethernet MAC fuse layoutYe Li
2024-09-19imx9: soc: Change FSB directly access to fuse APIPeng Fan
2024-09-19imx9: soc: Print UID in big endian format for EL2GOYe Li
2024-09-19imx9: soc: imx9: soc: Align UID endianness with ROMFrank Li
2024-09-19imx9: soc: Configure TRDC for M33 TCM accessYe Li
2024-09-19imx9: soc: wait ssar when power on power domainPeng Fan
2024-09-18Merge patch series "Fix various bugs"Tom Rini
2024-09-18test: mbr: Drop a duplicate testSimon Glass
2024-09-18test: mbr: Use RAM for the buffersSimon Glass
2024-09-18test: mbr: Use a constant for the block sizeSimon Glass
2024-09-18test: mbr: Unmap the buffers after useSimon Glass
2024-09-18cmd: Fix memory-mapping in cmp commandSimon Glass
2024-09-18read: Tidy up use of map_sysmem() in the read commandSimon Glass
2024-09-18mmc: Use map_sysmem() with buffers in the mmc commandSimon Glass
2024-09-18sandbox: Implement reference counting for address mappingSimon Glass
2024-09-18sandbox: Add some debugging to pci_ioSimon Glass
2024-09-18sandbox: Unmap old tagsSimon Glass
2024-09-18sandbox: Update cpu to use loggingSimon Glass
2024-09-18sandbox: Change the range used for memory-mapping tagsSimon Glass
2024-09-18test: mbr: Adjust test to drop 0xSimon Glass
2024-09-18test: mbr: Adjust test to use lower-case hexSimon Glass
2024-09-18dm: usb: Deal with USB keyboard persisting across testsSimon Glass
2024-09-18usb: Add DEV_FLAGS_DM to stdio for USB keyboardSimon Glass
2024-09-18log: Add a new log category for the consoleSimon Glass
2024-09-18usb: Drop old non-DM codeSimon Glass
2024-09-18bootstd: Create a function to reset USBSimon Glass