public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/4] Fix Structured PCD Application CI build issues
@ 2020-02-06 23:07 Michael D Kinney
  2020-02-06 23:07 ` [Patch 1/4] BaseTools/Build: Do not use Common.lib in Structured PCD app Michael D Kinney
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Michael D Kinney @ 2020-02-06 23:07 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Bob Feng, Liming Gao

https://bugzilla.tianocore.org/show_bug.cgi?id=2495
https://bugzilla.tianocore.org/show_bug.cgi?id=2496

* Remove use of Common.lib.  Use PcdValueCommon.c instead and remove
  PcdValueCommon.c from Common.lib.
* Fix 64-bit host build issues with fread()
* Setup VS2017/VS2019 env in BaseTools Plugin for CI builds.
* Improve log messages when the Structured PCD app fails to build or run.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (1):
  BaseTools/Build: Do not use Common.lib in Structured PCD app

Sean Brogan (3):
  BaseTools/PcdValueCommon: Fix 64-bit host compiler error
  BaseTools/WindowsVsToolChain: Setup VS2017/VS2019 env
  BaseTools/WindowsVsToolChain: Clean up Python source formatting

 .../WindowsVsToolChain/WindowsVsToolChain.py  | 68 +++++++++++++------
 BaseTools/Source/C/Common/GNUmakefile         |  3 +-
 BaseTools/Source/C/Common/Makefile            |  3 +-
 BaseTools/Source/C/Common/PcdValueCommon.c    |  2 +-
 .../Source/Python/Workspace/DscBuildData.py   | 42 ++++++------
 5 files changed, 75 insertions(+), 43 deletions(-)

-- 
2.21.0.windows.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-02-07  3:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06 23:07 [Patch 0/4] Fix Structured PCD Application CI build issues Michael D Kinney
2020-02-06 23:07 ` [Patch 1/4] BaseTools/Build: Do not use Common.lib in Structured PCD app Michael D Kinney
2020-02-07  3:43   ` Bob Feng
2020-02-06 23:07 ` [Patch 2/4] BaseTools/PcdValueCommon: Fix 64-bit host compiler error Michael D Kinney
2020-02-07  2:47   ` Bob Feng
2020-02-06 23:07 ` [Patch 3/4] BaseTools/WindowsVsToolChain: Setup VS2017/VS2019 env Michael D Kinney
2020-02-07  3:32   ` Bob Feng
2020-02-06 23:07 ` [Patch 4/4] BaseTools/WindowsVsToolChain: Clean up Python source formatting Michael D Kinney
2020-02-07  3:28   ` Bob Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox