aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: print: Skip test on x86Simon Glass2023-12-131-0/+8
* test: lmb: Move tests into the lib suiteSimon Glass2023-12-131-24/+12
* test: event: Only run test_event_probe() on sandboxSimon Glass2023-12-131-0/+3
* test: font: Add dependencies on fontsSimon Glass2023-12-131-1/+5
* test: fdt: Add a special case for real boardsSimon Glass2023-12-131-1/+7
* test: bdinfo: Add missing assertsSimon Glass2023-12-131-4/+7
* test: Handle use of stack pointer in bdinfoSimon Glass2023-12-131-0/+12
* test: Run bootstd tests only on sandboxSimon Glass2023-12-133-2/+7
* test: Make UT_LIB_ASN1 depend on sandboxSimon Glass2023-12-131-0/+1
* test: Add helper to skip to partial console lineSimon Glass2023-12-131-0/+27
* test: Add a new suite for commandsSimon Glass2023-12-133-0/+28
* Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini2023-12-131-1/+1
|\
| * command: Introduce functions to obtain command argumentsSimon Glass2023-12-131-1/+1
* | test: bdinfo: Handle systems without getoptMarek Vasut2023-12-101-8/+18
* | test/py: Disable error E0611 in two cases for pylintTom Rini2023-12-092-0/+2
* | Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a"WIP/09Dec2023-nextTom Rini2023-12-091-8/+66
|\ \
| * | test: bdinfo: Test bdinfo -eMarek Vasut2023-12-091-0/+14
| * | test: bdinfo: Test bdinfo -mMarek Vasut2023-12-091-3/+23
| * | test: bdinfo: Test bdinfo -hMarek Vasut2023-12-091-0/+17
| * | test: bdinfo: Test both bdinfo and bdinfo -aMarek Vasut2023-12-091-5/+12
| * | test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full()Marek Vasut2023-12-091-2/+2
* | | test/py: net: Add a TFTP put testLove Kumar2023-11-291-0/+71
* | | Merge patch series "cmd: add scmi command"WIP/28Nov2023-nextTom Rini2023-11-281-0/+93
|\ \ \
| * | | test: dm: add scmi command testAKASHI Takahiro2023-11-281-0/+81
| * | | test: dm: skip scmi tests against disabled protocolsAKASHI Takahiro2023-11-281-0/+12
* | | | Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini2023-11-284-8/+83
|\ \ \ \
| * | | | test: fs: Add test to detect fat typeChristian Taedcke2023-11-282-0/+72
| * | | | test: Add size granularity parameter to mk_fsChristian Taedcke2023-11-281-3/+4
| * | | | test: fs: Add fat12 to supported fs of some testsChristian Taedcke2023-11-281-3/+3
| * | | | test: Add support to create a fat12 fsChristian Taedcke2023-11-281-1/+3
| * | | | test: spl: Remove usage of FAT32_SIGNChristian Taedcke2023-11-281-1/+1
| |/ / /
* | | | Merge tag 'v2024.01-rc3' into nextTom Rini2023-11-209-24/+69
|\| | |
| * | | bootstd: Add a return code to bootflow menuSimon Glass2023-11-141-0/+15
| * | | bootstd: Refactor mmc prep to allow a different scanSimon Glass2023-11-141-9/+40
| * | | tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon2023-11-106-6/+6
| * | | test: cmd: mbr: Remove unreachable codeAlexander Gendin2023-11-101-9/+7
| * | | serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar2023-11-071-0/+1
* | | | efi_loader: Boot var automatic managementRaymond Mao2023-11-185-35/+53
* | | | Merge branch '2023-11-16-assorted-updates' into nextTom Rini2023-11-172-5/+13
|\ \ \ \
| * | | | sysreset: Fix unsupported request return valuesPaul Barker2023-11-161-3/+3
| * | | | test: eth: Don't crash if env_get returns NULLSean Anderson2023-11-161-2/+10
| | |_|/ | |/| |
* | | | spl: Convert spi to spl_loadSean Anderson2023-11-161-0/+1
* | | | spl: Convert NVMe to spl_loadSean Anderson2023-11-161-0/+2
* | | | spl: Convert nor to spl_loadSean Anderson2023-11-161-0/+2
* | | | spl: Convert net to spl_loadSean Anderson2023-11-161-0/+2
* | | | spl: Convert nand to spl_loadSean Anderson2023-11-161-0/+2
* | | | spl: Convert mmc to spl_loadSean Anderson2023-11-161-3/+0
* | | | spl: Convert fat to spl_loadSean Anderson2023-11-161-2/+1
* | | | spl: Convert ext to use spl_loadSean Anderson2023-11-161-3/+6
* | | | test: spl: Support testing LEGACY_LZMA filesystem imagesSean Anderson2023-11-162-6/+21