diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-21 19:45:08 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-21 20:42:37 -0700 |
commit | 002c634c1fb88d71afe67b66cd79a63b70c852aa (patch) | |
tree | 000ea75609a972f9960f181fb13e2ba6b4553328 /doc | |
parent | 74e53e0e9b7cf78a7e896cf6626f0ca607da5872 (diff) | |
download | u-boot-imx-002c634c1fb88d71afe67b66cd79a63b70c852aa.zip u-boot-imx-002c634c1fb88d71afe67b66cd79a63b70c852aa.tar.gz u-boot-imx-002c634c1fb88d71afe67b66cd79a63b70c852aa.tar.bz2 |
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.rockchip | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index 9a2ebca..7be5a13 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 ---------------------------- |