aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* u_boot_pylib: Move gitutil into the libraryWIP/17Feb2025-nextSimon Glass6 days20-22/+20
* spi: soft_spi: Add support for SPI_3WIREWIP/14Feb2025-nextHironori KIKUCHI9 days1-3/+16
* Merge patch series "Rework requirements.txt files"Tom Rini9 days8-54/+63
|\
| * Dockerfile: Update for having more requirements.txt filesTom Rini9 days1-2/+7
| * python: Recreate test/py and tools/buildman requirements.txt filesTom Rini9 days2-32/+3
| * CI: Invoke pip once rather than multiple timesTom Rini9 days2-35/+28
| * CI: Consistently install our requirements.txt filesTom Rini9 days2-4/+23
| * CI: Be consistent in creating and starting our virtualenvTom Rini9 days2-4/+14
| * python: Create requirements.txt files for each "project"Tom Rini9 days3-0/+11
* | board: ti: am62px: tifs-rm-cfg/rm-cfg: Update DMA resource sharing for CPSWSiddharth Vadapalli9 days2-29/+125
* | Merge patch series "Introduce K3 remoteproc driver for M4 subsystem"Tom Rini9 days43-93/+429
|\ \
| * | configs: am6*/j7*: Remove remoteproc configsJudith Mendez9 days26-75/+0
| * | arm: mach-k3: Enable remoteproc drivers by default for K3 ARCHJudith Mendez9 days1-0/+24
| * | cmd: Enable CMD remoteproc by default for K3 ARCHJudith Mendez9 days1-0/+1
| * | spl: Enable SPL remoteproc by default for K3 ARCHJudith Mendez9 days1-0/+1
| * | remoteproc: Enable ARM64 remoteproc driver by default for K3 ARCHJudith Mendez9 days1-0/+1
| * | board: ti: am62px: Add remoteproc specific env supportHari Nagalla9 days1-0/+6
| * | board: ti: am62x: Add remoteproc specific env supportHari Nagalla9 days1-0/+6
| * | board: ti: am64x: Add remoteproc specific env supportHari Nagalla9 days1-0/+6
| * | remoteproc: k3-r5: Add support for R5F cores on AM64x SoCsHari Nagalla9 days1-0/+2
| * | remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystemHari Nagalla9 days3-0/+382
* | | Kconfig: Move CONFIG_BOOTCOUNT_ALTBOOTCMD to KconfigTomas Peterka9 days66-78/+49
* | | Merge patch series "test: Complete the suite migration"Tom Rini10 days55-499/+587
|\ \ \
| * | | test: Update documentationCHECK/v2-test-updatesSimon Glass12 days3-60/+149
| * | | test: Do flag-processing in the correct placeSimon Glass12 days2-47/+66
| * | | test: Move code out of cmd_ut_category()Simon Glass12 days1-37/+25
| * | | test: Allow running a selection of suitesSimon Glass12 days3-13/+26
| * | | test: Drop suites.hSimon Glass12 days31-40/+0
| * | | test: Make cmd_ut_category() staticSimon Glass12 days2-25/+3
| * | | test: Drop support for test commandsSimon Glass12 days2-36/+12
| * | | test: Rename optee test-fileSimon Glass12 days2-1/+1
| * | | test: Drop the function for running optee testsSimon Glass12 days3-19/+1
| * | | test: Split optee tests into three functionsSimon Glass12 days1-17/+40
| * | | test: Update optee to do init and uninit from testsSimon Glass12 days2-21/+38
| * | | test: Drop the function for running bootstd testsSimon Glass12 days3-15/+1
| * | | test: Update bootstd to do init from testsSimon Glass12 days3-21/+10
| * | | test: Drop the function for running fdt_overlay testsSimon Glass12 days3-20/+1
| * | | test: Update fdt_overlay to do init from testsSimon Glass12 days2-1/+5
| * | | test: Update fdt_overlay test to use fdtdec functionsSimon Glass12 days1-51/+22
| * | | test: Move fdt_overlay init into a functionSimon Glass12 days1-56/+57
| * | | test: Make all tests depend on UNIT_TESTSimon Glass12 days5-12/+9
| * | | test: Move fdt-overlay-test rule into test/Simon Glass12 days2-1/+1
| * | | test: Move optee-test rule into test/Simon Glass12 days2-1/+1
| * | | test: Move env-test rule into test/Simon Glass12 days2-1/+1
| * | | test: Tweak FDT-overlay testsSimon Glass12 days12-38/+39
| * | | test: Support an init/uninit functions for test suitesSimon Glass12 days2-1/+22
| * | | test: Leave out the prefix when printing test namesSimon Glass12 days3-9/+15
| * | | test: Show the average time per testSimon Glass12 days3-3/+43
| * | | test: Keep track of suite durationSimon Glass12 days5-2/+48
| * | | test: Add up the number of tests manuallySimon Glass12 days1-2/+8