Intel has been releasing the EDK2/UEFI source code for their network drivers (https://www.intel.com/content/www/us/en/download/15755/intel-ethernet-connections-boot-utility-preboot-images-and-efi-drivers.html) but I've found a few problems with it. The first issue I ran into is that GigUndiDxe.inf includes StdLibC which obviously breaks the build.

This evening I also found a problem with a debug print which causes a crash:

DEBUGPRINT (HII, ("Package list languages - %a\n"));


Less important, but slightly irritating, the documentation files such as build_instruction.txt are in UTF-16 format.


I was wondering if there's any way to send feedback to the team responsible for the driver(s) without going through the official Intel Support process?


Once I have it working, if there's interest I was thinking about having the code added to edk2-non-osi under Drivers/Intel/IntelUndiPkg. I don't know if that's something that would be useful?


--

Rebecca Cran



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#107785): https://edk2.groups.io/g/devel/message/107785
Mute This Topic: https://groups.io/mt/100773221/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to