summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
10 daystest: bootdev: scan with a broken high-priority deviceDenis Mukhin
13 daystreewide: Staticize and constify acpi opsMarek Vasut
2026-06-24treewide: move bi_dram[] from bd to gdIlias Apalodimas
2026-06-17Merge patch series "Fixes, cleanup and a test for the SPL FIT "full" loader"Tom Rini
2026-06-17test: spl: add unit test for the "full" FIT loaderFrancesco Valla
2026-06-17Merge patch series "bootm: bound noload kernel decompression to the allocated...Tom Rini
2026-06-17test/py: test kernel_noload decompression buffer overflowAristo Chen
2026-06-15Merge patch series "various memory related fixups"Tom Rini
2026-06-15test: boot: add a fdt reserved region checkRandolph Sapp
2026-06-15test_ut: add a ut_ubman fixture to clean up testsRandolph Sapp
2026-06-12image-fit: Validate external data offset and sizeAnton Ivanov
2026-06-12image-fit-sig: Validate hashed-strings region sizeAnton Ivanov
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