commit | ea74c95103c66282b8c43e7893bdcd533cab220f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:01:20 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:27 2021 +1300 |
tree | 9abea76c49022e6409902b6fbf9bacea4ac83606 | |
parent | 9763e4eb93bfcb5cc50edf13b152c231b218591f [diff] |
dtoc: Generate uclass devices Add support for generating a file containing uclass instances. This avoids the need to create these at run time. Update a test uclass to include a 'priv_auto' member, to increase test coverage. Signed-off-by: Simon Glass <sjg@chromium.org>