summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-09-24test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy1-0/+28
2021-09-14pci: Drop DM_PCISimon Glass1-1/+1
2021-08-22bootcount: add a new driver with syscon as backendNandor Han1-3/+45
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+29
2021-08-16test: dm: Add test for ECDSA UCLASS supportAlexandru Gagniuc2-0/+39
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-0/+1
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-2/+2
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass1-2/+2
2021-08-02lib: Add octal tests for simple_strtoul/l()Simon Glass1-0/+10
2021-08-02lib: Add tests for simple_strtoull()Simon Glass1-0/+61
2021-08-02lib: Drop unnecessary check for hex digitSimon Glass1-0/+2
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-0/+12
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-0/+12
2021-08-01dtoc: Support widening a bool valueSimon Glass1-0/+3
2021-08-01dtoc: Fix widening an int array to an intSimon Glass1-3/+1
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass1-0/+6
2021-08-01sandbox: tpm: Support extending a PCR multiple timesSimon Glass1-1/+17
2021-07-29Merge branch '2021-07-28-assorted-fixes'Tom Rini1-1/+1
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+14
2021-07-29test/py: Improve check for mksquashfs versionMarek Behún1-1/+1
2021-07-28test: cmd: setexpr: add format string testsRoland Gaudig1-0/+84
2021-07-27dm: test: Add test case to check node name ignoring unit addressKishon Vijay Abraham I1-0/+14
2021-07-27test: Fix size_t formats in strlcat testSimon Glass1-2/+2
2021-07-24test/py: efi_capsule: align with efidebug syntax changesAKASHI Takahiro1-3/+3
2021-07-23test: add first autoboot unit testsSteffen Jaeckel5-0/+117
2021-07-23lib: wrap crypt API to hide errno usageSteffen Jaeckel1-2/+22
2021-07-23lib: add crypt subsystemSteffen Jaeckel3-0/+55
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han1-0/+29
2021-07-23reboot-mode: read the boot mode from GPIOs statusNandor Han2-0/+43
2021-07-23cmd: pinmux: support pin name in status commandPatrick Delaunay2-0/+37
2021-07-23cmd: pinmux: update result of do_statusPatrick Delaunay1-2/+2
2021-07-21log: Allow padding of the function nameSimon Glass1-7/+9
2021-07-21blk: Support iterationSimon Glass1-0/+55
2021-07-21bloblist: Correct condition in bloblist_addrec()Simon Glass1-0/+23
2021-07-21bloblist: Support resizing a blobSimon Glass1-0/+192
2021-07-21sandbox: Support executables for more phasesSimon Glass1-1/+5
2021-07-21test: Avoid a build error with SPLSimon Glass1-1/+1
2021-07-21test: Add DM_DMA to be disabledSimon Glass1-0/+2
2021-07-21test: Allow CONFIG_SPL_LOAD_FIT to be disabledSimon Glass1-0/+2
2021-07-19Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-10/+67
2021-07-16test: Rename final check in setexpr_test_backref()Simon Glass1-2/+0
2021-07-15Nokia RX-51: Add check for /lib/ld-linux.so.2 in test scriptPali Rohár1-0/+1
2021-07-15Nokia RX-51: Add support for booting kernel in zImage formatPali Rohár1-10/+66
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak5-5/+96
2021-07-05Docker/CI: Update to "focal" and latest buildTom Rini1-1/+1
2021-07-05test/py: rewrite sqfsls command test suiteJoao Marcos Costa1-19/+121
2021-07-05test/py: rewrite sqfsload command test suiteJoao Marcos Costa1-30/+138
2021-07-05test/py: rewrite common tools for SquashFS testsJoao Marcos Costa1-64/+193
2021-07-05test/py: Wait for guestmount worker to exit after running guestunmountAlper Nebi Yasak2-1/+48
2021-07-05test/py: Use loop mounts if guestmount fails in filesystem testsAlper Nebi Yasak1-16/+15