aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass
2022-09-29sandbox: test: Provide an easy way to use the other FDTSimon Glass
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass
2022-09-29test: Detect a change in the device treeSimon Glass
2022-09-29test: Make a copy of the device tree before running a testSimon Glass
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass
2022-09-29test: Support testing malloc() failuresSimon Glass
2022-09-29test: Fix missing livetree test runsSimon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-25sandbox: Add a test for SCSISimon Glass
2022-09-23display_options: print_size: Fix order overflowPali Rohár
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-15Nokia RX-51: Add booting from UBI into test scriptPali Rohár
2022-09-15Nokia RX-51: Add comment describing kernel image type into test scriptPali Rohár
2022-09-15Nokia RX-51: Do not set useless ARCH= in test scriptPali Rohár
2022-09-15Nokia RX-51: Call bootm in test script only when image is validPali Rohár
2022-09-15Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test scriptPali Rohár
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier
2022-09-14Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-09-14test: unit test for eficonfigMasahisa Kojima
2022-09-13cyclic: Add a simple testStefan Roese
2022-09-12Makefile: Add a pcheck option to run tests in parallelSimon Glass
2022-09-12test/py: Support --build when running tests in parallelSimon Glass
2022-09-12test/py: Move U-Boot building into a functionSimon Glass
2022-09-12test: Refactor arg parsing for the run scriptSimon Glass
2022-09-12test: Make test_gpio_read() independentSimon Glass
2022-09-12test: Mark test_gpt tests as slowSimon Glass
2022-09-12test: Mark all but the first vboot test as slowSimon Glass
2022-09-12test: Make test_efi_bootmgr() single-threadedSimon Glass
2022-09-12test: Make test_sqfs_ls() single-threadedSimon Glass
2022-09-12test: Update FIT tests to run in parallelSimon Glass
2022-09-12test: Make test_bind_unbind_with_uclass() single-threadedSimon Glass
2022-09-12test/py: Allow tests to be marked single-threaded onlySimon Glass
2022-09-12test: Fix bootm_test_subst_var() running independentlySimon Glass
2022-09-12test: Fix test_pinmux to run in parallelSimon Glass
2022-09-03tpm: Allow reporting the internal stateSimon Glass
2022-09-02dm: rtc: Try to handle the localtime() raceSimon Glass
2022-09-02dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass
2022-09-02dm: rtc: Avoid a race in the rtc_reset testSimon Glass
2022-09-02test: Allow running tests multiple timesSimon Glass
2022-09-02dm: rtc: Make use of ut_assertnonnull()Simon Glass
2022-09-02cmd: Add pause commandSamuel Dionne-Riel
2022-08-22CI: Move to Ubuntu 2022.04 "Jammy" for CI baseTom Rini
2022-08-12vbe: Add a new vbe commandSimon Glass