summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Revert "test: hush: dollar: fix bugous behavior"Tom Rini1-3/+20
2024-01-18Revert "test/py: net: Add dhcp abort test"Tom Rini1-57/+0
2024-01-18test: test_trace.py: Have trace-cmd report always use -lTom Rini1-16/+16
2024-01-17test/py/requirements.txt: Update packaging requirementTom Rini1-1/+1
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-1/+1
2024-01-17test.py: Update pycryptodomex to address CVE-2023-52323Tom Rini1-1/+1
2024-01-17test: add test of "cp" shell commandRasmus Villemoes2-0/+169
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro1-1/+1
2024-01-16test/py: memtest: Add tests for mtest commandLove Kumar1-0/+68
2024-01-16test/py: i2c: Add tests for i2c commandLove Kumar1-0/+116
2024-01-16test/py: mii: Add tests for mii commandLove Kumar1-0/+92
2024-01-16test/py: mdio: Add tests for mdio commandLove Kumar1-0/+79
2024-01-16test/py: net: Add dhcp abort testLove Kumar1-0/+57
2024-01-16test: spmi: fix testsCaleb Connolly1-2/+2
2024-01-11test: fs: fs-test: Move the tests to use sha256sumPeter Robinson1-59/+59
2024-01-11test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTDHeinrich Schuchardt1-1/+1
2024-01-11test: build test/boot for CONFIG_UT_BOOTSTD=nHeinrich Schuchardt1-1/+1
2024-01-11Merge patch series "net fixes prior lwip"Tom Rini1-0/+2
2024-01-11test_net: print out net listMaxim Uvarov1-0/+2
2024-01-09test: hush: dollar: fix bugous behaviorIon Agorria1-20/+3
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