]> git.proxmox.com Git - mirror_edk2.git/commit - BeagleBoardPkg/BeagleBoardPkg.dsc
Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is...
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Jan 2010 23:39:29 +0000 (23:39 +0000)
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 14 Jan 2010 23:39:29 +0000 (23:39 +0000)
commit225290eba733e5ca7149d1789ccce5ef15c38df5
treeaead584e85f8169bea5b4282e66b047706e42569
parent7c1c4dcf78041c489abc3314f19775929b7c8d29
Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9763 6f19259b-4bc3-4df7-8a09-765794883524
16 files changed:
ArmPkg/Drivers/CpuDxe/Exception.c
ArmPkg/Drivers/CpuDxe/Mmu.c
ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.c [new file with mode: 0644]
ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf [new file with mode: 0644]
ArmPkg/Library/RviPeCoffExtraActionLib/RviPeCoffExtraActionLib.c [deleted file]
ArmPkg/Library/RviPeCoffExtraActionLib/RviPeCoffExtraActionLib.inf [deleted file]
ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c
ArmPkg/Library/SemihostLib/Arm/SemihostLib.c
ArmPkg/Library/SemihostLib/SemihostLib.inf
BeagleBoardPkg/BeagleBoardPkg.dsc
BeagleBoardPkg/Sec/Sec.c
BeagleBoardPkg/Sec/Sec.inf
MdePkg/Include/Library/PeCoffGetEntryPointLib.h
MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c