Hi,

I downloaded UEFI network driver for Intel PCIE card from
http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK file is
gig_pcie_src_4109.zip

I tried to compile this for ARM platform. It appears that this code only
compile with EDK1. I tried to compile this with EDK2 by changing INF file
(gig_82575_edk1.inf). But, I got many compilation issues.

INF file I have changed is as follows:

[Defines]
  INF_VERSION                     = 0x00010005
  BASE_NAME                       = GigUndi
  FILE_GUID                           = feaa2e2b-53ac-4d5e-ae10-1efd5da4a2ba
  MODULE_TYPE                     = DXE_DRIVER
  VERSION_STRING                  = 1.0

  ENTRY_POINT                     = InitializeGigUNDIDriver

[Sources.common]

.......... all source files

[Packages]
  EdkCompatibilityPkg/EdkCompatibilityPkg.dec
  MdePkg/MdePkg.dec

[LibraryClasses]
  EfiDriverLib
  PrintLib
  UefiEfiIfrSupportLib

[Protocols]

[Depex]


I got error :

.........GigUndi/gig_82575_edk1/DEBUG/AutoGen.h:16:18 fatal error: Base.h:
No such file or directory
compilation terminated.
.................

-- 
Thanks and Regards,
Shiva.
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to