summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-31bloblist: Reduce blob-header sizeSimon Glass
2023-12-31bloblist: Checksum the entire bloblistSimon Glass
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass
2023-12-31bloblist: Update the tag numberingSimon Glass
2023-12-28Merge patch series "Modernize U-Boot shell"Tom Rini
2023-12-28test: hush: Fix loop tests for modern hushFrancis Laniel
2023-12-28test: hush: Fix variable expansion tests for modern hushFrancis Laniel
2023-12-28test: hush: Fix instructions list tests for modern hushFrancis Laniel
2023-12-28cli: add modern hush as parser for run_command*()Francis Laniel
2023-12-28test: hush: Test hush loopsFrancis Laniel
2023-12-28test: hush: Test hush commands listFrancis Laniel
2023-12-28test: hush: Test hush variable expansionFrancis Laniel
2023-12-28test/py: hush_if_test: Remove the test fileFrancis Laniel
2023-12-28test: hush: Test hush if/elseFrancis Laniel
2023-12-28test: Add framework to test hush behaviorFrancis Laniel
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2023-12-20bootflow: Allow setting a cmdline arg with no valueSimon Glass
2023-12-20bootm: Fix flags used for bootargs string substitutionPiotr Kubik
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro
2023-12-15test: dm: clk_ccf: fix building errorYang Xiwen
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen
2023-12-15dm: test: clk: Add test for ccf clk_set_rate()Igor Prusov
2023-12-13test: vboot: Using variable 'old_dtb' before assignmentHeinrich Schuchardt
2023-12-13test: fit: Using variable 'old_dtb' before assignmentHeinrich Schuchardt
2023-12-13cmd: acpi: fix acpi list commandHeinrich Schuchardt
2023-12-13acpi: fix struct acpi_xsdtHeinrich Schuchardt
2023-12-13test: unit test for acpi_find_table()Heinrich Schuchardt
2023-12-13bootstd: Add a menu option to bootflow scanSimon Glass
2023-12-13test: print: Skip test on x86Simon Glass
2023-12-13test: lmb: Move tests into the lib suiteSimon Glass
2023-12-13test: event: Only run test_event_probe() on sandboxSimon Glass
2023-12-13test: font: Add dependencies on fontsSimon Glass
2023-12-13test: fdt: Add a special case for real boardsSimon Glass
2023-12-13test: bdinfo: Add missing assertsSimon Glass
2023-12-13test: Handle use of stack pointer in bdinfoSimon Glass
2023-12-13test: Run bootstd tests only on sandboxSimon Glass
2023-12-13test: Make UT_LIB_ASN1 depend on sandboxSimon Glass
2023-12-13test: Add helper to skip to partial console lineSimon Glass
2023-12-13test: Add a new suite for commandsSimon Glass
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass
2023-12-10test: bdinfo: Handle systems without getoptMarek Vasut
2023-12-09test/py: Disable error E0611 in two cases for pylintTom Rini
2023-12-09test/py: Disable error E0611 in two cases for pylintTom Rini
2023-12-09Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a"Tom Rini
2023-12-09test: bdinfo: Test bdinfo -eMarek Vasut
2023-12-09test: bdinfo: Test bdinfo -mMarek Vasut
2023-12-09test: bdinfo: Test bdinfo -hMarek Vasut
2023-12-09test: bdinfo: Test both bdinfo and bdinfo -aMarek Vasut