[edk2-devel] [PATCH v2 0/1] BaseTools changes for RISC-V edk2 port

Abner Chang posted 1 patch 4 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20200420124124.6763-1-abner.chang@hpe.com
There is a newer version of this series
BaseTools/Source/C/Common/PeCoffLib.h         |   9 +
BaseTools/Source/C/GenFw/elf_common.h         |  62 ++++
.../C/Include/IndustryStandard/PeImage.h      |   6 +
BaseTools/Source/C/Common/BasePeCoff.c        |  15 +-
BaseTools/Source/C/Common/PeCoffLoaderEx.c    |  86 ++++++
BaseTools/Source/C/GenFv/GenFvInternalLib.c   | 128 +++++++-
BaseTools/Source/C/GenFw/Elf32Convert.c       |   5 +-
BaseTools/Source/C/GenFw/Elf64Convert.c       | 282 +++++++++++++++++-
BaseTools/Conf/tools_def.template             |  53 +++-
BaseTools/Source/Python/Common/DataType.py    |   5 +-
BaseTools/Source/Python/build/buildoptions.py |   6 +-
11 files changed, 638 insertions(+), 19 deletions(-)
[edk2-devel] [PATCH v2 0/1] BaseTools changes for RISC-V edk2 port
Posted by Abner Chang 4 years ago
BZ for entire RISC-V edk2 port,
https://bugzilla.tianocore.org/show_bug.cgi?id=2672

These commits are verified by below PR,
https://github.com/tianocore/edk2/pull/512

Abner Chang (1):
  BaseTools: BaseTools changes for RISC-V platform.

 BaseTools/Source/C/Common/PeCoffLib.h         |   9 +
 BaseTools/Source/C/GenFw/elf_common.h         |  62 ++++
 .../C/Include/IndustryStandard/PeImage.h      |   6 +
 BaseTools/Source/C/Common/BasePeCoff.c        |  15 +-
 BaseTools/Source/C/Common/PeCoffLoaderEx.c    |  86 ++++++
 BaseTools/Source/C/GenFv/GenFvInternalLib.c   | 128 +++++++-
 BaseTools/Source/C/GenFw/Elf32Convert.c       |   5 +-
 BaseTools/Source/C/GenFw/Elf64Convert.c       | 282 +++++++++++++++++-
 BaseTools/Conf/tools_def.template             |  53 +++-
 BaseTools/Source/Python/Common/DataType.py    |   5 +-
 BaseTools/Source/Python/build/buildoptions.py |   6 +-
 11 files changed, 638 insertions(+), 19 deletions(-)

-- 
2.25.0


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#57631): https://edk2.groups.io/g/devel/message/57631
Mute This Topic: https://groups.io/mt/73148716/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-