summaryrefslogtreecommitdiff
path: root/test/py/u_boot_utils.py
AgeCommit message (Expand)AuthorFilesLines
2021-07-05test/py: Wait for guestmount worker to exit after running guestunmountAlper Nebi Yasak1-0/+36
2020-04-10test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memoryBin Meng1-3/+4
2018-07-20test/py: return a RAM address different from 0 as it can be interpreted as NULLQuentin Schulz1-0/+6
2018-07-10test/py: Use range() rather than xrange()Paul Burton1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-22test/py: add generic CRC32 functionLiam Beguin1-0/+23
2018-03-22test/py: do not import pytest multiple timesLiam Beguin1-1/+0
2017-11-06test/py: regenerate persistent GPT image if code changesStephen Warren1-0/+74
2016-08-06test: Drop the cmd() functionSimon Glass1-14/+5
2016-08-06test: Fix typos in commentsSimon Glass1-2/+2
2016-08-06test: Check exit status in run_and_log_expect_exception()Simon Glass1-1/+3
2016-07-15test/py: Provide a way to check that a command failsSimon Glass1-0/+22
2016-07-15test/py: Add an option to execute a string containing a commandSimon Glass1-0/+12
2016-07-15test/py: Return output from run_and_log()Simon Glass1-2/+3
2016-07-09test/py: support 'memstart =' in u_boot_utils.find_ram_base()Daniel Schwierzeck1-1/+1
2016-05-27test/py: fix NameError exception if bdi cmd is not supportedHeiko Schocher1-0/+1
2016-05-13tests: py: fix NameError exception if bdi cmd is not supportedHeiko Schocher1-0/+1
2016-01-29test/py: use " for docstringsStephen Warren1-18/+18
2016-01-29test/py: move find_ram_base() into u_boot_utilsStephen Warren1-0/+38
2016-01-29test/py: add various utility codeStephen Warren1-0/+171