tianocore / edk2-redfish-client

Utilizes the EFI protocols provided by EDK2 Redfish Foundation to communicate with the Redfish service for creating, consuming, and updating the Redfish properties which are managed by firmware.
Other
7 stars 5 forks source link

Verify USB CDC driver for Redfish Host Interface #19

Open changab opened 1 year ago

nicklela commented 1 year ago

Latest patch file: [edk2-devel] [PATCH 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support

nicklela commented 1 year ago

There is one issue catched by code checking system: https://edk2.groups.io/g/devel/message/95292

nicklela commented 1 year ago

code branch is here: https://github.com/nicklela/edk2/tree/UsbNic

nicklela commented 1 year ago

I verified that the RNDIS driver is not working. There is missing OID command to start network flow on RNDIS device.

image Ref: https://learn.microsoft.com/en-us/windows-hardware/drivers/network/example-connectionless--802-3--initialization-sequence

nicklela commented 1 year ago
nicklela commented 1 year ago

Discussion to remove bulk transfer time out: https://edk2.groups.io/g/devel/message/97036

nicklela commented 1 year ago

Discussion to remove bulk transfer time out: https://edk2.groups.io/g/devel/message/97036

Those annoying message is removed from both EHCI and XHCI: https://github.com/tianocore/edk2/commit/d9e7f6fe49738421c02381425d289767d7055ef1