summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini3-2/+6
2021-06-24dm: core: add ofnode_get_path()Marek Behún1-0/+21
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún1-0/+5
2021-06-23test: Include /sbin to the PATH when creating file systemAndy Shevchenko1-0/+4
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle2-2/+2
2021-06-08log: Convert log values to printf() if not enabledSimon Glass3-0/+43
2021-06-08sandbox: log: Avoid build error with !CONFIG_LOGSimon Glass1-0/+1
2021-06-08log: Add support for logging a bufferSimon Glass1-0/+27
2021-06-08display_options: Split print_buffer() into two functionsSimon Glass1-0/+26
2021-06-08hexdump: Support any rowsizeSimon Glass1-3/+20
2021-06-08hexdump: Add support for sandboxSimon Glass1-0/+58
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass4-33/+33
2021-06-08test: Add a test for print_buffer()Simon Glass1-0/+82
2021-06-08test: Convert print tests to use ut frameworkSimon Glass2-51/+56
2021-06-08test: Detect when expect_str is too smallSimon Glass1-2/+14
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass1-5/+32
2021-06-07test: lmb: add test for lmb_reserve_flagsPatrick Delaunay1-0/+89
2021-06-05test: add dm_test_read_resourcePatrick Delaunay1-0/+33