summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-06-11Merge patch series "tools: mkimage: fix get_basename crash on paths with dott...Tom Rini
2026-06-11test/py: cover get_basename crash on paths with dotted directoriesAristo Chen
2026-06-11Merge patch series "allow control DTB to double as "FIT image""Tom Rini
2026-06-11test: hook up test of allowing control DTB to act as FIT imageRasmus Villemoes
2026-06-08Merge tag 'v2026.07-rc4' into nextTom Rini
2026-06-08reset: sandbox: Cover reset_reset() fallback with second sandbox providerMichal Simek
2026-06-08reset: Add sandbox tests for reset_reset() and reset_reset_bulk()Michal Simek
2026-06-05sysinfo: add sysinfo_get_and_detect() helperNora Schiffer
2026-06-02tests: fs_helper: check path validity during cleanupFrancesco Valla
2026-05-27Merge patch series "fit: dm-verity support"Tom Rini
2026-05-27test: py: add mkimage dm-verity round-trip testDaniel Golle
2026-05-27test: boot: add runtime unit test for fit_verity_build_cmdline()Daniel Golle
2026-05-25Merge patch series "boot/fit: use fdt_for_each_subnode() in image-fit.c"Tom Rini
2026-05-25test: fit: regression test for default-config print with reversed node orderAristo Chen
2026-05-25test: fs: Use shared generate_file from utilsAristo Chen
2026-05-25Merge tag 'v2026.07-rc3' into nextTom Rini
2026-05-12Merge patch series "add memdup_nul(), use it and memdup() in a few places"Tom Rini
2026-05-12test: lib: add test of memdup_nul()Rasmus Villemoes
2026-05-12test: dm: fwu_mdata: add test for fwu_mdata_get_image_guidDario Binacchi
2026-05-12test: cmd: part: add UUID lookup testsDario Binacchi
2026-05-12test: cmd: add unit tests for part commandDario Binacchi
2026-05-12test: dm: part: add test for part_get_info_by_uuidDario Binacchi
2026-05-11acpi: fix initial RSDT and XSDT sizeHeinrich Schuchardt
2026-05-08test: fit: Use shared make_fname from fit_utilAristo Chen
2026-05-06test: dm: add PHY common props unit tests and sandbox DT nodesLucien.Jheng
2026-04-30test: dm: spi: add testcase for spi_set_wordlen()Dario Binacchi
2026-04-27Merge patch series "net: migrate NO_NET out of the networking stack choice"Tom Rini
2026-04-27simplify NET_LEGACY || NET_LWIP condition with NET conditionQuentin Schulz
2026-04-27rename NET to NET_LEGACYQuentin Schulz
2026-04-22Merge patch series "test: Refactor FIT test for clarity and extensibility"Tom Rini
2026-04-22test: Add fsetup fixture and prepare helper for FIT testSimon Glass
2026-04-22test: Convert FIT test to use a classSimon Glass
2026-04-22test: Update fit test to fix a few Python warningsSimon Glass
2026-04-22test: Add a check for a missing kernelSimon Glass
2026-04-22test: Rename test_fit() to test_fit_base()Simon Glass
2026-04-22test: fit: Avoid restarting U-BootSimon Glass
2026-04-22test: fit: Drop the fit_signature buildconfigspecSimon Glass
2026-04-22gunzip: Implement chunked decompressionMarek Vasut
2026-04-21Merge patch series "test: Convert tests to use FsHelper and DiskHelper"Tom Rini
2026-04-21test: Convert test_fs fixtures to use FsHelperSimon Glass
2026-04-21test: Convert setup_rauc_image() to use FsHelperSimon Glass
2026-04-21test: Rename setup_bootflow_image()Simon Glass
2026-04-21test: Convert test_ut_dm_init() to use FsHelperSimon Glass
2026-04-21test: Convert setup_efi_image() to use FsHelperSimon Glass
2026-04-21test: Convert setup_bootflow_image() to use FsHelperSimon Glass
2026-04-21test: Split out core of Fedora image into a new functionSimon Glass
2026-04-21test: Convert setup_bootmenu_image() to use FsHelperSimon Glass
2026-04-21test: Convert test_efi_bootmgr to use FsHelperSimon Glass
2026-04-21test: Convert test_xxd to use FsHelperSimon Glass
2026-04-21test: Convert test_cat to use FsHelperSimon Glass