On Nov 19, 2013, at 6:15 AM, Shivamurthy Shastri <shiva.linuxwo...@gmail.com>
wrote:
> 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.
>
This project is an example of compiling the old EDK Shell, with GCC for ARM.
http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Gcc-shell
This project is obsolete, since the EDK II shell supports ARM, and GCC now, but
it is an example for you to look at.
> INF file I have changed is as follows:
>
You need to Modify the .DSC file to support the compatibility package, not the
INF file. If you modify the INF file you need to port the driver to EDKII.
Thanks,
Andrew Fish
> [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
------------------------------------------------------------------------------
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