1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

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>
This commit is contained in:
Simon Glass
2016-01-21 19:45:08 -07:00
parent 74e53e0e9b
commit 002c634c1f
2 changed files with 224 additions and 0 deletions

View File

@@ -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
----------------------------