public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-BuildSpecification PATCH 0/3] Add support for mixed PCD access
@ 2017-04-19 20:37 Michael Kinney
  2017-04-19 20:37 ` [edk2-BuildSpecification PATCH 1/3] Add rules for " Michael Kinney
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Kinney @ 2017-04-19 20:37 UTC (permalink / raw)
  To: edk2-devel; +Cc: Liming Gao, Yonghong Zhu, Kevin W Shaw

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

GitHub word diff view of the pathes in this series

* [1/3] https://github.com/mdkinney/edk2-BuildSpecification/commit/e972f4ae0135704243d04a6da2a177d9990d2340?w=1
* [2/3] https://github.com/mdkinney/edk2-BuildSpecification/commit/4192cda206dce5ca97264c992492998c47671563?w=1
* [3/3] https://github.com/mdkinney/edk2-BuildSpecification/commit/00707ca6de6872f59e2dace2dc5e4f9a93cca418?w=1

The build tools currently require a PCD to use the
same access method from all modules.  This update
still requires modules built from sources to use
the same access method, but binary modules are
allowed to use alternate access methods.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Kevin W Shaw <kevin.w.shaw@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>

Michael Kinney (3):
  Add rules for for mixed PCD access
  Make room for new mixed PCD report section
  Add report section for mixed PCD access

 13_build_reports/133_output.md                     |   1 +
 13_build_reports/135_global_pcd_section.md         | 135 ------
 13_build_reports/135_mixed_pcd_section.md          |  54 +++
 13_build_reports/136_fd_section.md                 | 166 --------
 13_build_reports/136_global_pcd_section.md         | 135 ++++++
 13_build_reports/137_fd_section.md                 | 166 ++++++++
 13_build_reports/137_module_section.md             | 452 ---------------------
 .../138_execution_order_prediction_section.md      |  71 ----
 13_build_reports/138_module_section.md             | 452 +++++++++++++++++++++
 .../139_execution_order_prediction_section.md      |  71 ++++
 .../84_auto-generated_pcd_database_file.md         |  97 +++--
 README.md                                          |   1 +
 SUMMARY.md                                         |   9 +-
 13 files changed, 939 insertions(+), 871 deletions(-)
 delete mode 100644 13_build_reports/135_global_pcd_section.md
 create mode 100644 13_build_reports/135_mixed_pcd_section.md
 delete mode 100644 13_build_reports/136_fd_section.md
 create mode 100644 13_build_reports/136_global_pcd_section.md
 create mode 100644 13_build_reports/137_fd_section.md
 delete mode 100644 13_build_reports/137_module_section.md
 delete mode 100644 13_build_reports/138_execution_order_prediction_section.md
 create mode 100644 13_build_reports/138_module_section.md
 create mode 100644 13_build_reports/139_execution_order_prediction_section.md

-- 
2.6.3.windows.1



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

end of thread, other threads:[~2017-04-20  4:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19 20:37 [edk2-BuildSpecification PATCH 0/3] Add support for mixed PCD access Michael Kinney
2017-04-19 20:37 ` [edk2-BuildSpecification PATCH 1/3] Add rules for " Michael Kinney
2017-04-19 20:37 ` [edk2-BuildSpecification PATCH 2/3] Make room for new mixed PCD report section Michael Kinney
2017-04-19 20:37 ` [edk2-BuildSpecification PATCH 3/3] Add report section for mixed PCD access Michael Kinney
2017-04-20  3:06   ` Zhu, Yonghong
2017-04-20  4:15     ` Kinney, Michael D

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