intel / FdtBusPkg

Device Tree-based Platform Device Driver Development for Tiano UEFI
https://wiki.riseproject.dev/display/HOME/EDK2_00_03+-+FdtBusDxe+support
11 stars 1 forks source link

Improve no-binding/library driver variants. #47

Closed andreiw closed 7 months ago

andreiw commented 7 months ago

Use OpenProtocol with BY_DRIVER to both skip devices with bound Driver Model drivers and to avoid other drivers from reserving the supported devices.

Also improve devtree listing of such devices. They will be listed as "Non DM-Managed Device".