]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Convert _drivers to a dict
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:23 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit7d637c122d772e472a211f6aa3f33cbe3c3e243c
treea6a2c95c4e97af74e48c73cf60d931cca31b9df7
parent161dac1dd86fdc4e819b32ab12f656d8d738f95a
dtoc: Convert _drivers to a dict

At present this member holds a simple list of driver names. Update it to
be a dict of DriverInfo, with the name being the key. This will allow more
information to be added about each driver, in future patches.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py