summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-12spi: atmel-quadspi: Add support for classic SPI modeAlexander Dahl
2025-02-12spi: atmel-quadspi: Allow setting SMM to classic SPI modeAlexander Dahl
2025-02-12spi: atmel-quadspi: Remove default mode setting at probe timeAlexander Dahl
2025-02-12spi: atmel-quadspi: Avoid overwriting MR register settingsAlexander Dahl
2025-02-12spi: atmel-quadspi: Port collected fixes from Linux v5.10 and v5.15Alexander Dahl
2025-02-12spi: atmel-quadspi: Depend on SPI_MEMAlexander Dahl
2025-02-12spi: ca_sflash: Remove redundant dependencyAlexander Dahl
2025-02-11test: Update documentationSimon Glass
2025-02-11test: Do flag-processing in the correct placeSimon Glass
2025-02-11test: Move code out of cmd_ut_category()Simon Glass
2025-02-11test: Allow running a selection of suitesSimon Glass
2025-02-11test: Drop suites.hSimon Glass
2025-02-11test: Make cmd_ut_category() staticSimon Glass
2025-02-11test: Drop support for test commandsSimon Glass
2025-02-11test: Rename optee test-fileSimon Glass
2025-02-11test: Drop the function for running optee testsSimon Glass
2025-02-11test: Split optee tests into three functionsSimon Glass
2025-02-11test: Update optee to do init and uninit from testsSimon Glass
2025-02-11test: Drop the function for running bootstd testsSimon Glass
2025-02-11test: Update bootstd to do init from testsSimon Glass
2025-02-11test: Drop the function for running fdt_overlay testsSimon Glass
2025-02-11test: Update fdt_overlay to do init from testsSimon Glass
2025-02-11test: Update fdt_overlay test to use fdtdec functionsSimon Glass
2025-02-11test: Move fdt_overlay init into a functionSimon Glass
2025-02-11test: Make all tests depend on UNIT_TESTSimon Glass
2025-02-11test: Move fdt-overlay-test rule into test/Simon Glass
2025-02-11test: Move optee-test rule into test/Simon Glass
2025-02-11test: Move env-test rule into test/Simon Glass
2025-02-11test: Tweak FDT-overlay testsSimon Glass
2025-02-11test: Support an init/uninit functions for test suitesSimon Glass
2025-02-11test: Leave out the prefix when printing test namesSimon Glass
2025-02-11test: Show the average time per testSimon Glass
2025-02-11test: Keep track of suite durationSimon Glass
2025-02-11test: Add up the number of tests manuallySimon Glass
2025-02-11test: Fix a stray asterisk in ut_run_list()Simon Glass
2025-02-11test: Drop sandbox_set_enable_memio() from mux-cmd testSimon Glass
2025-02-11Merge patch series "Enable bloblist support on Vexpress64"Tom Rini
2025-02-11board: vexpress64: enable bloblist for SPL handoffHarrison Mutai
2025-02-11bloblist: add support for CONFIG_BLOBLIST_PASSAGEHarrison Mutai
2025-02-11board: vexpress64: default to hardware device treeHarrison Mutai
2025-02-11bloblist: fix typo in code commentsHarrison Mutai
2025-02-11configs: Resync with savedefconfigTom Rini
2025-02-11Merge tag 'u-boot-dfu-20250211' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2025-02-11common: Add NULL checks for xrealloc in make_string cli_hush.cAnton Moryakov
2025-02-11common: Add NULL checks for malloc_cache_aligned in autoboot.cAnton Moryakov
2025-02-11tools: proftool: Fix potential memory leaksMaks Mishin
2025-02-11tools: ublimage: Fix memory leak in parse_cfg_file()Maks Mishin
2025-02-11tools: fix NULL_AFTER_DEREF in image-host.cAnton Moryakov
2025-02-11configs: stih410-b2260: Enable CMD_USB_MASS_STORAGE flagPatrice Chotard
2025-02-11board: stih410-b2260: Remove board_usb_init/cleanup()Patrice Chotard