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

VirtioFdtDxe needs to check RemainingDevicePath in Supported() #73

Closed andreiw closed 7 months ago

andreiw commented 7 months ago

Currently the Supported () function goes against the spec. It doesn't validate RemainingDevicePath.

Also validate the Start () logic wrt RemainingPath.