summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* bootcount: add a new driver with syscon as backendNandor Han2021-08-221-3/+45
* i2c: add dm_i2c_reg_clrsetSebastian Reichel2021-08-221-0/+29
* test: dm: Add test for ECDSA UCLASS supportAlexandru Gagniuc2021-08-162-0/+39
* dm: core: Don't allow uclass use before readySimon Glass2021-08-081-0/+1
* Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini2021-08-031-2/+2
|\
| * test: Fix size_t formats in strlcat testSimon Glass2021-07-271-2/+2
* | lib: Allow using 0x when a decimal value is requestedSimon Glass2021-08-021-2/+2
* | lib: Add octal tests for simple_strtoul/l()Simon Glass2021-08-021-0/+10
* | lib: Add tests for simple_strtoull()Simon Glass2021-08-021-0/+61
* | lib: Drop unnecessary check for hex digitSimon Glass2021-08-021-0/+2
* | global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-0/+12
* | global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-0/+12
* | dtoc: Support widening a bool valueSimon Glass2021-08-011-0/+3
* | dtoc: Fix widening an int array to an intSimon Glass2021-08-011-3/+1
* | sandbox: Reduce keyed autoboot delaySimon Glass2021-08-011-0/+6
* | sandbox: tpm: Support extending a PCR multiple timesSimon Glass2021-08-011-1/+17
* | Merge branch '2021-07-28-assorted-fixes'Tom Rini2021-07-291-1/+1
|\ \
| * | test/py: Improve check for mksquashfs versionMarek Behún2021-07-281-1/+1
* | | Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-07-291-0/+14
|\ \ \ | |/ / |/| |
| * | dm: test: Add test case to check node name ignoring unit addressKishon Vijay Abraham I2021-07-271-0/+14
| |/
* | test: cmd: setexpr: add format string testsRoland Gaudig2021-07-271-0/+84
|/
* test/py: efi_capsule: align with efidebug syntax changesAKASHI Takahiro2021-07-241-3/+3
* test: add first autoboot unit testsSteffen Jaeckel2021-07-235-0/+117
* lib: wrap crypt API to hide errno usageSteffen Jaeckel2021-07-231-2/+22
* lib: add crypt subsystemSteffen Jaeckel2021-07-233-0/+55
* reboot-mode: read the boot mode from RTC memoryNandor Han2021-07-231-0/+29
* reboot-mode: read the boot mode from GPIOs statusNandor Han2021-07-232-0/+43
* cmd: pinmux: support pin name in status commandPatrick Delaunay2021-07-232-0/+37
* cmd: pinmux: update result of do_statusPatrick Delaunay2021-07-231-2/+2
* log: Allow padding of the function nameSimon Glass2021-07-211-7/+9
* blk: Support iterationSimon Glass2021-07-211-0/+55
* bloblist: Correct condition in bloblist_addrec()Simon Glass2021-07-211-0/+23
* bloblist: Support resizing a blobSimon Glass2021-07-211-0/+192
* sandbox: Support executables for more phasesSimon Glass2021-07-211-1/+5
* test: Avoid a build error with SPLSimon Glass2021-07-211-1/+1
* test: Add DM_DMA to be disabledSimon Glass2021-07-211-0/+2
* test: Allow CONFIG_SPL_LOAD_FIT to be disabledSimon Glass2021-07-211-0/+2
* Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-07-191-10/+67
|\
| * Nokia RX-51: Add check for /lib/ld-linux.so.2 in test scriptPali Rohár2021-07-151-0/+1
| * Nokia RX-51: Add support for booting kernel in zImage formatPali Rohár2021-07-151-10/+66
* | test: Rename final check in setexpr_test_backref()Simon Glass2021-07-151-2/+0
|/
* sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak2021-07-065-5/+96
* Docker/CI: Update to "focal" and latest buildTom Rini2021-07-051-1/+1
* test/py: rewrite sqfsls command test suiteJoao Marcos Costa2021-07-051-19/+121
* test/py: rewrite sqfsload command test suiteJoao Marcos Costa2021-07-051-30/+138
* test/py: rewrite common tools for SquashFS testsJoao Marcos Costa2021-07-051-64/+193
* test/py: Wait for guestmount worker to exit after running guestunmountAlper Nebi Yasak2021-07-052-1/+48
* test/py: Use loop mounts if guestmount fails in filesystem testsAlper Nebi Yasak2021-07-051-16/+15
* Merge tag 'v2021.07-rc5' into nextTom Rini2021-06-283-2/+6
|\
| * test: Include /sbin to the PATH when creating file systemAndy Shevchenko2021-06-231-0/+4