I got feedback in today's CI and Tools meeting that this isn't something
we want in edk2-non-osi.
There should be a single source of the binaries, and that's Intel's
site, so please ignore this patch.
--
Rebecca
On 10/27/24 9:50 AM, Rebecca Cran wrote:
Add binaries for the Intel UNDI UEFI drivers release 29.3.
These were built from the sources downloaded from the "IntelĀ® Ethernet
Connections Boot Utility, Preboot Images, and EFI Drivers" page at
https://www.intel.com/content/www/us/en/download/15755/intel-ethernet-connections-boot-utility-preboot-images-and-efi-drivers.html.
The sources were extracted from the PREBOOT.exe file contained in the
PREBOOT.zip download. They can be found at
https://github.com/bexcran/IntelUndiPkg and built with the build.cmd
script using VS2017. That repository was created based on
https://github.com/tianocore/edk2-staging/tree/Intel_UNDI.
I've CC'd several people from Intel in the hopes of getting feedback
both about whether this is something we want to add, and whether I'm
allowed to, since `grep -rHn CONFIDENTIAL | wc -l` shows 36 files with
the INTEL CONFIDENTIAL header. Given Intel are publishing the sources on
their website I suspect this is an oversight but I'd like to get
confirmation if possible.
Rebecca Cran (1):
Drivers/Intel/IntelUndiBin: Add binaries for Intel UNDI 29.3 drivers
Drivers/Intel/IntelUndiBin/GigUndiBinDebug.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/GigUndiBinNoopt.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/GigUndiBinRelease.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/I40eUndiBinDebug.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/I40eUndiBinNoopt.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/I40eUndiBinRelease.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/IceUndiBinDebug.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/IceUndiBinRelease.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/XGigUndiBinDebug.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/XGigUndiBinNoopt.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/XGigUndiBinRelease.inf | 24
++++++++++++++++++++
Drivers/Intel/IntelUndiBin/Debug/AARCH64/GigUndiDxe.efi | Bin 0 -> 190464
bytes
Drivers/Intel/IntelUndiBin/Debug/AARCH64/I40eUndiDxe.efi | Bin 0 -> 131072
bytes
Drivers/Intel/IntelUndiBin/Debug/AARCH64/IceUndiDxe.efi | Bin 0 -> 151040
bytes
Drivers/Intel/IntelUndiBin/Debug/AARCH64/XGigUndiDxe.efi | Bin 0 -> 178176
bytes
Drivers/Intel/IntelUndiBin/Debug/X64/GigUndiDxe.efi | Bin 0 -> 189952
bytes
Drivers/Intel/IntelUndiBin/Debug/X64/I40eUndiDxe.efi | Bin 0 -> 137376
bytes
Drivers/Intel/IntelUndiBin/Debug/X64/IceUndiDxe.efi | Bin 0 -> 156288
bytes
Drivers/Intel/IntelUndiBin/Debug/X64/XGigUndiDxe.efi | Bin 0 -> 179040
bytes
Drivers/Intel/IntelUndiBin/Noopt/AARCH64/GigUndiDxe.efi | Bin 0 -> 394752
bytes
Drivers/Intel/IntelUndiBin/Noopt/AARCH64/I40eUndiDxe.efi | Bin 0 -> 299520
bytes
Drivers/Intel/IntelUndiBin/Noopt/AARCH64/IceUndiDxe.efi | Bin 0 -> 493568
bytes
Drivers/Intel/IntelUndiBin/Noopt/AARCH64/XGigUndiDxe.efi | Bin 0 -> 371712
bytes
Drivers/Intel/IntelUndiBin/Noopt/X64/GigUndiDxe.efi | Bin 0 -> 351040
bytes
Drivers/Intel/IntelUndiBin/Noopt/X64/I40eUndiDxe.efi | Bin 0 -> 276416
bytes
Drivers/Intel/IntelUndiBin/Noopt/X64/IceUndiDxe.efi | Bin 0 -> 468576
bytes
Drivers/Intel/IntelUndiBin/Noopt/X64/XGigUndiDxe.efi | Bin 0 -> 332288
bytes
Drivers/Intel/IntelUndiBin/Release/AARCH64/GigUndiDxe.efi | Bin 0 -> 185856
bytes
Drivers/Intel/IntelUndiBin/Release/AARCH64/I40eUndiDxe.efi | Bin 0 -> 128000
bytes
Drivers/Intel/IntelUndiBin/Release/AARCH64/IceUndiDxe.efi | Bin 0 -> 155136
bytes
Drivers/Intel/IntelUndiBin/Release/AARCH64/XGigUndiDxe.efi | Bin 0 -> 174080
bytes
Drivers/Intel/IntelUndiBin/Release/X64/GigUndiDxe.efi | Bin 0 -> 181472
bytes
Drivers/Intel/IntelUndiBin/Release/X64/I40eUndiDxe.efi | Bin 0 -> 128896
bytes
Drivers/Intel/IntelUndiBin/Release/X64/IceUndiDxe.efi | Bin 0 -> 156000
bytes
Drivers/Intel/IntelUndiBin/Release/X64/XGigUndiDxe.efi | Bin 0 -> 169856
bytes
35 files changed, 264 insertions(+)
create mode 100644 Drivers/Intel/IntelUndiBin/GigUndiBinDebug.inf
create mode 100644 Drivers/Intel/IntelUndiBin/GigUndiBinNoopt.inf
create mode 100644 Drivers/Intel/IntelUndiBin/GigUndiBinRelease.inf
create mode 100644 Drivers/Intel/IntelUndiBin/I40eUndiBinDebug.inf
create mode 100644 Drivers/Intel/IntelUndiBin/I40eUndiBinNoopt.inf
create mode 100644 Drivers/Intel/IntelUndiBin/I40eUndiBinRelease.inf
create mode 100644 Drivers/Intel/IntelUndiBin/IceUndiBinDebug.inf
create mode 100644 Drivers/Intel/IntelUndiBin/IceUndiBinRelease.inf
create mode 100644 Drivers/Intel/IntelUndiBin/XGigUndiBinDebug.inf
create mode 100644 Drivers/Intel/IntelUndiBin/XGigUndiBinNoopt.inf
create mode 100644 Drivers/Intel/IntelUndiBin/XGigUndiBinRelease.inf
create mode 100644 Drivers/Intel/IntelUndiBin/Debug/AARCH64/GigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Debug/AARCH64/I40eUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Debug/AARCH64/IceUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Debug/AARCH64/XGigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Debug/X64/GigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Debug/X64/I40eUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Debug/X64/IceUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Debug/X64/XGigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Noopt/AARCH64/GigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Noopt/AARCH64/I40eUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Noopt/AARCH64/IceUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Noopt/AARCH64/XGigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Noopt/X64/GigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Noopt/X64/I40eUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Noopt/X64/IceUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Noopt/X64/XGigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Release/AARCH64/GigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Release/AARCH64/I40eUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Release/AARCH64/IceUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Release/AARCH64/XGigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Release/X64/GigUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Release/X64/I40eUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Release/X64/IceUndiDxe.efi
create mode 100644 Drivers/Intel/IntelUndiBin/Release/X64/XGigUndiDxe.efi
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120689): https://edk2.groups.io/g/devel/message/120689
Mute This Topic: https://groups.io/mt/109241480/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-