summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-01-24test: Move stat-printing into its own functionSimon Glass
2025-01-24test: Keep a track of the numbers of tests runSimon Glass
2025-01-24test: Move stats into a structSimon Glass
2025-01-24test: Pass the test state to cmd_ut_category()Simon Glass
2025-01-24test: Drop the function for running upl testsSimon Glass
2025-01-24test: Drop the function for running seama testsSimon Glass
2025-01-24test: Drop the function for running pci_mps testsSimon Glass
2025-01-24test: Drop the function for running loadm testsSimon Glass
2025-01-24test: Drop the function for running hush testsSimon Glass
2025-01-24test: Drop the function for running addrmap testsSimon Glass
2025-01-24test: Drop the function for running bootm testsSimon Glass
2025-01-24test: Drop the function for running bloblist testsSimon Glass
2025-01-24test: Drop the function for running measurement testsSimon Glass
2025-01-24test: Drop the function for running setexpr testsSimon Glass
2025-01-24test: Drop the function for running mem testsSimon Glass
2025-01-24test: Drop the function for running mbr testsSimon Glass
2025-01-24test: Drop the function for running log testsSimon Glass
2025-01-24test: Drop the function for running lib testsSimon Glass
2025-01-24test: Drop the function for running font testsSimon Glass
2025-01-24test: Drop the function for running fdt testsSimon Glass
2025-01-24test: Drop the function for running exit testsSimon Glass
2025-01-24test: Drop the function for running env testsSimon Glass
2025-01-24test: Drop the function for running dm testsSimon Glass
2025-01-24test: Drop the function for running common testsSimon Glass
2025-01-24test: Drop the function for running cmd testsSimon Glass
2025-01-24test: Drop the function for running bdinfo testsSimon Glass
2025-01-24test: Introduce a better array of test suitesSimon Glass
2025-01-24test: Drop the _test suffix on linker listsSimon Glass
2025-01-24test: Rename test suites to match their linker-list nameSimon Glass
2025-01-24Improve support for linker lists in data structuresSimon Glass
2025-01-24test: Pass the test-state into ut_run_list()Simon Glass
2025-01-24test: Rename test_get_state() to ut_get_state()Simon Glass
2025-01-24test: Drop unused suite prototypesSimon Glass
2025-01-18Merge patch series "add the support of sha256_hmac and sha256_hkdf"Tom Rini
2025-01-18lib: mbedtls: sha256: add support of key derivationPhilippe Reynes
2025-01-18lib: sha256: add feature sha256_hmacPhilippe Reynes
2025-01-16imx: imx8mq_evk: Switch to BOOTSTDPeng Fan
2025-01-16imx: imx8mm_evk: Switch to BOOTSTDPeng Fan
2025-01-16imx: imx8mn_evk: Switch to BOOTSTDPeng Fan
2025-01-16imx: imx8mp_evk: Switch to BOOTSTDPeng Fan
2025-01-16imx: imx93_evk: switch to BOOTSTDPeng Fan
2025-01-15Merge patch series "bootstd: Support recording images"Tom Rini
2025-01-15bootstd: Export bootdev_get_from_blk()Simon Glass
2025-01-15bootstd: Add a simple command to list imagesSimon Glass
2025-01-15Update bootmeth_alloc_other() to record imagesSimon Glass
2025-01-15boot: Update extlinux pxe_getfile_func() to include typeSimon Glass
2025-01-15bootmeth: Update the read_file() method to include a typeSimon Glass
2025-01-15bootstd: Update bootmeth_alloc_file() to record imagesSimon Glass
2025-01-15bootstd: Maintain a list of imagesSimon Glass
2025-01-15bootstd: Move the bootflow list into an alistSimon Glass