diff --git a/check b/check index 2e853a7586150bcbe01c1236a367d57bc0dab724..c41fc661f32ba446df8edb7efd0844715adb1c52 100755 --- a/check +++ b/check @@ -3,6 +3,12 @@ specfile=`find ~/openEuler/src-openeuler -name $1.spec` if [ $specfile != "" ]; then cur_ver=`grep Version $specfile | awk -F: '{print $2}' | sed -e "s/[ \t]*//g"` + #deal with the special Version defination, like "Version: %{xxx}" + if [[ "$cur_ver" == %{* ]]; then + new_ver=`echo $cur_ver | sed 's/.*{\(.*\)}.*/\1/g'` + new_lable='%global '$new_ver' ' + cur_ver=`grep "${new_lable}" $specfile | awk -F "${new_lable}" '{print $2}'` + fi ./check_upstream.rb $1 $cur_ver else echo $1, "is not found in src-openeuler\n" diff --git a/check_upstream/common.rb b/check_upstream/common.rb index b49ef554b26919219c85563303ccf2d694667f4b..790eb09fadbebeaddd8dcbf2e027713dacd299dc 100755 --- a/check_upstream/common.rb +++ b/check_upstream/common.rb @@ -98,7 +98,7 @@ def load_last_query_result(prj_info, force_reload=false) return last_query["raw_data"].dup else prj_info.delete("last_query") - STDERR.puts "DEBUG: #{prj_info["src_repo"].gusb("\n", "")} > Last Query Too Old.\n" + STDERR.puts "DEBUG: #{prj_info["src_repo"].gsub("\n", "")} > Last Query Too Old.\n" return "" end else diff --git a/upstream-info/edk2.yaml b/upstream-info/edk2.yaml index 66aad48b597db7505d1ce5db4024b024135d3153..22f96b48b34b2b4707d79369df9625c30e09d3d0 100644 --- a/upstream-info/edk2.yaml +++ b/upstream-info/edk2.yaml @@ -1,537 +1,5 @@ --- version_control: github src_repo: tianocore/edk2 -tag_prefix: "^v" -seperator: "." -last_query: - time_stamp: 2020-04-26 11:21:56.162863900 +00:00 - raw_data: | - [ - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/24200660", - "assets_url": "https://api.github.com/repos/tianocore/edk2/releases/24200660/assets", - "upload_url": "https://uploads.github.com/repos/tianocore/edk2/releases/24200660/assets{?name,label}", - "html_url": "https://github.com/tianocore/edk2/releases/tag/edk2-stable202002", - "id": 24200660, - "node_id": "MDc6UmVsZWFzZTI0MjAwNjYw", - "tag_name": "edk2-stable202002", - "target_commitish": "master", - "name": "edk2-stable202002", - "draft": false, - "author": { - "login": "lgao4", - "id": 10111266, - "node_id": "MDQ6VXNlcjEwMTExMjY2", - "avatar_url": "https://avatars0.githubusercontent.com/u/10111266?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/lgao4", - "html_url": "https://github.com/lgao4", - "followers_url": "https://api.github.com/users/lgao4/followers", - "following_url": "https://api.github.com/users/lgao4/following{/other_user}", - "gists_url": "https://api.github.com/users/lgao4/gists{/gist_id}", - "starred_url": "https://api.github.com/users/lgao4/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/lgao4/subscriptions", - "organizations_url": "https://api.github.com/users/lgao4/orgs", - "repos_url": "https://api.github.com/users/lgao4/repos", - "events_url": "https://api.github.com/users/lgao4/events{/privacy}", - "received_events_url": "https://api.github.com/users/lgao4/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2020-03-02T05:47:06Z", - "published_at": "2020-03-04T08:54:59Z", - "assets": [ - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/assets/18523603", - "id": 18523603, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE4NTIzNjAz", - "name": "ShellBinPkg.zip", - "label": null, - "uploader": { - "login": "lgao4", - "id": 10111266, - "node_id": "MDQ6VXNlcjEwMTExMjY2", - "avatar_url": "https://avatars0.githubusercontent.com/u/10111266?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/lgao4", - "html_url": "https://github.com/lgao4", - "followers_url": "https://api.github.com/users/lgao4/followers", - "following_url": "https://api.github.com/users/lgao4/following{/other_user}", - "gists_url": "https://api.github.com/users/lgao4/gists{/gist_id}", - "starred_url": "https://api.github.com/users/lgao4/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/lgao4/subscriptions", - "organizations_url": "https://api.github.com/users/lgao4/orgs", - "repos_url": "https://api.github.com/users/lgao4/repos", - "events_url": "https://api.github.com/users/lgao4/events{/privacy}", - "received_events_url": "https://api.github.com/users/lgao4/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 1642082, - "download_count": 1722, - "created_at": "2020-03-06T14:46:04Z", - "updated_at": "2020-03-06T14:46:14Z", - "browser_download_url": "https://github.com/tianocore/edk2/releases/download/edk2-stable202002/ShellBinPkg.zip" - } - ], - "tarball_url": "https://api.github.com/repos/tianocore/edk2/tarball/edk2-stable202002", - "zipball_url": "https://api.github.com/repos/tianocore/edk2/zipball/edk2-stable202002", - "body": "# Release Date 2020-03-04\r\n\r\n## New Features\r\n* [Basetool: Reuse compiler show-include feature for the incremental build quality and performance](https://bugzilla.tianocore.org/show_bug.cgi?id=2311)\r\n* [BaseTools GenerateCapsule: Support capsule dependency](https://bugzilla.tianocore.org/show_bug.cgi?id=2412)\r\n* [FmpDxe: Support capsule dependency](https://bugzilla.tianocore.org/show_bug.cgi?id=2421)\r\n* [New BaseCryptLib instances to compile independently from callers](https://bugzilla.tianocore.org/show_bug.cgi?id=2420)\r\n* [Add TCG PFP revision 105 support and NIST SP800-155 event](https://bugzilla.tianocore.org/show_bug.cgi?id=2439)\r\n* [MpInitLib: Build information for loaded and detected microcode patches](https://bugzilla.tianocore.org/show_bug.cgi?id=2430)\r\n* [Add platform microcode shadow PPI to UefiCpuPkg](https://tianocore.acgmultimedia.com/show_bug.cgi?id=2449)\r\n* [BaseCryptLib: Remove HmacXxxGetContextSize and replace HmacXxxInit with HmacXxxSetKey](https://bugzilla.tianocore.org/show_bug.cgi?id=1792)\r\n* [Enable Unified API for UEFI drivers utilizing HASH/RSA Authentication Mechanism](https://bugzilla.tianocore.org/show_bug.cgi?id=2151)\r\n* [Add Unit Test Framework to edk2 repository](https://bugzilla.tianocore.org/show_bug.cgi?id=2505)\r\n\r\n## [Bugzilla List](https://bugzilla.tianocore.org/buglist.cgi?bug_status=RESOLVED&chfield=bug_status&chfieldfrom=2019-12-01&chfieldto=2020-03-04&chfieldvalue=RESOLVED&component=Code&component=Security%20Issue&component=Tools&list_id=16128&product=EDK2&product=Tianocore%20Feature%20Requests&product=Tianocore%20Security%20Issues&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME)\r\n\r\n## Wiki\r\n* [Fmp Capsule Dependency](https://github.com/tianocore/tianocore.github.io/wiki/Fmp-Capsule-Dependency-Introduction)\r\n" - }, - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/21883029", - "assets_url": "https://api.github.com/repos/tianocore/edk2/releases/21883029/assets", - "upload_url": "https://uploads.github.com/repos/tianocore/edk2/releases/21883029/assets{?name,label}", - "html_url": "https://github.com/tianocore/edk2/releases/tag/edk2-stable201911", - "id": 21883029, - "node_id": "MDc6UmVsZWFzZTIxODgzMDI5", - "tag_name": "edk2-stable201911", - "target_commitish": "master", - "name": "edk2-stable201911", - "draft": false, - "author": { - "login": "lgao4", - "id": 10111266, - "node_id": "MDQ6VXNlcjEwMTExMjY2", - "avatar_url": "https://avatars0.githubusercontent.com/u/10111266?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/lgao4", - "html_url": "https://github.com/lgao4", - "followers_url": "https://api.github.com/users/lgao4/followers", - "following_url": "https://api.github.com/users/lgao4/following{/other_user}", - "gists_url": "https://api.github.com/users/lgao4/gists{/gist_id}", - "starred_url": "https://api.github.com/users/lgao4/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/lgao4/subscriptions", - "organizations_url": "https://api.github.com/users/lgao4/orgs", - "repos_url": "https://api.github.com/users/lgao4/repos", - "events_url": "https://api.github.com/users/lgao4/events{/privacy}", - "received_events_url": "https://api.github.com/users/lgao4/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-11-25T14:14:18Z", - "published_at": "2019-12-02T00:24:52Z", - "assets": [ - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/assets/16600915", - "id": 16600915, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE2NjAwOTE1", - "name": "ShellBinPkg.zip", - "label": null, - "uploader": { - "login": "lgao4", - "id": 10111266, - "node_id": "MDQ6VXNlcjEwMTExMjY2", - "avatar_url": "https://avatars0.githubusercontent.com/u/10111266?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/lgao4", - "html_url": "https://github.com/lgao4", - "followers_url": "https://api.github.com/users/lgao4/followers", - "following_url": "https://api.github.com/users/lgao4/following{/other_user}", - "gists_url": "https://api.github.com/users/lgao4/gists{/gist_id}", - "starred_url": "https://api.github.com/users/lgao4/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/lgao4/subscriptions", - "organizations_url": "https://api.github.com/users/lgao4/orgs", - "repos_url": "https://api.github.com/users/lgao4/repos", - "events_url": "https://api.github.com/users/lgao4/events{/privacy}", - "received_events_url": "https://api.github.com/users/lgao4/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 1677699, - "download_count": 3279, - "created_at": "2019-12-05T00:56:59Z", - "updated_at": "2019-12-05T00:57:04Z", - "browser_download_url": "https://github.com/tianocore/edk2/releases/download/edk2-stable201911/ShellBinPkg.zip" - } - ], - "tarball_url": "https://api.github.com/repos/tianocore/edk2/tarball/edk2-stable201911", - "zipball_url": "https://api.github.com/repos/tianocore/edk2/zipball/edk2-stable201911", - "body": "# Release Date 2019-12-02\r\n\r\n## New Features\r\n* [Add new tool chain for LLVM/CLANG9.0](https://bugzilla.tianocore.org/show_bug.cgi?id=1603)\r\n* [BaseTools: Enable --genfds-multi-thread by default build](https://bugzilla.tianocore.org/show_bug.cgi?id=1302)\r\n* [Add STATIC_ASSERT macro](https://bugzilla.tianocore.org/show_bug.cgi?id=2048)\r\n* [Add VS2019 Toolchain def](https://bugzilla.tianocore.org/show_bug.cgi?id=2182)\r\n* [Upgrade Openssl to 1.1.1d due to CVEs in v1.1.1b](https://bugzilla.tianocore.org/show_bug.cgi?id=2226)\r\n* [UEFI Variable SMI Reduction](https://bugzilla.tianocore.org/show_bug.cgi?id=2220)\r\n* [ScsiDiskDxe Support the Storage Security Command Protocol](https://bugzilla.tianocore.org/show_bug.cgi?id=1546)\r\n* [Add support SMBIOS spec 3.3.0](https://bugzilla.tianocore.org/show_bug.cgi?id=2305)\r\n* [Allow PCDs to be used in conditional statements if not referenced in an INF](https://bugzilla.tianocore.org/show_bug.cgi?id=2270)\r\n* [Add Support Laml and Lasa for TPM2 ACPI](https://bugzilla.tianocore.org/show_bug.cgi?id=978)\r\n* [Add PCI Device Security Support](https://bugzilla.tianocore.org/show_bug.cgi?id=2303)\r\n* [Invalid server certificate accepted in HTTPS Boot (CVE-2019-14553)](https://bugzilla.tianocore.org/show_bug.cgi?id=960)\r\n* [MdeModulePkg: Enable/Disable S3BootScript dynamically](https://bugzilla.tianocore.org/show_bug.cgi?id=2212)\r\n* [Enable Phase 1 of Continuous Integration (CI) on the edk2 repository](https://bugzilla.tianocore.org/show_bug.cgi?id=2315)\r\n\r\n## [Bugzilla List](https://bugzilla.tianocore.org/buglist.cgi?bug_status=RESOLVED&chfield=bug_status&chfieldfrom=2019-08-31&chfieldto=2019-11-30&chfieldvalue=RESOLVED&component=Code&component=Security%20Issue&component=Tools&list_id=16128&product=EDK2&product=Tianocore%20Feature%20Requests&product=Tianocore%20Security%20Issues&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME)\r\n\r\n## Wiki\r\n* [LLVM/CLANGPDB Tool Chain](https://github.com/tianocore/tianocore.github.io/wiki/CLANG9-Tools-Chain)\r\n* [UEFI Variable Runtime Cache](https://github.com/tianocore/tianocore.github.io/wiki/UEFI-Variable-Runtime-Cache)\r\n* [EDKII Continuous Integration](https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Continuous-Integration)\r\n" - }, - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/19645316", - "assets_url": "https://api.github.com/repos/tianocore/edk2/releases/19645316/assets", - "upload_url": "https://uploads.github.com/repos/tianocore/edk2/releases/19645316/assets{?name,label}", - "html_url": "https://github.com/tianocore/edk2/releases/tag/edk2-stable201908", - "id": 19645316, - "node_id": "MDc6UmVsZWFzZTE5NjQ1MzE2", - "tag_name": "edk2-stable201908", - "target_commitish": "master", - "name": "edk2-stable201908 tag", - "draft": false, - "author": { - "login": "lgao4", - "id": 10111266, - "node_id": "MDQ6VXNlcjEwMTExMjY2", - "avatar_url": "https://avatars0.githubusercontent.com/u/10111266?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/lgao4", - "html_url": "https://github.com/lgao4", - "followers_url": "https://api.github.com/users/lgao4/followers", - "following_url": "https://api.github.com/users/lgao4/following{/other_user}", - "gists_url": "https://api.github.com/users/lgao4/gists{/gist_id}", - "starred_url": "https://api.github.com/users/lgao4/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/lgao4/subscriptions", - "organizations_url": "https://api.github.com/users/lgao4/orgs", - "repos_url": "https://api.github.com/users/lgao4/repos", - "events_url": "https://api.github.com/users/lgao4/events{/privacy}", - "received_events_url": "https://api.github.com/users/lgao4/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-08-29T03:10:29Z", - "published_at": "2019-08-30T07:53:18Z", - "assets": [ - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/assets/14754240", - "id": 14754240, - "node_id": "MDEyOlJlbGVhc2VBc3NldDE0NzU0MjQw", - "name": "ShellBinPkg.zip", - "label": null, - "uploader": { - "login": "lgao4", - "id": 10111266, - "node_id": "MDQ6VXNlcjEwMTExMjY2", - "avatar_url": "https://avatars0.githubusercontent.com/u/10111266?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/lgao4", - "html_url": "https://github.com/lgao4", - "followers_url": "https://api.github.com/users/lgao4/followers", - "following_url": "https://api.github.com/users/lgao4/following{/other_user}", - "gists_url": "https://api.github.com/users/lgao4/gists{/gist_id}", - "starred_url": "https://api.github.com/users/lgao4/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/lgao4/subscriptions", - "organizations_url": "https://api.github.com/users/lgao4/orgs", - "repos_url": "https://api.github.com/users/lgao4/repos", - "events_url": "https://api.github.com/users/lgao4/events{/privacy}", - "received_events_url": "https://api.github.com/users/lgao4/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 1638200, - "download_count": 2352, - "created_at": "2019-09-05T00:15:53Z", - "updated_at": "2019-09-05T00:15:58Z", - "browser_download_url": "https://github.com/tianocore/edk2/releases/download/edk2-stable201908/ShellBinPkg.zip" - } - ], - "tarball_url": "https://api.github.com/repos/tianocore/edk2/tarball/edk2-stable201908", - "zipball_url": "https://api.github.com/repos/tianocore/edk2/zipball/edk2-stable201908", - "body": "# Release Date 2019-08-30 (UTC - 8 00:00)\r\n\r\n## New Features\r\n* [Remove IntelFrameworkPkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1604)\r\n* [Remove IntelFrameworkModulePkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1605)\r\n* [Standardize EDK II PI root-of-trust verification implementation](https://bugzilla.tianocore.org/show_bug.cgi?id=1617)\r\n* [Remove IntelFsp[Wrapper]Pkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1819)\r\n* [Move IntelSiliconPkg from edk2 repo to edk2-platforms repo](https://bugzilla.tianocore.org/show_bug.cgi?id=1890)\r\n* [Remove framework modules within PcAtChipsetPkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1844)\r\n* [[NvmExpressPei] Update the driver to produce NVM Express PassThru PPI](https://bugzilla.tianocore.org/show_bug.cgi?id=1879)\r\n* [Enable new MM MP Protocol](https://bugzilla.tianocore.org/show_bug.cgi?id=1937)\r\n* [Change PiSmmCpu driver to enable 5-level paging when CPU supports it](https://bugzilla.tianocore.org/show_bug.cgi?id=1946)\r\n* [Support Capsule On Disk](https://bugzilla.tianocore.org/show_bug.cgi?id=1852)\r\n* [BaseTools Enable multiple-thread autogen](https://bugzilla.tianocore.org/show_bug.cgi?id=1875)\r\n* [Enable 5-level paging in DXE long mode](https://bugzilla.tianocore.org/show_bug.cgi?id=2008)\r\n* [Update FmpDxe to support service drivers that manage more than one device at a time](https://bugzilla.tianocore.org/show_bug.cgi?id=1525)\r\n* [RegularExpressionDxe: Update Oniguruma to the latest Release 6.9.3 (security fix release)](https://bugzilla.tianocore.org/show_bug.cgi?id=2066)\r\n* [Add EDKII_UFS_HC_PLATFORM_PROTOCOL to support platform specific programming of UFS host controllers](https://bugzilla.tianocore.org/show_bug.cgi?id=1343)\r\n* [Enable SM3 digest algorithm for measured boot and TCG2 EVENT protocol](https://bugzilla.tianocore.org/show_bug.cgi?id=1781)\r\n* [Add a new MODULE_TYPE HOST_APPLICATION in BaseTool](https://bugzilla.tianocore.org/show_bug.cgi?id=1956)\r\n* [Add support for KDF function](https://bugzilla.tianocore.org/show_bug.cgi?id=1928)\r\n* [[SD/MMC] Allow platform to tweak device working parameters during SD card/eMMC initialization](https://bugzilla.tianocore.org/show_bug.cgi?id=1882)\r\n* [port TLS_ENABLE from OvmfPkg to ArmVirtPkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1009)\r\n* [IntelFsp2Pkg: add TempRamExitPpi.h per FSP 2.1 spec](https://bugzilla.tianocore.org/show_bug.cgi?id=1883)\r\n* [IntelFsp2Pkg: Add support for FSP 1.x binaries to SplitFspBin.py](https://bugzilla.tianocore.org/show_bug.cgi?id=1308)\r\n* [New OvmfXen platform with Xen PVH support](https://bugzilla.tianocore.org/show_bug.cgi?id=1689)\r\n* [Tool to generate a Windows Firmware Update Drivers](https://bugzilla.tianocore.org/show_bug.cgi?id=1837)\r\n* [BaseTools/Scripts: Add GetUtcDateTime script](https://bugzilla.tianocore.org/show_bug.cgi?id=2067)\r\n* [Adding a new TSC library by using CPUID(0x15) TSC leaf](https://bugzilla.tianocore.org/show_bug.cgi?id=1909)\r\n* [Build Cache very easily miss because of monolithic platform hash](https://bugzilla.tianocore.org/show_bug.cgi?id=1927)\r\n\r\n## [Bugzilla List](https://bugzilla.tianocore.org/buglist.cgi?bug_id=1955%2C1958%2C1981%2C2121%2C2136%2C2138%2C2153&bug_id_type=nowords&bug_status=RESOLVED&chfield=bug_status&chfieldfrom=2019-06-06&chfieldto=2019-09-06&chfieldvalue=RESOLVED&component=Code&component=Security%20Issue&component=Tools&list_id=15008&product=EDK2&product=Tianocore%20Feature%20Requests&product=Tianocore%20Security%20Issues&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME)\r\n\r\n## Wiki\r\n* [UEFI Capsule on Disk Introducation](https://github.com/tianocore/tianocore.github.io/wiki/UEFI-Capsule-on-Disk-Introducation)\r\n* [OBB Verification](https://github.com/tianocore/tianocore.github.io/wiki/OBB-Verification)\r\n\r\n## Update Notes\r\n1. Update code to use `CPU_FEATURE_THREE_STRIKE_COUNTER` instead of `CPU_FEATURE_THREE_STRICK_COUNTER` from RegisterCpuFeaturesLib.h as [BZ1642](https://bugzilla.tianocore.org/show_bug.cgi?id=1642) fixed the typo.\r\n\r\n2. Removed IntelFrameworkPkg and IntelFrameworkModulePkg. If platforms still use the components in those packages please use the below substitutions:\r\n```\r\nIntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r\n==>\r\nMdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r\n\r\nIntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r\n==>\r\nMdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r\n\r\nIntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r\n==>\r\nMdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r\n\r\nIntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r\n==>\r\nSwitch to the MdeModulePkg BDS MdeModulePkg/Universal/BdsDxe/BdsDxe.inf and drop the above library\r\n```\r\n\r\n3. Removed several legacy framework modules in PcAtChipsetPkg. Platforms can use the below substitutions:\r\n```\r\nPcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r\nPcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r\n==>\r\nPcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf\r\n(Please note that platform/silicon codes may still need to mask 8259 interrupts to avoid unexpected interrupts being triggered.)\r\n\r\nPcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r\n==>\r\nPlatform specific Super IO bus driver\r\n(An example for OVMF platform can be referred at OvmfPkg/SioBusDxe/SioBusDxe.inf)\r\n```\r\n\r\n4. Removed --nt32 option for edksetup.bat since Nt32Pkg has been removed.\r\nAdded `VS2017 VS2015 VS2013 VS2012` tool chain options for edksetup.bat to set up different VS environment. \r\nFor example: when your dev machine has installed VS2017 and VS2015, call `edksetup.bat VS2015` can set VS2015 build env.\r\nCall `edksetup.bat` without any tool chain option, the highest version of VS tool env will be set.\r\n\r\n5. PiSmmCpuDxeSmm was updated to create 5-level page table for SMM environment when CPU is capable. If the platform uses platform-specific SmmCpuFeatureLib and the library provides custom SMI handler, the SMI handler assembly code needs to be updated to set BIT12 in CR4 before entering to 64bit mode.\r\n" - }, - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/17819700", - "assets_url": "https://api.github.com/repos/tianocore/edk2/releases/17819700/assets", - "upload_url": "https://uploads.github.com/repos/tianocore/edk2/releases/17819700/assets{?name,label}", - "html_url": "https://github.com/tianocore/edk2/releases/tag/edk2-stable201905", - "id": 17819700, - "node_id": "MDc6UmVsZWFzZTE3ODE5NzAw", - "tag_name": "edk2-stable201905", - "target_commitish": "master", - "name": "edk2-stable201905 tag", - "draft": false, - "author": { - "login": "lgao4", - "id": 10111266, - "node_id": "MDQ6VXNlcjEwMTExMjY2", - "avatar_url": "https://avatars0.githubusercontent.com/u/10111266?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/lgao4", - "html_url": "https://github.com/lgao4", - "followers_url": "https://api.github.com/users/lgao4/followers", - "following_url": "https://api.github.com/users/lgao4/following{/other_user}", - "gists_url": "https://api.github.com/users/lgao4/gists{/gist_id}", - "starred_url": "https://api.github.com/users/lgao4/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/lgao4/subscriptions", - "organizations_url": "https://api.github.com/users/lgao4/orgs", - "repos_url": "https://api.github.com/users/lgao4/repos", - "events_url": "https://api.github.com/users/lgao4/events{/privacy}", - "received_events_url": "https://api.github.com/users/lgao4/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-06-06T04:51:42Z", - "published_at": "2019-06-06T09:09:03Z", - "assets": [ - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/assets/13121969", - "id": 13121969, - "node_id": "MDEyOlJlbGVhc2VBc3NldDEzMTIxOTY5", - "name": "ShellBinPkg.zip", - "label": null, - "uploader": { - "login": "lgao4", - "id": 10111266, - "node_id": "MDQ6VXNlcjEwMTExMjY2", - "avatar_url": "https://avatars0.githubusercontent.com/u/10111266?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/lgao4", - "html_url": "https://github.com/lgao4", - "followers_url": "https://api.github.com/users/lgao4/followers", - "following_url": "https://api.github.com/users/lgao4/following{/other_user}", - "gists_url": "https://api.github.com/users/lgao4/gists{/gist_id}", - "starred_url": "https://api.github.com/users/lgao4/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/lgao4/subscriptions", - "organizations_url": "https://api.github.com/users/lgao4/orgs", - "repos_url": "https://api.github.com/users/lgao4/repos", - "events_url": "https://api.github.com/users/lgao4/events{/privacy}", - "received_events_url": "https://api.github.com/users/lgao4/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 1637992, - "download_count": 1657, - "created_at": "2019-06-10T16:39:07Z", - "updated_at": "2019-06-10T16:39:12Z", - "browser_download_url": "https://github.com/tianocore/edk2/releases/download/edk2-stable201905/ShellBinPkg.zip" - } - ], - "tarball_url": "https://api.github.com/repos/tianocore/edk2/tarball/edk2-stable201905", - "zipball_url": "https://api.github.com/repos/tianocore/edk2/zipball/edk2-stable201905", - "body": "# Release Date 2019-06-06 (UTC - 8 01:00)\r\n\r\n## New Features\r\n* [Update OpenSSL version to upcoming 1.1.1](https://bugzilla.tianocore.org/show_bug.cgi?id=1089)\r\n* [Delete EdkCompatibilityPkg from edk2/master](https://bugzilla.tianocore.org/show_bug.cgi?id=1103)\r\n* [Remove .S assembly code for IA32 and X64 arch](https://bugzilla.tianocore.org/show_bug.cgi?id=1594)\r\n* [Replace BSD 2-Clause License with BSD + Patent Licence](https://bugzilla.tianocore.org/show_bug.cgi?id=1373)\r\n* [Recovery PEI BlockIO support for ATA device](https://bugzilla.tianocore.org/show_bug.cgi?id=1483)\r\n* [Add PCD to Enabled/Disabled IPv4/IPv6 PXE Support in NetworkPkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1695)\r\n* [Remove NetworkPkg/IpSecDxe](https://bugzilla.tianocore.org/show_bug.cgi?id=1697)\r\n* [Add api to DebubLib to expose a print routine with VaList parameter](https://bugzilla.tianocore.org/show_bug.cgi?id=1395)\r\n* [Introduce DebugPpi to save the image size with the debug message](https://bugzilla.tianocore.org/show_bug.cgi?id=1549)\r\n* [ResetSystemLib Adds a new API ResetSystem](https://bugzilla.tianocore.org/show_bug.cgi?id=1460)\r\n* [ResetUtilityLib Add a new API ResetSystemWithSubtype](https://bugzilla.tianocore.org/show_bug.cgi?id=1458)\r\n* [Add support for get organization name to x509 in BaseCryptLib](https://bugzilla.tianocore.org/show_bug.cgi?id=1401)\r\n* [Add support for checking x509 EKUs in BaseCryptLib](https://bugzilla.tianocore.org/show_bug.cgi?id=1402)\r\n* [Add support for PKCS 1v2 RSAES-OAEP PKI encryption in BaseCryptLib](https://bugzilla.tianocore.org/show_bug.cgi?id=1403)\r\n* [Remove ShellBinPkg from edk2/master](https://bugzilla.tianocore.org/show_bug.cgi?id=1675)\r\n* [Enable multiple thread /MP option for MSVC compiler](https://bugzilla.tianocore.org/show_bug.cgi?id=1672)\r\n* [Upstream the EnrollDefaultKeys application to OvmfPkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1747)\r\n* [Share code for BaseUefiDecompressLib in MdePkg and MdeModulePkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1722)\r\n* [Move network related components from MdeModulePkg to NetworkPkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1293)\r\n* [Move BeagleBoardPkg and Omap35xxPkg from edk2 to edk2-platforms repo](https://bugzilla.tianocore.org/show_bug.cgi?id=1467)\r\n* [Move MinnowMax and Quark platform to edk2-platforms repo](https://bugzilla.tianocore.org/show_bug.cgi?id=1374)\r\n* [Move OptionRomPkg into new Drivers directory edk2-platforms repo](https://bugzilla.tianocore.org/show_bug.cgi?id=1793)\r\n* [Add ACPI6.3 definition](https://bugzilla.tianocore.org/show_bug.cgi?id=1813)\r\n* [Remove Nt32Pkg from edk2/master](https://bugzilla.tianocore.org/show_bug.cgi?id=1812)\r\n* [update ArmSoftFloatLib to latest upstream version (= 3e)](https://bugzilla.tianocore.org/show_bug.cgi?id=1845)\r\n\r\n## [Bugzilla List](https://bugzilla.tianocore.org/buglist.cgi?bug_status=RESOLVED&component=Code&component=Security%20Issue&component=Tools&f1=delta_ts&f2=delta_ts&o1=lessthaneq&o2=greaterthaneq&product=EDK2&product=EDK2%20Platforms&product=EDK2%20Test&product=Tianocore%20Feature%20Requests&product=Tianocore%20Security%20Issues&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&v1=2019-06-06&v2=2019-03-08)\r\n\r\n## Update Notes\r\n1. PEIM DebugServicePei and library instance PeiDebugLibDebugPpi are added to save the PEIM Debug Image size. This can be enabled in platform DSC/FDF. Platform DSC is changed to include DebugServicePei and update DebugLib library instance. \r\n```\r\n[LibraryClasses.Common.PEIM]\r\n DebugLib|MdeModulePkg/Library/PeiDebugLibDebugPpi/PeiDebugLibDebugPpi.inf\r\n\r\n[Components]\r\n MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf {\r\n \r\n DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r\n }\r\n```\r\nPlatform FDF also needs to be changed to include DebugServicePei and place it into apriori list.\r\n```\r\n[FV.PEIFV]\r\nAPRIORI PEI {\r\n INF MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf\r\n }\r\nINF MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf\r\n```\r\n\r\n2. ShellBinPkg has been removed. Shell binaries can be download from the Assets section in edk2-stable201905 release page. Platform can also use ShellPkg directly, and update platform dsc/fdf file as below.\r\nAdd shell application in platform fdf file:\r\n```\r\nINF ShellPkg/Application/Shell/Shell.inf\r\n```\r\nAdd shell application in platform dsc file:\r\n```\r\nShellPkg/Application/Shell/Shell.inf {\r\n \r\n gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r\n \r\n NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r\n NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r\n NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r\n NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r\n NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r\n NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r\n NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r\n NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf\r\n ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r\n ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r\n HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r\n BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r\n FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r\n SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r\n }\r\n```\r\nNote: If platform doesn’t have shell boot option after updating to use ShellPkg, please check platform code logic of registering shell boot option, make sure it use the correct UEFI Shell file GUID as below.\r\nShell file GUID: { 0x7C04A583, 0x9E3E, 0x4f1c, {0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1} }.\r\n\r\n3. Remove IpSec driver and IpSecConfig application from NetworkPkg. Platform DSC/FDF should remove them. \r\n```\r\nNetworkPkg/Application/IpsecConfig/IpSecConfig.inf\r\nNetworkPkg/IpSecDxe/IpSecDxe.inf\r\n```\r\n\r\n4. UefiDecompressLib instance `IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib` has been merged into `MdePkg/Library/BaseUefiDecompressLib`. If platform still use the one in IntelFrameworkModulePkg, please update it to use the one in MdePkg. \r\n```\r\nUefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r\n==>\r\nUefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r\n```\r\n\r\n5. Removed EDK Compatibility support. If platform still use the `PcdFrameworkCompatibilitySupport` or framework VFR, please remove or update the related code logic or source file.\r\n\r\n6. Network Module and Libraries are moved from MdeModulePkg to NetworkPkg. The platform DSC/FDF needs to include Network segment files to enable Network features instead of including the group of network modules. Those segment files are included into the different sections in DSC/FDF as below. If the module consumes Network library class, its INF needs to make sure `NetworkPkg\\NetworkPkg.dec` in `[Packages]` section.\r\n```\r\nPlatform.dsc:\r\n[Defines]\r\n!include NetworkPkg/NetworkDefines.dsc.inc\r\n\r\n[PcdsFixedAtBuild]\r\n!include NetworkPkg/NetworkPcds.dsc.inc\r\n\r\n[LibraryClasses]\r\n!include NetworkPkg/NetworkLibs.dsc.inc\r\n\r\n[Components]\r\n!include NetworkPkg/NetworkComponents.dsc.inc\r\n\r\nPlatform.fdf:\r\n[FV.DXEFV]\r\n...\r\n!include NetworkPkg/Network.fdf.inc\r\n```\r\n\r\n7. Openssl has been updated to new 1.1.1b version. Compared to previous version, new version openssl increases the image size for the driver that consumes CryptoLib. Platform FDF file may reserve more space in FV image to contain them. \r\n\r\n8. NT32 has been removed. EmulatorPkg can be used to run in Windows or Linux OS. " - }, - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/15999006", - "assets_url": "https://api.github.com/repos/tianocore/edk2/releases/15999006/assets", - "upload_url": "https://uploads.github.com/repos/tianocore/edk2/releases/15999006/assets{?name,label}", - "html_url": "https://github.com/tianocore/edk2/releases/tag/edk2-stable201903", - "id": 15999006, - "node_id": "MDc6UmVsZWFzZTE1OTk5MDA2", - "tag_name": "edk2-stable201903", - "target_commitish": "master", - "name": "edk2-stable201903 tag", - "draft": false, - "author": { - "login": "lgao4", - "id": 10111266, - "node_id": "MDQ6VXNlcjEwMTExMjY2", - "avatar_url": "https://avatars0.githubusercontent.com/u/10111266?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/lgao4", - "html_url": "https://github.com/lgao4", - "followers_url": "https://api.github.com/users/lgao4/followers", - "following_url": "https://api.github.com/users/lgao4/following{/other_user}", - "gists_url": "https://api.github.com/users/lgao4/gists{/gist_id}", - "starred_url": "https://api.github.com/users/lgao4/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/lgao4/subscriptions", - "organizations_url": "https://api.github.com/users/lgao4/orgs", - "repos_url": "https://api.github.com/users/lgao4/repos", - "events_url": "https://api.github.com/users/lgao4/events{/privacy}", - "received_events_url": "https://api.github.com/users/lgao4/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2019-03-08T16:02:29Z", - "published_at": "2019-03-08T16:10:53Z", - "assets": [ - - ], - "tarball_url": "https://api.github.com/repos/tianocore/edk2/tarball/edk2-stable201903", - "zipball_url": "https://api.github.com/repos/tianocore/edk2/zipball/edk2-stable201903", - "body": "# Release Date 2019-03-08 (UTC - 8 12PM)\r\n\r\n## New Features\r\n* [Python 3 migration](https://bugzilla.tianocore.org/show_bug.cgi?id=55)\r\n* [BaseTool Suggestions for improving building performance](https://bugzilla.tianocore.org/show_bug.cgi?id=1288)\r\n* [Delete IPv4 only TCP/iSCSI/PXE drivers in MdeModulePkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1278)\r\n* [Remove EdkShellPkg from edk2/master](https://bugzilla.tianocore.org/show_bug.cgi?id=1107)\r\n* [Remove EdkShellBinPkg from edk2/master](https://bugzilla.tianocore.org/show_bug.cgi?id=1108)\r\n* [BaseTools: Support Array and C code style initialization in Structure PCD](https://bugzilla.tianocore.org/show_bug.cgi?id=1292)\r\n* [Merge EmuVariable and Real variable driver](https://bugzilla.tianocore.org/show_bug.cgi?id=1323)\r\n* [Remove DuetPkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1322)\r\n* [Upgrade OpenSSL to 1.1.0j](https://bugzilla.tianocore.org/show_bug.cgi?id=1393)\r\n* [Split the S3 phase device initialization codes from the OpalPassword PEI driver](https://bugzilla.tianocore.org/show_bug.cgi?id=1409)\r\n* [Remove PcdPeiCoreMaxXXX PCDs](https://bugzilla.tianocore.org/show_bug.cgi?id=1405)\r\n* [Remove unused tool logic in BaseTools C\\Python](https://bugzilla.tianocore.org/show_bug.cgi?id=1350)\r\n* [BaseTools: Enable component override functionality](https://bugzilla.tianocore.org/show_bug.cgi?id=1449)\r\n* [Support PI1.7 EFI_PEI_CORE_FV_LOCATION_PPI](https://bugzilla.tianocore.org/show_bug.cgi?id=1524)\r\n* [Remove unused tool chain configuration in tools_def.template](https://bugzilla.tianocore.org/show_bug.cgi?id=1377)\r\n* [Add Security feature set support for ATA devices](https://bugzilla.tianocore.org/show_bug.cgi?id=1529)\r\n* [SMM CET support](https://bugzilla.tianocore.org/show_bug.cgi?id=1521)\r\n* [Add Wi-Fi Connection Manager to NetworkPkg](https://bugzilla.tianocore.org/show_bug.cgi?id=1492)\r\n* [Standalone MM build of authenticated variable stack](https://bugzilla.tianocore.org/show_bug.cgi?id=1589)\r\n\r\n## [Bugzilla List](https://bugzilla.tianocore.org/buglist.cgi?bug_status=RESOLVED&chfield=deadline&chfieldto=Now&component=Code&component=Security%20Issue&component=Tools&f1=delta_ts&f2=delta_ts&o1=greaterthaneq&o2=lessthaneq&product=EDK2&product=EDK2%20Platforms&product=EDK2%20Test&product=Tianocore%20Feature%20Requests&product=Tianocore%20Security%20Issues&query_format=advanced&resolution=FIXED&v1=2018-11-15&v2=2019-03-0)\r\n\r\n## Wiki\r\n* [CET in SMM](https://github.com/tianocore/tianocore.github.io/wiki/CET-in-SMM)\r\n* [C array structure PCD usage](https://github.com/tianocore/tianocore.github.io/wiki/Structure-Array-PCD)\r\n* [ECC tool usage](https://github.com/tianocore/tianocore.github.io/wiki/ECC-tool)\r\n* [BaseTools Support Python2 and Python3](https://github.com/tianocore/tianocore.github.io/wiki/BaseTools-Support-Python2-Python3)\r\n\r\n## Update Notes\r\n1. Use ShellPkg in Platform DSC/FDF to replace EdkShellBinPkg, because EdkShellBinPkg is removed.\r\n2. Remove the using of PcdPeiCoreMaxFvSupported, PcdPeiCoreMaxPeimPerFv and PcdPeiCoreMaxPpiSupported\r\n in platform code as they have been removed for [BZ1405](https://bugzilla.tianocore.org/show_bug.cgi?id=1405).\r\n3. Remove the using of EmuVariableRuntimeDxe and use the merged Variable driver instead like below as \r\n EmuVariableRuntimeDxe has been removed for [BZ1323](https://bugzilla.tianocore.org/show_bug.cgi?id=1323).\r\n ```\r\n MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r\n \r\n gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE\r\n \r\n AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r\n TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r\n VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r\n }\r\n ```\r\n4. Remove the TCP/iSCSI/PXE drivers in MdeModulePkg for [BZ1278](https://bugzilla.tianocore.org/show_bug.cgi?id=1278). Below components in NetworkPkg should be used to support both IPv4 and IPv6.\r\n ```\r\n[Components]\r\n NetworkPkg/TcpDxe/TcpDxe.inf\r\n NetworkPkg/IScsiDxe/IScsiDxe.inf\r\n NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r\n ```\r\n5. New working model [BZ1409](https://bugzilla.tianocore.org/show_bug.cgi?id=1409)\r\n has been adopted for the ATA and NVM Express OPAL devices S3 auto-unlock feature.\r\n The S3 phase hardware (ATA and NVM Express) initialization codes have been removed\r\n from the OpalPassword drivers. The OpalPasswordPei PEIM now will consume the\r\n Storage Security Command (SSC) PPI instances to unlock OPAL devices in S3. For\r\n the new working model, the following PEIMs:\r\n ```\r\n MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf\r\n MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf\r\n ```\r\n should be included by platforms so that SSC PPI instances will be produced for\r\n ATA and NVM Express devices respectively. Platforms also need to provide Host\r\n Controller PEIMs for ATA and NVM Express controllers. These PEIMs should respectively\r\n produce EDKII_ATA_AHCI_HOST_CONTROLLER_PPI and EDKII_NVM_EXPRESS_HOST_CONTROLLER_PPI\r\n in order to support the new working scheme. Lastly, please note that the PEIMs\r\n involved here will be executed during S3 resume. As a result, they may not be\r\n compressed, so there will be an impact to the image size.\r\n\r\n6. Unused tool chain VS2003/VS2015, GCC44/GCC45/GCC46/GCC47, ELFGCC/UNIXGCC/CYGGCC, DDK3790, MYTOOLS\r\n are removed. Please use the latest VS2015 or GCC5 as the default tool chain. \r\n7. In case that a C function body contains the string of L'', L'\\\\\"', L\"\\\\\"\", L''' or L\"\"\", ECC tool running under python3 interpreter will report error with code 5005. Please ignore it for this error is false reported. For example, in ShellPkg\\\\Application\\\\Shell\\\\Shell.c, line 212 contains L\"\\\\\"\". ```FirstQuote = FindNextInstance (CmdLine, L\"\\\"\", TRUE)``` That line will cause ECC tool under python3 report error “The close brace should be at the very beginning of a line for the function [ContainsSplit].”, this error is a false report. ECC tool under python2 interpreter has no such issue.\r\n8. MdeModulePkg FaultTolerantWriteSmm consumes new library class MmServicesTableLib. Platform DSC file need to specify MmServicesTableLib library instance in LibraryClasses section. Below is one example. \r\n```\r\n[LibraryClasses.common.DXE_SMM_DRIVER]\r\n ...\r\n MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf\r\n\r\n```" - }, - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/14028421", - "assets_url": "https://api.github.com/repos/tianocore/edk2/releases/14028421/assets", - "upload_url": "https://uploads.github.com/repos/tianocore/edk2/releases/14028421/assets{?name,label}", - "html_url": "https://github.com/tianocore/edk2/releases/tag/edk2-stable201811", - "id": 14028421, - "node_id": "MDc6UmVsZWFzZTE0MDI4NDIx", - "tag_name": "edk2-stable201811", - "target_commitish": "master", - "name": "edk2-stable201811 tag ", - "draft": false, - "author": { - "login": "mdkinney", - "id": 12265078, - "node_id": "MDQ6VXNlcjEyMjY1MDc4", - "avatar_url": "https://avatars0.githubusercontent.com/u/12265078?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mdkinney", - "html_url": "https://github.com/mdkinney", - "followers_url": "https://api.github.com/users/mdkinney/followers", - "following_url": "https://api.github.com/users/mdkinney/following{/other_user}", - "gists_url": "https://api.github.com/users/mdkinney/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mdkinney/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mdkinney/subscriptions", - "organizations_url": "https://api.github.com/users/mdkinney/orgs", - "repos_url": "https://api.github.com/users/mdkinney/repos", - "events_url": "https://api.github.com/users/mdkinney/events{/privacy}", - "received_events_url": "https://api.github.com/users/mdkinney/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-11-14T03:02:48Z", - "published_at": "2018-11-15T18:39:43Z", - "assets": [ - - ], - "tarball_url": "https://api.github.com/repos/tianocore/edk2/tarball/edk2-stable201811", - "zipball_url": "https://api.github.com/repos/tianocore/edk2/zipball/edk2-stable201811", - "body": "# Release Date 2018-11-15\r\n\r\n# New Features\r\n\r\n* [SMBIOS 3.2.0 support](https://bugzilla.tianocore.org/show_bug.cgi?id=1099)\r\n* [New APIs in UefiLib to locate ACPI table by signature](https://bugzilla.tianocore.org/show_bug.cgi?id=967)\r\n* [32bit subnet mask support for IP4 PXE](https://bugzilla.tianocore.org/show_bug.cgi?id=1125)\r\n* [TFTP windowsize option support (RFC7440)](https://bugzilla.tianocore.org/show_bug.cgi?id=886)\r\n* [Non-stop mode for Heap Guard and Null Pointer Detection](https://bugzilla.tianocore.org/show_bug.cgi?id=1095)\r\n* [PEI Stack Guard](https://bugzilla.tianocore.org/show_bug.cgi?id=1126)\r\n* [Support MSRs define in SDM 2018-05](https://bugzilla.tianocore.org/show_bug.cgi?id=1213)\r\n* [Add Use-After-Free heap detection in DXE core](https://bugzilla.tianocore.org/show_bug.cgi?id=1240)\r\n* [Remove FatBinPkg from edk2/master](https://bugzilla.tianocore.org/show_bug.cgi?id=1105)\r\n* Add support for Pyrite 2.0 to Opal BIOS Password management\r\n* Add support for TCG PTP Spec Revision 1.03\r\n* Improvement capsule feature support\r\n* Add PCI NVMe PEI BlockIO support\r\n* Performance measurement with new macros and control functionality \r\n* Optimize CPU feature initialization and microcode loading performance\r\n* Add SHA384/512 support in TPM2 device driver\r\n* Support SpinUp and DevSlp functionality in AtaAtapiPassThru\r\n* Support PUIS enabling/disabling in AtaAtapiPassThru\r\n* Expose interface to enable or disable signaling SERR from xHCI\r\n* Support short-form USB device path in ConPlatform.\r\n* Remove all IPF only modules from edk2/master\r\n* DSC/FDF Support for a !error Conditional Directive\r\n* Display Integers in the Build Report in Hexadecimal Format\r\n* Add BuildOptionPcd support to GenCfgOpt.py\r\n\r\n# [Bugzilla List](https://bugzilla.tianocore.org/buglist.cgi?bug_status=RESOLVED&chfield=deadline&component=Code&component=Security%20Issue&component=Tools&f1=delta_ts&f2=delta_ts&list_id=11279&o1=greaterthaneq&o2=lessthaneq&order=changeddate%2Cassigned_to%20DESC%2Cpriority%2Cbug_severity&product=EDK2&product=EDK2%20Platforms&product=EDK2%20Test&product=Tianocore%20Feature%20Requests&product=Tianocore%20Security%20Issues&query_format=advanced&resolution=FIXED&v1=2018-08-16&v2=2018-11-15)\r\n\r\n# Wiki\r\n\r\n* [Edk2 Performance Infrastructure](https://github.com/tianocore/tianocore.github.io/wiki/Edk2-Performance-Infrastructure)\r\n\r\n# Update Notes\r\n\r\n1. Core driver(`BootGraphicsResourceTableDxe)/library(DxeCapsuleLibFmp`) are updated\r\n to consume `BmpSupportLib/SafeIntLib/DisplayUpdateProgressLib`. Below library\r\n instances are required to be added into platform DSC `[LibraryClasses]` section.\r\n```\r\n BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r\n SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r\n DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibText/XXXXXX.inf\r\n```\r\n\r\n2. According to the Intelligent Platform Management Interface Specification Second\r\n Generation v2.0 Document Revision 1.1 (October 1, 2013), a couple of definitions\r\n get updated within below IPMI header files. 'union' types are used in structure \r\n definitions that have bitmap fields. This will provide the users with both bit-level \r\n and byte/word-level accesses to those structures.\r\n```\r\n MdePkg\\Include\\IndustryStandard\\IpmiNetFnApp.h\r\n MdePkg\\Include\\IndustryStandard\\IpmiNetFnChassis.h\r\n MdePkg\\Include\\IndustryStandard\\IpmiNetFnStorage.h\r\n MdePkg\\Include\\IndustryStandard\\IpmiNetFnTransport.h\r\n```\r\n\r\n3. UefiCpuPkg MpInitLib improved the performance by shadowing microcode to memory\r\n before doing microcode update. The enhancement may cause S3 resume failure because\r\n the shadow uses lots of S3 resume memory if the microcode file is large and the S3 resume\r\n memory is small. Platform needs to increase the S3 resume memory size in this case.\r\n\r\n4. Core driver(`SystemFirmwareUpdateDxe`) is updated to consume new interface\r\n `PerformFlashWriteWithProgress() of PlatformFlashAccessLib`. Platform's\r\n PlatformFlashAccessLib library instance is required to be updated to implement\r\n the new interface `PerformFlashWriteWithProgress()`.\r\n\r\n5. Remove DxeSmmPerformanceLib from platform DSC, because it has been removed. \r\n\r\n6. Use FatPkg in Platform DSC/FDF to replace FatBinPkg, because FatBinPkg is removed.\r\n\r\n7. BaseTools adds the checker of the guid format defined in Package.dec file.\r\n It requires (` = `).\r\n Otherwise, BaseTools reports the error for the invalid GUID format.\r\n\r\n8. BaseTools adds the check for VOID* PCD max size. Max size is UINT16.\r\n\r\n9. BaseTools adds the checker that the datum type of a FeatureFlag PCD must be BOOLEAN.\r\n\r\n10. BaseTools drops the support to freeze python tools as the windows executable files.\r\n BaseTools only supports python tools run from source in Windows OS.\r\n\r\n11. If `PcdMaxPeiPerformanceLogEntries16` is configured in DSC file to set the maximum number of performance log entries during PEI phase, its value suggests to be less than 880. If its value is bigger, such as 1000, it will cause PEI performance HOB data exceed HOB size limit.\r\n\r\n12. UefiCpuPkg MpInitLib is enhanced to forbidden AP calls PEI services (following PI spec). Exception or hang may occur when AP procedure contains code to use PEI services.\r\n\r\n13. `PlatformBootManagerLib` adds a new API called `PlatformBootManagerUnableToBoot()`. BdsDxe driver calls this new API when unable to boot. `PlatformBootManagerLib` library instance needs to implement this API to avoid build failure. `OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c` contains an implementation to pop up UI; `EmulatorPkg/Library/PlatformBmLib/PlatformBm.c` contains an implementation to do nothing." - }, - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/10338367", - "assets_url": "https://api.github.com/repos/tianocore/edk2/releases/10338367/assets", - "upload_url": "https://uploads.github.com/repos/tianocore/edk2/releases/10338367/assets{?name,label}", - "html_url": "https://github.com/tianocore/edk2/releases/tag/vUDK2018", - "id": 10338367, - "node_id": "MDc6UmVsZWFzZTEwMzM4MzY3", - "tag_name": "vUDK2018", - "target_commitish": "master", - "name": "UDK2018", - "draft": false, - "author": { - "login": "Laurie0131", - "id": 8170860, - "node_id": "MDQ6VXNlcjgxNzA4NjA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8170860?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Laurie0131", - "html_url": "https://github.com/Laurie0131", - "followers_url": "https://api.github.com/users/Laurie0131/followers", - "following_url": "https://api.github.com/users/Laurie0131/following{/other_user}", - "gists_url": "https://api.github.com/users/Laurie0131/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Laurie0131/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Laurie0131/subscriptions", - "organizations_url": "https://api.github.com/users/Laurie0131/orgs", - "repos_url": "https://api.github.com/users/Laurie0131/repos", - "events_url": "https://api.github.com/users/Laurie0131/events{/privacy}", - "received_events_url": "https://api.github.com/users/Laurie0131/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-03-30T17:23:23Z", - "published_at": "2018-03-30T22:21:25Z", - "assets": [ - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/assets/6689514", - "id": 6689514, - "node_id": "MDEyOlJlbGVhc2VBc3NldDY2ODk1MTQ=", - "name": "UDK2018.Documents.zip", - "label": null, - "uploader": { - "login": "Laurie0131", - "id": 8170860, - "node_id": "MDQ6VXNlcjgxNzA4NjA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8170860?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Laurie0131", - "html_url": "https://github.com/Laurie0131", - "followers_url": "https://api.github.com/users/Laurie0131/followers", - "following_url": "https://api.github.com/users/Laurie0131/following{/other_user}", - "gists_url": "https://api.github.com/users/Laurie0131/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Laurie0131/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Laurie0131/subscriptions", - "organizations_url": "https://api.github.com/users/Laurie0131/orgs", - "repos_url": "https://api.github.com/users/Laurie0131/repos", - "events_url": "https://api.github.com/users/Laurie0131/events{/privacy}", - "received_events_url": "https://api.github.com/users/Laurie0131/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 79352781, - "download_count": 6731, - "created_at": "2018-03-30T22:20:09Z", - "updated_at": "2018-03-30T22:20:46Z", - "browser_download_url": "https://github.com/tianocore/edk2/releases/download/vUDK2018/UDK2018.Documents.zip" - } - ], - "tarball_url": "https://api.github.com/repos/tianocore/edk2/tarball/vUDK2018", - "zipball_url": "https://api.github.com/repos/tianocore/edk2/zipball/vUDK2018", - "body": "# UDK2018 Release Page\r\n## How to build \r\nSee wiki page [UDK2018 How to Build]( https://github.com/tianocore/tianocore.github.io/wiki/UDK2018#how-to-build-UDK2018) on the UDK2018 Release wiki page\r\n\r\n\r\n## UDK2018 Features / Updates / Changes\r\nSee the wiki page [UDK2018 Features Updates Changes](https://github.com/tianocore/tianocore.github.io/wiki/UDK2018#UDK2018-features--updates--changes) for list of Features, Updates and Changes to the UDK2018 Release from the previous UDK release\r\n### UDK2018 Package Notes\r\nSee wiki page [UDK2018 Package notes]( https://github.com/tianocore/tianocore.github.io/wiki/UDK2018#UDK2018-package-notes ) for list of Package's Notes details on changes & updates\r\n\r\n## Downloads - File Descriptions (Below files)\r\n### Source Code \r\nThese source code downloads are the from the tag [vUDK2018](https://github.com/tianocore/edk2/releases/tag/vUDK2018) for the official UDK2018 release.
\r\nUDK2018 edk-vUDK2018 Workspace [Source code (zip file)](https://github.com/tianocore/edk2/archive/vUDK2018.zip ) \r\nUDK2018 edk-vUDK2018 Workspace [Source code (tar.gz file)](https://github.com/tianocore/edk2/archive/vUDK2018.tar.gz ) \r\n\r\n### Documentation\r\nThis download contains all .chm and .html documents for UDK2018. Each package includes details on the definitions (including PPIs/PROTOCOLs/GUIDs and library classes) and libraries instances associated with each package.
\r\n[UDK2018 Documents (ZIP File)]( https://github.com/tianocore/edk2/releases/download/vUDK2018/UDK2018.Documents.zip) \r\n\r\n**********\r\n## More Information about this release\r\n**Note:** For a detailed list of Changes and updates \r\n See the [UDK2018 Release wiki]( https://github.com/tianocore/tianocore.github.io/wiki/UDK2018) page\r\n\r\n**********\r\n" - }, - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/6821698", - "assets_url": "https://api.github.com/repos/tianocore/edk2/releases/6821698/assets", - "upload_url": "https://uploads.github.com/repos/tianocore/edk2/releases/6821698/assets{?name,label}", - "html_url": "https://github.com/tianocore/edk2/releases/tag/vUDK2017", - "id": 6821698, - "node_id": "MDc6UmVsZWFzZTY4MjE2OTg=", - "tag_name": "vUDK2017", - "target_commitish": "master", - "name": "UDK2017", - "draft": false, - "author": { - "login": "mdkinney", - "id": 12265078, - "node_id": "MDQ6VXNlcjEyMjY1MDc4", - "avatar_url": "https://avatars0.githubusercontent.com/u/12265078?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/mdkinney", - "html_url": "https://github.com/mdkinney", - "followers_url": "https://api.github.com/users/mdkinney/followers", - "following_url": "https://api.github.com/users/mdkinney/following{/other_user}", - "gists_url": "https://api.github.com/users/mdkinney/gists{/gist_id}", - "starred_url": "https://api.github.com/users/mdkinney/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/mdkinney/subscriptions", - "organizations_url": "https://api.github.com/users/mdkinney/orgs", - "repos_url": "https://api.github.com/users/mdkinney/repos", - "events_url": "https://api.github.com/users/mdkinney/events{/privacy}", - "received_events_url": "https://api.github.com/users/mdkinney/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-06-23T22:43:12Z", - "published_at": "2017-06-23T22:45:58Z", - "assets": [ - { - "url": "https://api.github.com/repos/tianocore/edk2/releases/assets/4187509", - "id": 4187509, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQxODc1MDk=", - "name": "UDK2017.Documents.zip", - "label": null, - "uploader": { - "login": "Laurie0131", - "id": 8170860, - "node_id": "MDQ6VXNlcjgxNzA4NjA=", - "avatar_url": "https://avatars3.githubusercontent.com/u/8170860?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Laurie0131", - "html_url": "https://github.com/Laurie0131", - "followers_url": "https://api.github.com/users/Laurie0131/followers", - "following_url": "https://api.github.com/users/Laurie0131/following{/other_user}", - "gists_url": "https://api.github.com/users/Laurie0131/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Laurie0131/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Laurie0131/subscriptions", - "organizations_url": "https://api.github.com/users/Laurie0131/orgs", - "repos_url": "https://api.github.com/users/Laurie0131/repos", - "events_url": "https://api.github.com/users/Laurie0131/events{/privacy}", - "received_events_url": "https://api.github.com/users/Laurie0131/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/x-zip-compressed", - "state": "uploaded", - "size": 85900807, - "download_count": 2929, - "created_at": "2017-06-26T17:36:18Z", - "updated_at": "2017-06-26T17:36:44Z", - "browser_download_url": "https://github.com/tianocore/edk2/releases/download/vUDK2017/UDK2017.Documents.zip" - } - ], - "tarball_url": "https://api.github.com/repos/tianocore/edk2/tarball/vUDK2017", - "zipball_url": "https://api.github.com/repos/tianocore/edk2/zipball/vUDK2017", - "body": "# UDK2017 Release Page\r\n## How to build \r\nSee wiki page [UDK2017 How to Build]( https://github.com/tianocore/tianocore.github.io/wiki/UDK2017#how-to-build-udk2017) on the UDK2017 Release wiki page\r\n\r\n\r\n## UDK2017 Features / Updates / Changes\r\nSee the wiki page [UDK2017 Features Updates Changes](https://github.com/tianocore/tianocore.github.io/wiki/UDK2017#udk2017-features--updates--changes) for list of Features, Updates and Changes to the UDK2017 Release from the previous UDK release\r\n### UDK2017 Package Notes\r\nSee wiki page [UDK2017 Package notes]( https://github.com/tianocore/tianocore.github.io/wiki/UDK2017#udk2017-package-notes ) for list of Package's Notes details on changes & updates\r\n\r\n## Downloads - File Descriptions (Below files)\r\n### Source Code \r\nThese source code downloads are the from the tag [vUDK2017](https://github.com/tianocore/edk2/releases/tag/vUDK2017) for the official UDK2017 release.
\r\nUDK2017 edk-vUDK2017 Workspace [Source code (zip file)](https://github.com/tianocore/edk2/archive/vUDK2017.zip ) \r\nUDK2017 edk-vUDK2017 Workspace [Source code (tar.gz file)](https://github.com/tianocore/edk2/archive/vUDK2017.tar.gz ) \r\n\r\n### Documentation\r\nThis download contains all .chm and .html documents for UDK2017. Each package includes details on the definitions (including PPIs/PROTOCOLs/GUIDs and library classes) and libraries instances associated with each package.
\r\n[UDK2017 Documents (ZIP File)]( https://github.com/tianocore/edk2/releases/download/vUDK2017/UDK2017.Documents.zip) \r\n\r\n**********\r\n## More Information about this release\r\n**Note:** For a detailed list of Changes and updates \r\n See the [UDK2017 Release wiki]( https://github.com/tianocore/tianocore.github.io/wiki/UDK2017) page\r\n\r\n**********\r\n" - } - ] -query_type: api.github.releases +tag_prefix: ^edk2-stable +seperator: .