commit | c58662fc65046770506862de060c92312d8593b3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:00:50 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:26 2021 +1300 |
tree | abc4812a63e4e04197fef1d49ec0484210ceb555 | |
parent | 2a38e712652f678c9e6141f5d83bc4fdfafe161f [diff] |
dtoc: Scan drivers for available information At present we simply record the name of a driver parsed from its implementation file. We also need to get the uclass and a few other things so we can instantiate devices at build time. Add support for collecting this information. This requires parsing each driver file. Signed-off-by: Simon Glass <sjg@chromium.org>