- bbd6618 test: fs: fs-test: Move the tests to use sha256sum by Peter Robinson · 11 months ago
- 6e75ae1 test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTD by Heinrich Schuchardt · 11 months ago
- 6a8a23c test: build test/boot for CONFIG_UT_BOOTSTD=n by Heinrich Schuchardt · 11 months ago
- 2ee7a8e Merge patch series "net fixes prior lwip" by Tom Rini · 11 months ago
- e616346 test_net: print out net list by Maxim Uvarov · 11 months ago
- 6c2f753 test: hush: dollar: fix bugous behavior by Ion Agorria · 11 months ago
- a8efebe acpi: Write pointers to tables instead of addresses by Simon Glass · 11 months ago
- 5e3adc4 acpi: Rename test dm_test_setup_ctx_and_base_tables() by Simon Glass · 11 months ago
- 7d790a8 bloblist: Add alignment to bloblist_new() by Simon Glass · 11 months ago
- b86b2d9 bloblist: Adjust the bloblist header by Simon Glass · 11 months ago
- b6e8382 bloblist: Reduce blob-header size by Simon Glass · 11 months ago
- 997dac6 bloblist: Checksum the entire bloblist by Simon Glass · 11 months ago
- 1a2e02f bloblist: Adjust API to align in powers of 2 by Simon Glass · 11 months ago
- e748e4b bloblist: Update the tag numbering by Simon Glass · 11 months ago
- 2b28c3b Merge patch series "Modernize U-Boot shell" by Tom Rini · 11 months ago
- 2223c49 test: hush: Fix loop tests for modern hush by Francis Laniel · 11 months ago
- 410e78d test: hush: Fix variable expansion tests for modern hush by Francis Laniel · 11 months ago
- 6d3914f test: hush: Fix instructions list tests for modern hush by Francis Laniel · 11 months ago
- 3ea3c57 cli: add modern hush as parser for run_command*() by Francis Laniel · 11 months ago
- 432c997 test: hush: Test hush loops by Francis Laniel · 11 months ago
- 2a70fea test: hush: Test hush commands list by Francis Laniel · 11 months ago
- 261d29e test: hush: Test hush variable expansion by Francis Laniel · 11 months ago
- 4dc305f test/py: hush_if_test: Remove the test file by Francis Laniel · 11 months ago
- d3bc2c5 test: hush: Test hush if/else by Francis Laniel · 11 months ago
- cb1277c test: Add framework to test hush behavior by Francis Laniel · 11 months ago
- b106961 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · 11 months ago
- 921f63e bootflow: Allow setting a cmdline arg with no value by Simon Glass · 12 months ago
- 7481632 bootm: Fix flags used for bootargs string substitution by Piotr Kubik · 12 months ago
- 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 11 months ago
- 7017fc5 bootmeth: use efi_loader interfaces instead of bootefi command by AKASHI Takahiro · 1 year ago
- 97d65b3 test: dm: clk_ccf: fix building error by Yang Xiwen · 11 months ago
- d306182 test: dm: clk_ccf: test ccf_clk_ops by Yang Xiwen · 11 months ago
- 9e02503 dm: test: clk: Add test for ccf clk_set_rate() by Igor Prusov · 12 months ago
- 229c4da test: vboot: Using variable 'old_dtb' before assignment by Heinrich Schuchardt · 12 months ago
- 643f5c3 test: fit: Using variable 'old_dtb' before assignment by Heinrich Schuchardt · 12 months ago
- 36e3a1e cmd: acpi: fix acpi list command by Heinrich Schuchardt · 1 year ago
- bda020e acpi: fix struct acpi_xsdt by Heinrich Schuchardt · 1 year ago
- 0c2f6c3 test: unit test for acpi_find_table() by Heinrich Schuchardt · 1 year ago
- a4bee0b bootstd: Add a menu option to bootflow scan by Simon Glass · 1 year, 2 months ago
- c0e708e test: print: Skip test on x86 by Simon Glass · 1 year, 2 months ago
- 631d8a3 test: lmb: Move tests into the lib suite by Simon Glass · 1 year, 2 months ago
- 14f0cc4 test: event: Only run test_event_probe() on sandbox by Simon Glass · 1 year, 2 months ago
- 078c6e2 test: font: Add dependencies on fonts by Simon Glass · 1 year, 2 months ago
- 40565bb test: fdt: Add a special case for real boards by Simon Glass · 1 year, 2 months ago
- 3535f60 test: bdinfo: Add missing asserts by Simon Glass · 1 year, 2 months ago
- 80a8a2e test: Handle use of stack pointer in bdinfo by Simon Glass · 1 year, 2 months ago
- 07073d2 test: Run bootstd tests only on sandbox by Simon Glass · 1 year, 2 months ago
- f231151 test: Make UT_LIB_ASN1 depend on sandbox by Simon Glass · 1 year, 2 months ago
- 30a75e7 test: Add helper to skip to partial console line by Simon Glass · 1 year, 2 months ago
- 4001e5a test: Add a new suite for commands by Simon Glass · 1 year, 2 months ago
- 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 12 months ago
- 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
- be4a5f7 test: bdinfo: Handle systems without getopt by Marek Vasut · 12 months ago
- 3a2b6ba test/py: Disable error E0611 in two cases for pylint by Tom Rini · 12 months ago
- 65eed68 test/py: Disable error E0611 in two cases for pylint by Tom Rini · 12 months ago
- e54987d Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · 12 months ago
- 3ff2d79 test: bdinfo: Test bdinfo -e by Marek Vasut · 1 year, 2 months ago
- 2696f3a test: bdinfo: Test bdinfo -m by Marek Vasut · 1 year, 2 months ago
- 8827a38 test: bdinfo: Test bdinfo -h by Marek Vasut · 1 year, 2 months ago
- 4823b05 test: bdinfo: Test both bdinfo and bdinfo -a by Marek Vasut · 1 year, 2 months ago
- 5bd32a9 test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full() by Marek Vasut · 1 year, 2 months ago
- 9f0588a test/py: net: Add a TFTP put test by Love Kumar · 1 year, 1 month ago
- 339d968 Merge patch series "cmd: add scmi command" by Tom Rini · 12 months ago
- 3d6fe58 test: dm: add scmi command test by AKASHI Takahiro · 1 year ago
- 63cd0dc test: dm: skip scmi tests against disabled protocols by AKASHI Takahiro · 1 year ago
- e2a9edc Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · 12 months ago
- 8154ac1 test: fs: Add test to detect fat type by Christian Taedcke · 1 year ago
- c667b26 test: Add size granularity parameter to mk_fs by Christian Taedcke · 1 year ago
- 1e85b66 test: fs: Add fat12 to supported fs of some tests by Christian Taedcke · 1 year ago
- 764b411 test: Add support to create a fat12 fs by Christian Taedcke · 1 year ago
- 601d33f test: spl: Remove usage of FAT32_SIGN by Christian Taedcke · 1 year ago
- dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
- 550862b efi_loader: Boot var automatic management by Raymond Mao · 1 year ago
- ae7ec8b Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 1 year ago
- da35ab6 sysreset: Fix unsupported request return values by Paul Barker · 1 year, 1 month ago
- 2a1812d test: eth: Don't crash if env_get returns NULL by Sean Anderson · 1 year, 1 month ago
- a04d5f6 spl: Convert spi to spl_load by Sean Anderson · 1 year, 1 month ago
- 6029a0e spl: Convert NVMe to spl_load by Sean Anderson · 1 year, 1 month ago
- cbe8657 spl: Convert nor to spl_load by Sean Anderson · 1 year, 1 month ago
- 2e5476b spl: Convert net to spl_load by Sean Anderson · 1 year, 1 month ago
- 11f8346 spl: Convert nand to spl_load by Sean Anderson · 1 year, 1 month ago
- 5d3401a spl: Convert mmc to spl_load by Sean Anderson · 1 year, 1 month ago
- 682184e spl: Convert fat to spl_load by Sean Anderson · 1 year, 1 month ago
- b8ed722 spl: Convert ext to use spl_load by Sean Anderson · 1 year, 1 month ago
- 5b3debc test: spl: Support testing LEGACY_LZMA filesystem images by Sean Anderson · 1 year, 1 month ago
- 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 1 year, 1 month ago
- afdd2d9 spl: Remove filename from spl_load_info by Sean Anderson · 1 year, 1 month ago
- 73c40fc spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 1 year, 1 month ago
- 5e6a112 Merge patch series "nand: Add sandbox tests" by Tom Rini · 1 year ago
- 8502b5b test: spl: Add a test for NAND by Sean Anderson · 1 year, 1 month ago
- bc8e8a4 nand: Add sandbox driver by Sean Anderson · 1 year, 1 month ago
- 3fa53b9 bootstd: Add a return code to bootflow menu by Simon Glass · 1 year, 2 months ago
- baea7ec bootstd: Refactor mmc prep to allow a different scan by Simon Glass · 1 year, 2 months ago
- a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
- a40f35f test: cmd: mbr: Remove unreachable code by Alexander Gendin · 1 year, 1 month ago
- 56ea7c8 CI, pytest: Add a test for sandbox without LTO by Tom Rini · 1 year, 1 month ago
- 703b5b3 sandbox: Add a test for disabling CONFIG_CMDLINE by Simon Glass · 1 year, 1 month ago
- 8b88891 test: Make UNIT_TEST depend on CMDLINE by Simon Glass · 1 year, 1 month ago
- bd9ff68 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · 1 year, 2 months ago
- 19248dc bootstd: Handle a few special cases in cmdline_set_arg() by Simon Glass · 1 year, 1 month ago