Cc: Liming Gao <[email protected]> Cc: Michael Kinney <[email protected]> Cc: Kevin W Shaw <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu <[email protected]> --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md index d9d2146..9fb7e93 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ <!--- @file README.md for EDK II Build Specification - Copyright (c) 2008-2017, Intel Corporation. All rights reserved.<BR> + Copyright (c) 2008-2018, Intel Corporation. All rights reserved.<BR> Redistribution and use in source (original document form) and 'compiled' forms (converted to PDF, epub, HTML and other formats) with or without modification, are permitted provided that the following conditions are met: @@ -217,5 +217,11 @@ Copyright (c) 2008-2017, Intel Corporation. All rights reserved. | | [#481](https://bugzilla.tianocore.org/show_bug.cgi?id=481) Build Spec: add clarification for not used Pcd that build tool will not do additional checks on its value | | | | [#518](https://bugzilla.tianocore.org/show_bug.cgi?id=518) Build Spec: Update Precedence of PCD Values | | | | [#669](https://bugzilla.tianocore.org/show_bug.cgi?id=669) Build Spec: Add multi-arg support to PREBUILD/POSTBUILD | | | | [#717](https://bugzilla.tianocore.org/show_bug.cgi?id=717) Build Spec: Build report to display every module's build time | | | | [#689](https://bugzilla.tianocore.org/show_bug.cgi?id=689) Build spec: add description for build with binary cache | | +| 1.28 | Add clarification for the binary cache files | March 2018 | +| | [#775](https://bugzilla.tianocore.org/show_bug.cgi?id=775) Build spec: Add description about auto detect thread number | | +| | Add Flexible PCD value format into spec | | +| | Update PCD value and SKU, DefaultStore info in build report | | +| | Clarify structure PCD field value assignment precedence | | +| | Update description for build handles PCDs for SKU support | | -- 2.6.1.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

