[edk2] [Patch 0/2] BaseTools: Add Flexible PCD Value support

Yonghong Zhu posted 2 patches 6 years, 3 months ago
Failed in applying to current master (apply log)
BaseTools/Source/BinaryFiles.txt                   |    3 +-
BaseTools/Source/C/DevicePath/DevicePath.c         |  188 ++
BaseTools/Source/C/DevicePath/DevicePath.h         | 1380 ++++++++
BaseTools/Source/C/DevicePath/DevicePathFromText.c | 3503 ++++++++++++++++++++
BaseTools/Source/C/DevicePath/DevicePathFromText.h |   72 +
.../Source/C/DevicePath/DevicePathUtilities.c      | 2352 +++++++++++++
.../Source/C/DevicePath/DevicePathUtilities.h      |  555 ++++
BaseTools/Source/C/DevicePath/GNUmakefile          |   30 +
BaseTools/Source/C/DevicePath/Makefile             |   24 +
BaseTools/Source/C/DevicePath/UefiDevicePathLib.c  |  298 ++
BaseTools/Source/C/DevicePath/UefiDevicePathLib.h  |  473 +++
BaseTools/Source/C/GNUmakefile                     |    3 +-
BaseTools/Source/C/Makefile                        |    5 +-
BaseTools/Source/Python/AutoGen/AutoGen.py         |   39 +
BaseTools/Source/Python/AutoGen/GenC.py            |    2 +
BaseTools/Source/Python/Common/Expression.py       |  241 +-
BaseTools/Source/Python/Common/Misc.py             |  236 +-
BaseTools/Source/Python/Workspace/DscBuildData.py  |   14 +-
BaseTools/Source/Python/Workspace/InfBuildData.py  |    7 +
.../Source/Python/Workspace/MetaFileParser.py      |   17 +-
.../Source/Python/Workspace/WorkspaceCommon.py     |    6 +-
BaseTools/Source/Python/build/BuildReport.py       |    6 +
22 files changed, 9338 insertions(+), 116 deletions(-)
create mode 100644 BaseTools/Source/C/DevicePath/DevicePath.c
create mode 100644 BaseTools/Source/C/DevicePath/DevicePath.h
create mode 100644 BaseTools/Source/C/DevicePath/DevicePathFromText.c
create mode 100644 BaseTools/Source/C/DevicePath/DevicePathFromText.h
create mode 100644 BaseTools/Source/C/DevicePath/DevicePathUtilities.c
create mode 100644 BaseTools/Source/C/DevicePath/DevicePathUtilities.h
create mode 100644 BaseTools/Source/C/DevicePath/GNUmakefile
create mode 100644 BaseTools/Source/C/DevicePath/Makefile
create mode 100644 BaseTools/Source/C/DevicePath/UefiDevicePathLib.c
create mode 100644 BaseTools/Source/C/DevicePath/UefiDevicePathLib.h
[edk2] [Patch 0/2] BaseTools: Add Flexible PCD Value support
Posted by Yonghong Zhu 6 years, 3 months ago
https://bugzilla.tianocore.org/show_bug.cgi?id=541

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>

Yonghong Zhu (2):
  BaseTools: Support PCD flexible values format
  BaseTools: Add DevicePath support for PCD values

 BaseTools/Source/BinaryFiles.txt                   |    3 +-
 BaseTools/Source/C/DevicePath/DevicePath.c         |  188 ++
 BaseTools/Source/C/DevicePath/DevicePath.h         | 1380 ++++++++
 BaseTools/Source/C/DevicePath/DevicePathFromText.c | 3503 ++++++++++++++++++++
 BaseTools/Source/C/DevicePath/DevicePathFromText.h |   72 +
 .../Source/C/DevicePath/DevicePathUtilities.c      | 2352 +++++++++++++
 .../Source/C/DevicePath/DevicePathUtilities.h      |  555 ++++
 BaseTools/Source/C/DevicePath/GNUmakefile          |   30 +
 BaseTools/Source/C/DevicePath/Makefile             |   24 +
 BaseTools/Source/C/DevicePath/UefiDevicePathLib.c  |  298 ++
 BaseTools/Source/C/DevicePath/UefiDevicePathLib.h  |  473 +++
 BaseTools/Source/C/GNUmakefile                     |    3 +-
 BaseTools/Source/C/Makefile                        |    5 +-
 BaseTools/Source/Python/AutoGen/AutoGen.py         |   39 +
 BaseTools/Source/Python/AutoGen/GenC.py            |    2 +
 BaseTools/Source/Python/Common/Expression.py       |  241 +-
 BaseTools/Source/Python/Common/Misc.py             |  236 +-
 BaseTools/Source/Python/Workspace/DscBuildData.py  |   14 +-
 BaseTools/Source/Python/Workspace/InfBuildData.py  |    7 +
 .../Source/Python/Workspace/MetaFileParser.py      |   17 +-
 .../Source/Python/Workspace/WorkspaceCommon.py     |    6 +-
 BaseTools/Source/Python/build/BuildReport.py       |    6 +
 22 files changed, 9338 insertions(+), 116 deletions(-)
 create mode 100644 BaseTools/Source/C/DevicePath/DevicePath.c
 create mode 100644 BaseTools/Source/C/DevicePath/DevicePath.h
 create mode 100644 BaseTools/Source/C/DevicePath/DevicePathFromText.c
 create mode 100644 BaseTools/Source/C/DevicePath/DevicePathFromText.h
 create mode 100644 BaseTools/Source/C/DevicePath/DevicePathUtilities.c
 create mode 100644 BaseTools/Source/C/DevicePath/DevicePathUtilities.h
 create mode 100644 BaseTools/Source/C/DevicePath/GNUmakefile
 create mode 100644 BaseTools/Source/C/DevicePath/Makefile
 create mode 100644 BaseTools/Source/C/DevicePath/UefiDevicePathLib.c
 create mode 100644 BaseTools/Source/C/DevicePath/UefiDevicePathLib.h

-- 
2.6.1.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel