summaryrefslogtreecommitdiff
path: root/test/py/u_boot_utils.py
AgeCommit message (Expand)Author
2018-07-20test/py: return a RAM address different from 0 as it can be interpreted as NULLQuentin Schulz
2018-07-10test/py: Use range() rather than xrange()Paul Burton
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-22test/py: add generic CRC32 functionLiam Beguin
2018-03-22test/py: do not import pytest multiple timesLiam Beguin
2017-11-06test/py: regenerate persistent GPT image if code changesStephen Warren
2016-08-05test: Drop the cmd() functionSimon Glass
2016-08-05test: Fix typos in commentsSimon Glass
2016-08-05test: Check exit status in run_and_log_expect_exception()Simon Glass
2016-07-14test/py: Provide a way to check that a command failsSimon Glass
2016-07-14test/py: Add an option to execute a string containing a commandSimon Glass
2016-07-14test/py: Return output from run_and_log()Simon Glass
2016-07-08test/py: support 'memstart =' in u_boot_utils.find_ram_base()Daniel Schwierzeck
2016-05-27test/py: fix NameError exception if bdi cmd is not supportedHeiko Schocher
2016-05-13tests: py: fix NameError exception if bdi cmd is not supportedHeiko Schocher
2016-01-28test/py: use " for docstringsStephen Warren
2016-01-28test/py: move find_ram_base() into u_boot_utilsStephen Warren
2016-01-28test/py: add various utility codeStephen Warren