aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTDHeinrich Schuchardt2024-01-111-1/+1
* test: build test/boot for CONFIG_UT_BOOTSTD=nHeinrich Schuchardt2024-01-111-1/+1
* Merge patch series "net fixes prior lwip"WIP/11Jan2024Tom Rini2024-01-111-0/+2
|\
| * test_net: print out net listMaxim Uvarov2024-01-111-0/+2
* | test: hush: dollar: fix bugous behaviorIon Agorria2024-01-091-20/+3
* | acpi: Write pointers to tables instead of addressesSimon Glass2024-01-071-5/+5
* | acpi: Rename test dm_test_setup_ctx_and_base_tables()Simon Glass2024-01-071-2/+2
* | bloblist: Add alignment to bloblist_new()Simon Glass2023-12-311-18/+22
* | bloblist: Adjust the bloblist headerSimon Glass2023-12-311-18/+19
* | bloblist: Reduce blob-header sizeSimon Glass2023-12-311-8/+8
* | bloblist: Checksum the entire bloblistSimon Glass2023-12-311-2/+8
* | bloblist: Adjust API to align in powers of 2Simon Glass2023-12-311-2/+2
* | bloblist: Update the tag numberingSimon Glass2023-12-311-2/+2
* | Merge patch series "Modernize U-Boot shell"WIP/28Dec2023-nextTom Rini2023-12-2811-199/+830
|\ \
| * | test: hush: Fix loop tests for modern hushFrancis Laniel2023-12-281-4/+30
| * | test: hush: Fix variable expansion tests for modern hushFrancis Laniel2023-12-281-10/+69
| * | test: hush: Fix instructions list tests for modern hushFrancis Laniel2023-12-281-4/+65
| * | cli: add modern hush as parser for run_command*()Francis Laniel2023-12-281-1/+15
| * | test: hush: Test hush loopsFrancis Laniel2023-12-282-0/+66
| * | test: hush: Test hush commands listFrancis Laniel2023-12-282-0/+80
| * | test: hush: Test hush variable expansionFrancis Laniel2023-12-283-1/+175
| * | test/py: hush_if_test: Remove the test fileFrancis Laniel2023-12-281-197/+0
| * | test: hush: Test hush if/elseFrancis Laniel2023-12-282-0/+317
| * | test: Add framework to test hush behaviorFrancis Laniel2023-12-284-0/+35
|/ /
* | global: Restrict use of '#include <linux/kconfig.h>'Tom Rini2023-12-211-1/+0
* | bootflow: Allow setting a cmdline arg with no valueSimon Glass2023-12-201-0/+4
* | bootm: Fix flags used for bootargs string substitutionPiotr Kubik2023-12-201-0/+8
* | Merge tag 'v2024.01-rc5' into nextTom Rini2023-12-181-2/+20
|\|
| * test: dm: clk_ccf: fix building errorYang Xiwen2023-12-151-1/+2
| * test: dm: clk_ccf: test ccf_clk_opsYang Xiwen2023-12-151-3/+11
| * dm: test: clk: Add test for ccf clk_set_rate()Igor Prusov2023-12-151-0/+9
| * test/py: Disable error E0611 in two cases for pylintWIP/09Dec2023Tom Rini2023-12-092-0/+2
* | bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro2023-12-171-1/+1
* | test: vboot: Using variable 'old_dtb' before assignmentHeinrich Schuchardt2023-12-131-3/+3
* | test: fit: Using variable 'old_dtb' before assignmentHeinrich Schuchardt2023-12-131-3/+3
* | cmd: acpi: fix acpi list commandHeinrich Schuchardt2023-12-131-9/+9
* | acpi: fix struct acpi_xsdtHeinrich Schuchardt2023-12-131-0/+10
* | test: unit test for acpi_find_table()Heinrich Schuchardt2023-12-131-0/+96
* | bootstd: Add a menu option to bootflow scanSimon Glass2023-12-131-0/+82
* | 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