aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2-5/+6
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-12/+12
2022-09-15Nokia RX-51: Add booting from UBI into test scriptPali Rohár1-18/+77
2022-09-15Nokia RX-51: Add comment describing kernel image type into test scriptPali Rohár1-2/+2
2022-09-15Nokia RX-51: Do not set useless ARCH= in test scriptPali Rohár1-1/+1
2022-09-15Nokia RX-51: Call bootm in test script only when image is validPali Rohár1-1/+1
2022-09-15Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test scriptPali Rohár1-1/+1
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard1-0/+30
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier1-0/+19
2022-09-14Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...WIP/14Sep2022-nextTom Rini2-0/+394
2022-09-14test: unit test for eficonfigMasahisa Kojima2-0/+394
2022-09-13cyclic: Add a simple testWIP/2022-09-13-add-support-for-cyclic-function-executionStefan Roese3-0/+39
2022-09-12Makefile: Add a pcheck option to run tests in parallelSimon Glass1-8/+32
2022-09-12test/py: Support --build when running tests in parallelSimon Glass2-4/+27
2022-09-12test/py: Move U-Boot building into a functionSimon Glass1-24/+36
2022-09-12test: Refactor arg parsing for the run scriptSimon Glass1-4/+7
2022-09-12test: Make test_gpio_read() independentSimon Glass1-0/+1
2022-09-12test: Mark test_gpt tests as slowSimon Glass1-0/+3
2022-09-12test: Mark all but the first vboot test as slowSimon Glass1-1/+5
2022-09-12test: Make test_efi_bootmgr() single-threadedSimon Glass1-0/+1
2022-09-12test: Make test_sqfs_ls() single-threadedSimon Glass1-0/+1
2022-09-12test: Update FIT tests to run in parallelSimon Glass2-2/+7
2022-09-12test: Make test_bind_unbind_with_uclass() single-threadedSimon Glass1-0/+1
2022-09-12test/py: Allow tests to be marked single-threaded onlySimon Glass2-0/+18
2022-09-12test: Fix bootm_test_subst_var() running independentlySimon Glass1-1/+2
2022-09-12test: Fix test_pinmux to run in parallelSimon Glass1-0/+1
2022-09-02dm: rtc: Try to handle the localtime() raceSimon Glass1-13/+19
2022-09-02dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass1-5/+17
2022-09-02dm: rtc: Avoid a race in the rtc_reset testSimon Glass1-2/+7
2022-09-02test: Allow running tests multiple timesSimon Glass3-8/+31
2022-09-02dm: rtc: Make use of ut_assertnonnull()Simon Glass1-5/+5
2022-09-02cmd: Add pause commandSamuel Dionne-Riel2-0/+48
2022-08-22CI: Move to Ubuntu 2022.04 "Jammy" for CI baseTom Rini1-2/+2
2022-08-12vbe: Add a new vbe commandSimon Glass1-0/+115
2022-08-12bootstd: Check building without global bootmethsSimon Glass2-7/+24
2022-08-12bootstd: Add vbe bootmeth into sandboxSimon Glass3-8/+68
2022-08-12vbe: Support VBE simpleSimon Glass1-1/+1
2022-08-12event: Add an event for device tree fixupsSimon Glass1-0/+1
2022-08-12bootstd: Drop the system bootdevSimon Glass1-6/+1
2022-08-12bootstd: Always create the EFI bootmgr bootmethSimon Glass1-15/+7
2022-08-12bootstd: Allow scanning for global bootmeths separatelySimon Glass1-2/+3
2022-08-12dm: core: Call dm_scan_other() when setting up for testsSimon Glass1-1/+3
2022-08-12bootstd: Allow EFI bootmgr to support an invalid bootflowSimon Glass1-0/+4
2022-08-12bootstd: Provide a bootmeth method to obtain state infoSimon Glass1-0/+18
2022-08-12bootstd: Fix comment in bootmeth testSimon Glass1-1/+1
2022-08-12bootstd: Drop delays in the testsSimon Glass1-0/+22
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+16
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass1-7/+7
2022-08-12dm: core: Prepare for updating the device tree with ofnodeSimon Glass1-1/+2
2022-08-12dm: core: Tidy up ofnode-writing testSimon Glass1-9/+2