summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-0/+1
* version: Move version_string[] from version.h to version_string.hPali Rohár2021-09-171-1/+1
* test: Add a way to skip console checking until a string matchesSimon Glass2021-09-161-0/+26
* test: Tidy a comment in the bloblist testSimon Glass2021-09-161-1/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-1/+1
|\
| * pci: Drop DM_PCISimon Glass2021-09-131-1/+1
* | serial: Rename SERIAL_SUPPORT to SERIALSimon Glass2021-09-041-2/+2
* | sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes2021-08-311-0/+54
* | sandbox: add test of wdt_gpio driverRasmus Villemoes2021-08-311-1/+35
|/
* 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
|/