aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini1-2/+20
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro1-1/+1
2023-12-15test: dm: clk_ccf: fix building errorYang Xiwen1-1/+2
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen1-3/+11
2023-12-15dm: test: clk: Add test for ccf clk_set_rate()Igor Prusov1-0/+9
2023-12-13test: vboot: Using variable 'old_dtb' before assignmentHeinrich Schuchardt1-3/+3
2023-12-13test: fit: Using variable 'old_dtb' before assignmentHeinrich Schuchardt1-3/+3
2023-12-13cmd: acpi: fix acpi list commandHeinrich Schuchardt1-9/+9
2023-12-13acpi: fix struct acpi_xsdtHeinrich Schuchardt1-0/+10
2023-12-13test: unit test for acpi_find_table()Heinrich Schuchardt1-0/+96
2023-12-13bootstd: Add a menu option to bootflow scanSimon Glass1-0/+82
2023-12-13test: print: Skip test on x86Simon Glass1-0/+8
2023-12-13test: lmb: Move tests into the lib suiteSimon Glass1-24/+12
2023-12-13test: event: Only run test_event_probe() on sandboxSimon Glass1-0/+3
2023-12-13test: font: Add dependencies on fontsSimon Glass1-1/+5
2023-12-13test: fdt: Add a special case for real boardsSimon Glass1-1/+7
2023-12-13test: bdinfo: Add missing assertsSimon Glass1-4/+7
2023-12-13test: Handle use of stack pointer in bdinfoSimon Glass1-0/+12
2023-12-13test: Run bootstd tests only on sandboxSimon Glass3-2/+7
2023-12-13test: Make UT_LIB_ASN1 depend on sandboxSimon Glass1-0/+1
2023-12-13test: Add helper to skip to partial console lineSimon Glass1-0/+27
2023-12-13test: Add a new suite for commandsSimon Glass3-0/+28
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini1-1/+1
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass1-1/+1
2023-12-10test: bdinfo: Handle systems without getoptMarek Vasut1-8/+18
2023-12-09test/py: Disable error E0611 in two cases for pylintTom Rini2-0/+2
2023-12-09test/py: Disable error E0611 in two cases for pylintWIP/09Dec2023Tom Rini2-0/+2
2023-12-09Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a"WIP/09Dec2023-nextTom Rini1-8/+66
2023-12-09test: bdinfo: Test bdinfo -eMarek Vasut1-0/+14
2023-12-09test: bdinfo: Test bdinfo -mMarek Vasut1-3/+23
2023-12-09test: bdinfo: Test bdinfo -hMarek Vasut1-0/+17
2023-12-09test: bdinfo: Test both bdinfo and bdinfo -aMarek Vasut1-5/+12
2023-12-09test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full()Marek Vasut1-2/+2
2023-11-29test/py: net: Add a TFTP put testLove Kumar1-0/+71
2023-11-28Merge patch series "cmd: add scmi command"Tom Rini1-0/+93
2023-11-28test: dm: add scmi command testAKASHI Takahiro1-0/+81
2023-11-28test: dm: skip scmi tests against disabled protocolsAKASHI Takahiro1-0/+12
2023-11-28Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini4-8/+83
2023-11-28test: fs: Add test to detect fat typeChristian Taedcke2-0/+72
2023-11-28test: Add size granularity parameter to mk_fsChristian Taedcke1-3/+4
2023-11-28test: fs: Add fat12 to supported fs of some testsChristian Taedcke1-3/+3
2023-11-28test: Add support to create a fat12 fsChristian Taedcke1-1/+3
2023-11-28test: spl: Remove usage of FAT32_SIGNChristian Taedcke1-1/+1
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini9-24/+69
2023-11-18efi_loader: Boot var automatic managementRaymond Mao5-35/+53
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini2-5/+13
2023-11-16sysreset: Fix unsupported request return valuesPaul Barker1-3/+3
2023-11-16test: eth: Don't crash if env_get returns NULLSean Anderson1-2/+10
2023-11-16spl: Convert spi to spl_loadSean Anderson1-0/+1
2023-11-16spl: Convert NVMe to spl_loadSean Anderson1-0/+2