index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
py
/
u_boot_console_base.py
Age
Commit message (
Expand
)
Author
2016-07-15
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-07-15
test/py: Provide a way to get early console output
Simon Glass
2016-07-15
test/py: Note which console produced unexpected output
Simon Glass
2016-07-14
test/py: Add a helper to run a list of U-Boot commands
Simon Glass
2016-05-27
test/py: Support setting up specific timeout
Michal Simek
2016-02-26
test/py: use space to interrupt autoboot
Stephen Warren
2016-02-25
test/py: Add option to skip SPL signature checking
Michal Simek
2016-02-24
test/py: only check for SPL signature if SPL uses serial output
Heiko Schocher
2016-02-15
test/py: put "Starting U-Boot" into separate log section
Stephen Warren
2016-02-15
test/py: fix CONFIG_SPL test
Stephen Warren
2016-02-09
test/py: capture the entire U-Boot version at boot
Stephen Warren
2016-02-08
test/py: support running sandbox under gdbserver
Stephen Warren
2016-01-29
test/py: detect another "bad pattern" in console output
Stephen Warren
2016-01-29
test/py: check for bad patterns everywhere we wait
Stephen Warren
2016-01-29
test.py: calculate bad patterns on change only
Stephen Warren
2016-01-29
test/py: use " for docstrings
Stephen Warren
2016-01-29
test/py: make crash detection more robust
Stephen Warren
2016-01-29
test/py: move find_ram_base() into u_boot_utils
Stephen Warren
2016-01-29
test/py: add various utility code
Stephen Warren
2016-01-29
test/py: log when tests send CTRL-C
Stephen Warren
2016-01-29
test/py: drain console log at the end of any failed test
Stephen Warren
2016-01-29
test/py: move U-Boot respawn trigger to the test core
Stephen Warren
2016-01-21
test/py: Implement pytest infrastructure
Stephen Warren