summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextTom Rini2022-09-192-0/+35
|\
| * tpm: Allow reporting the internal stateSimon Glass2022-09-032-0/+35
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-182-5/+6
* | blk: Switch over to using uclass IDsSimon Glass2022-09-161-12/+12
* | Nokia RX-51: Add booting from UBI into test scriptPali Rohár2022-09-151-18/+77
* | Nokia RX-51: Add comment describing kernel image type into test scriptPali Rohár2022-09-151-2/+2
* | Nokia RX-51: Do not set useless ARCH= in test scriptPali Rohár2022-09-151-1/+1
* | Nokia RX-51: Call bootm in test script only when image is validPali Rohár2022-09-151-1/+1
* | Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test scriptPali Rohár2022-09-151-1/+1
* | gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard2022-09-151-0/+30
* | dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-141-0/+19
* | Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-09-142-0/+394
|\ \
| * | test: unit test for eficonfigMasahisa Kojima2022-09-142-0/+394
* | | cyclic: Add a simple testStefan Roese2022-09-133-0/+39
|/ /
* | Makefile: Add a pcheck option to run tests in parallelSimon Glass2022-09-121-8/+32
* | test/py: Support --build when running tests in parallelSimon Glass2022-09-122-4/+27
* | test/py: Move U-Boot building into a functionSimon Glass2022-09-121-24/+36
* | test: Refactor arg parsing for the run scriptSimon Glass2022-09-121-4/+7
* | test: Make test_gpio_read() independentSimon Glass2022-09-121-0/+1
* | test: Mark test_gpt tests as slowSimon Glass2022-09-121-0/+3
* | test: Mark all but the first vboot test as slowSimon Glass2022-09-121-1/+5
* | test: Make test_efi_bootmgr() single-threadedSimon Glass2022-09-121-0/+1
* | test: Make test_sqfs_ls() single-threadedSimon Glass2022-09-121-0/+1
* | test: Update FIT tests to run in parallelSimon Glass2022-09-122-2/+7
* | test: Make test_bind_unbind_with_uclass() single-threadedSimon Glass2022-09-121-0/+1
* | test/py: Allow tests to be marked single-threaded onlySimon Glass2022-09-122-0/+18
* | test: Fix bootm_test_subst_var() running independentlySimon Glass2022-09-121-1/+2
* | test: Fix test_pinmux to run in parallelSimon Glass2022-09-121-0/+1
* | dm: rtc: Try to handle the localtime() raceSimon Glass2022-09-021-13/+19
* | dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass2022-09-021-5/+17
* | dm: rtc: Avoid a race in the rtc_reset testSimon Glass2022-09-021-2/+7
* | test: Allow running tests multiple timesSimon Glass2022-09-023-8/+31
* | dm: rtc: Make use of ut_assertnonnull()Simon Glass2022-09-021-5/+5
* | cmd: Add pause commandSamuel Dionne-Riel2022-09-022-0/+48
|/
* CI: Move to Ubuntu 2022.04 "Jammy" for CI baseTom Rini2022-08-221-2/+2
* vbe: Add a new vbe commandSimon Glass2022-08-121-0/+115
* bootstd: Check building without global bootmethsSimon Glass2022-08-122-7/+24
* bootstd: Add vbe bootmeth into sandboxSimon Glass2022-08-123-8/+68
* vbe: Support VBE simpleSimon Glass2022-08-121-1/+1
* event: Add an event for device tree fixupsSimon Glass2022-08-121-0/+1
* bootstd: Drop the system bootdevSimon Glass2022-08-121-6/+1
* bootstd: Always create the EFI bootmgr bootmethSimon Glass2022-08-121-15/+7
* bootstd: Allow scanning for global bootmeths separatelySimon Glass2022-08-121-2/+3
* dm: core: Call dm_scan_other() when setting up for testsSimon Glass2022-08-121-1/+3
* bootstd: Allow EFI bootmgr to support an invalid bootflowSimon Glass2022-08-121-0/+4
* bootstd: Provide a bootmeth method to obtain state infoSimon Glass2022-08-121-0/+18
* bootstd: Fix comment in bootmeth testSimon Glass2022-08-121-1/+1
* bootstd: Drop delays in the testsSimon Glass2022-08-121-0/+22
* dm: core: Add support for writing u32 with ofnodeSimon Glass2022-08-121-0/+16
* dm: core: Allow writing to a flat tree with ofnodeSimon Glass2022-08-121-7/+7