aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Hyperflash Boot fixes for J7200/J721E"WIP/14Dec2024-nextTom Rini2024-12-1410-9/+43
|\
| * mtd: Kconfig: Change HBMC driver's dependency to MULTIPLEXER and MUX_MMIOAnurag Dutta2024-12-141-1/+1
| * configs: j7200_evm_*_defconfig: Add configs for Hyperflash bootVaishnav Achath2024-12-143-2/+8
| * include: configs: j721e_evm: Increase memory offset for tiboot3.bin in HyperF...Aswath Govindraju2024-12-141-3/+6
| * configs: j721e_evm_*_defconfig: Add configs for Hyperflash bootVaishnav Achath2024-12-142-1/+7
| * arm: dts: k3-j721e-r5-common: Add HBMC overrides for R5 SPLVaishnav Achath2024-12-141-0/+7
| * arm: dts: k3-j7200-r5-common: Add HBMC overrides for R5 SPLVaishnav Achath2024-12-141-0/+7
| * mtd: HBMC-AM654: Changed syscon API to mux APIsAnurag Dutta2024-12-141-3/+7
| * mux: Makefile: Add config for mux driversAnurag Dutta2024-12-141-0/+1
* | Merge patch series "configs: Enable CMD_NFS by default"Tom Rini2024-12-146-34/+7
|\ \
| * | configs: j7*: Enable TI_COMMON_CMD_OPTIONSNeha Malcom Francis2024-12-145-34/+6
| * | board: ti: common: Kconfig: Add CMD_NFSNeha Malcom Francis2024-12-141-0/+1
| |/
* | Merge patch series "UART support for higher baudrate"Tom Rini2024-12-143-18/+81
|\ \
| * | drivers: serial: serial_omap: Fix TI OMAP UART U-Boot driver to support highe...Gokul Praveen2024-12-141-1/+55
| * | serial: ns16550: Increase scope of ops functionsGokul Praveen2024-12-142-17/+26
* | | Merge patch series "Add phyCORE AM62Ax"WIP/13Dec2024-nextTom Rini2024-12-1323-3/+6690
|\ \ \
| * | | doc: board: phytec: Add phyCORE-AM62axGarrett Giordano2024-12-133-0/+185
| * | | board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoMGarrett Giordano2024-12-1319-1/+6502
* | | | arm: mach-k3: am62a7: Provide a way to obtain boot device for non SPLsGarrett Giordano2024-12-133-96/+108
* | | | toradex: tdx-cfg-block: rework modules pid4 handlingVitor Soares2024-12-133-97/+117
* | | | Merge patch series "Enable EFI capsule updates for PHYTEC K3 SoMs"Tom Rini2024-12-137-0/+183
|\ \ \ \
| * | | | configs: phycore_am6*_a53_defconfig: Enable capsule updateWadim Egorov2024-12-132-0/+18
| * | | | board: phytec: k3: Add EFI capsule update supportWadim Egorov2024-12-133-0/+88
| * | | | arm: dts: k3-am642-phycore-som-binman: Provide capsule nodesWadim Egorov2024-12-131-0/+38
| * | | | arm: dts: k3-am625-phycore-som-binman: Provide capsule nodesWadim Egorov2024-12-131-0/+39
* | | | | Merge patch series "AM62A DWC3: Add support for USB DFU boot in OTG mode"Tom Rini2024-12-132-4/+6
|\ \ \ \ \
| * | | | | board: ti: am62ax: env: include environment for DFUSiddharth Vadapalli2024-12-131-0/+1
| * | | | | usb: dwc3-generic: set "mode" based on caller of dwc3_generic_probe()Siddharth Vadapalli2024-12-131-4/+5
* | | | | | Merge patch series "J721S2: Enable ESMs and related PMIC"Tom Rini2024-12-134-0/+32
|\ \ \ \ \ \
| * | | | | | configs: j721s2_evm_r5_defconfig: Add ESM configsManorit Chawdhry2024-12-132-0/+4
| * | | | | | arch: arm: dts: k3-j721s2-r5-common-proc-board: Add esm nodeManorit Chawdhry2024-12-131-0/+4
| * | | | | | board: ti: j721s2: Initialize the ESM & PMIC ESMKeerthy2024-12-131-0/+23
| |/ / / / /
* | | | | | Merge patch series "Add QOS support for J722S and AM62P"Tom Rini2024-12-1310-0/+216
|\ \ \ \ \ \
| * | | | | | configs: am62p_evm_r5_defconfig: Enable CONFIG_K3_QOSJayesh Choudhary2024-12-131-0/+1
| * | | | | | configs: j722s_evm_r5_defconfig: Enable CONFIG_K3_QOSJayesh Choudhary2024-12-131-0/+1
| * | | | | | arm: mach-k3: am62p: Add QoS support for DSSJayesh Choudhary2024-12-134-0/+103
| * | | | | | arm: mach-k3: j722s: Add QoS support for DSSJayesh Choudhary2024-12-134-0/+111
| |/ / / / /
* | | | | | Revert "Merge patch series "vbe: Series part E""Tom Rini2024-12-1218-267/+68
* | | | | | Merge patch series "vbe: Series part E"Tom Rini2024-12-1218-68/+267
|\ \ \ \ \ \
| * | | | | | hash: Plumb crc8 into the hash functionsSimon Glass2024-12-123-0/+17
| * | | | | | boot: Imply CRC8 with VBESimon Glass2024-12-121-0/+2
| * | | | | | lib: Allow crc8 in TPL and VPLSimon Glass2024-12-121-0/+18
| * | | | | | boot: Allow use of FIT in TPL and VPLSimon Glass2024-12-122-1/+70
| * | | | | | spl: lib: Allow for decompression in any SPL buildSimon Glass2024-12-122-6/+41
| * | | | | | spl: Add some more debugging to load_simple_fit()Simon Glass2024-12-121-1/+9
| * | | | | | spl: Drop a duplicate variable in boot_from_devices()Simon Glass2024-12-121-1/+0
| * | | | | | spl: Drop use of uintptr_tSimon Glass2024-12-124-37/+37
| * | | | | | spl: Support a relocated stack in any XPL phaseSimon Glass2024-12-121-1/+1
| * | | | | | spl: Allow serial to be disabled in any XPL phaseSimon Glass2024-12-121-1/+1
| * | | | | | spl: Report a loader failureSimon Glass2024-12-121-4/+8