summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:45:08 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:37 -0700
commit002c634c1fb88d71afe67b66cd79a63b70c852aa (patch)
tree000ea75609a972f9960f181fb13e2ba6b4553328 /doc
parent74e53e0e9b7cf78a7e896cf6626f0ca607da5872 (diff)
downloadtalos-obmc-uboot-002c634c1fb88d71afe67b66cd79a63b70c852aa.tar.gz
talos-obmc-uboot-002c634c1fb88d71afe67b66cd79a63b70c852aa.zip
rockchip: Add a script to parse datasheets
This script has proved useful for parsing datasheets and creating register shift/mask values for use in header files. Include it in case it is useful for others. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.rockchip6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip
index 9a2ebca95d..7be5a130fb 100644
--- a/doc/README.rockchip
+++ b/doc/README.rockchip
@@ -243,6 +243,12 @@ SPI flash.
See above for instructions on how to write a SPI image.
+rkmux.py
+--------
+
+You can use this script to create #defines for SoC register access. See the
+script for usage.
+
Device tree and driver model
----------------------------
OpenPOWER on IntegriCloud