summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-04-06 11:46:59 -0600
committerTom Rini <trini@konsulko.com>2016-04-11 20:48:25 -0400
commit5b2beab5cdf6209e5b4027312d8f9e2a13f1ce46 (patch)
treef4253570a96a89fcc73bbcf3bc60299d034f2e8d /test
parent20adda4cf8980a9df1d966bd7bec918ac3e4e5d6 (diff)
downloadtalos-obmc-uboot-5b2beab5cdf6209e5b4027312d8f9e2a13f1ce46.tar.gz
talos-obmc-uboot-5b2beab5cdf6209e5b4027312d8f9e2a13f1ce46.zip
test/py: README: link to example hook scripts
When implementing test/py hook scripts, it's helpful to read some working examples. Provide a link to some. The link was mentioned in the commit message which first added test/py, but not in any documentation file. Suggested-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test')
-rw-r--r--test/py/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/py/README.md b/test/py/README.md
index ba1674cb1d..829c7efbb2 100644
--- a/test/py/README.md
+++ b/test/py/README.md
@@ -246,6 +246,12 @@ to download the U-Boot binary directly into RAM and execute it. This would
avoid the need for `u-boot-test-flash` to actually write U-Boot to flash, thus
saving wear on the flash chip(s).
+#### Examples
+
+https://github.com/swarren/uboot-test-hooks contains some working example hook
+scripts, and may be useful as a reference when implementing hook scripts for
+your platform. These scripts are not considered part of U-Boot itself.
+
### Board-type-specific configuration
Each board has a different configuration and behaviour. Many of these
OpenPOWER on IntegriCloud