If you don't read the Inspect of drivers, you can disregard this email
Hi driver folks,
As part of making the Inspect of drivers more efficient, it will now always show up under bootstrap/driver_manager.
You can now use name-filter-lists to refer to specific drivers under driver manager.
For example, if you previously used `ffx inspect show --manifest
sdmmc.cm`, you would now use `ffx inspect show "bootstrap/driver_manager:[name=aml-sd-emmc]root"`. (
Note that you will often need to quote a selector using brackets or wildcards when working on the command line)
The name filter list syntax is documented
here.
Some DFv2 driver specific docs can be found
here.
If you don't know the name that you should use with a driver, the selector `bootstrap/driver_manager:[...]root` will match all trees exported under driver manager.
Thanks and sorry for any workflow disruptions,
Clayton