aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass1-5/+5
2024-01-07acpi: Rename test dm_test_setup_ctx_and_base_tables()Simon Glass1-2/+2
2023-12-31bloblist: Add alignment to bloblist_new()Simon Glass1-18/+22
2023-12-31bloblist: Adjust the bloblist headerSimon Glass1-18/+19
2023-12-31bloblist: Reduce blob-header sizeSimon Glass1-8/+8
2023-12-31bloblist: Checksum the entire bloblistSimon Glass1-2/+8
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass1-2/+2
2023-12-31bloblist: Update the tag numberingSimon Glass1-2/+2
2023-12-28Merge patch series "Modernize U-Boot shell"Tom Rini11-199/+830
2023-12-28test: hush: Fix loop tests for modern hushFrancis Laniel1-4/+30
2023-12-28test: hush: Fix variable expansion tests for modern hushFrancis Laniel1-10/+69
2023-12-28test: hush: Fix instructions list tests for modern hushFrancis Laniel1-4/+65
2023-12-28cli: add modern hush as parser for run_command*()Francis Laniel1-1/+15
2023-12-28test: hush: Test hush loopsFrancis Laniel2-0/+66
2023-12-28test: hush: Test hush commands listFrancis Laniel2-0/+80
2023-12-28test: hush: Test hush variable expansionFrancis Laniel3-1/+175
2023-12-28test/py: hush_if_test: Remove the test fileFrancis Laniel1-197/+0
2023-12-28test: hush: Test hush if/elseFrancis Laniel2-0/+317
2023-12-28test: Add framework to test hush behaviorFrancis Laniel4-0/+35
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini1-1/+0
2023-12-20bootflow: Allow setting a cmdline arg with no valueSimon Glass1-0/+4
2023-12-20bootm: Fix flags used for bootargs string substitutionPiotr Kubik1-0/+8
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