commit | 2e199ab802246e5930e01a05787f111247abb2f1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:00:54 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:27 2021 +1300 |
tree | 6f524aa7df0bfcdb8d389cc4e3f923a8df36843b | |
parent | 0f3b14131be613e14ac3083849eee08f046f3039 [diff] |
dtoc: Support scanning of uclasses Uclasses can have per-device private / platform data so dtoc needs to scan these drivers. This allows it to find out the size of this data so it can be allocated a build time. Add a parser for uclass information, similar to drivers. Keep a dict of the uclasses that were found. Signed-off-by: Simon Glass <sjg@chromium.org>