]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/BasePeCoffLib/BasePeCoffLibInternals.h
Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we don't...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 31 Jul 2010 01:50:35 +0000 (01:50 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 31 Jul 2010 01:50:35 +0000 (01:50 +0000)
commit934309d58ed2de3a41ec3fe577122d434615dd4c
treeb7040585f87d09faebf736a624cadfbc862cbef6
parentdd85e4b53111e381f9ecd6ae8246fdccb95b37f1
Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we don't know how the PE/COFF spec will change, but we can merge the real change into the MdePkg when the PE/COFF spec is updated and remove this library. To be clear I made up the PE/COFF relocation extension for these relocations, but as long as the tools match it all works.... Mainly doing this to support gcc.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10762 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c [new file with mode: 0755]
ArmPkg/Library/BasePeCoffLib/BasePeCoff.c [new file with mode: 0755]
ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf [new file with mode: 0755]
ArmPkg/Library/BasePeCoffLib/BasePeCoffLibInternals.h [new file with mode: 0755]
ArmPkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c [new file with mode: 0755]
ArmPkg/Library/BasePeCoffLib/PeCoffLoaderEx.c [new file with mode: 0755]
BeagleBoardPkg/BeagleBoardPkg.dsc