commit | 1a8b4b9d94b295f3dae06c72931a99d74fd19179 | [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 | c8b19b0694014ac4423558f4e65937791fd6d574 [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>