From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com []) by mx.groups.io with SMTP id smtpd.web10.348.1572642287170695311 for ; Fri, 01 Nov 2019 14:04:50 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.a.kubacki@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Nov 2019 14:04:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,257,1569308400"; d="scan'208";a="203970198" Received: from makuback-desk1.amr.corp.intel.com ([10.7.159.162]) by orsmga003.jf.intel.com with ESMTP; 01 Nov 2019 14:04:50 -0700 From: "Kubacki, Michael A" To: devel@edk2.groups.io Cc: Nate DeSimone , Michael D Kinney , Shifei A Lu , Isaac W Oram , Xiaohu Zhou Subject: [edk2-platforms][PATCH V1 01/19] Readme.md: Remove PurleyOpenBoardPkg Date: Fri, 1 Nov 2019 14:03:24 -0700 Message-Id: <20191101210342.28608-2-michael.a.kubacki@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: <20191101210342.28608-1-michael.a.kubacki@intel.com> References: <20191101210342.28608-1-michael.a.kubacki@intel.com> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2322 Removes all references to PurleyOpenBoardPkg in Readme.md files in edk2-platforms as the package will be removed in a future change. Cc: Nate DeSimone Cc: Michael D Kinney Cc: Shifei A Lu Cc: Isaac W Oram Cc: Xiaohu Zhou Signed-off-by: Michael Kubacki --- Platform/Intel/Readme.md | 36 -------------------- Readme.md | 1 - 2 files changed, 37 deletions(-) diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index 03fa4c2315..0f86978fee 100644 --- a/Platform/Intel/Readme.md +++ b/Platform/Intel/Readme.md @@ -54,7 +54,6 @@ A UEFI firmware implementation using MinPlatformPkg is constructed using the fol ## Board Support * The `KabylakeOpenBoardPkg` contains board implementations for Kaby Lake systems. -* The `PurleyOpenBoardPkg` contains board implementations for Purley systems. * The `SimicsOpenBoardPkg` contains board implementations for the Simics hardware simulator. * The `WhiskeylakeOpenBoardPkg` contains board implementations for Whiskey Lake systems. @@ -71,12 +70,6 @@ A UEFI firmware implementation using MinPlatformPkg is constructed using the fol *Note: RVP = Reference and Validation Platform* -#### Microsoft - -| Machine Name | Supported Chipsets | BoardPkg | Board Name | -----------------------------------------|--------------------------------------------|------------------------------|--------------------| -| Mt. Olympus | Purley | PurleyOpenBoardPkg | BoardMtOlympus | - #### Simics | Machine Name | Supported Chipsets | BoardPkg | Board Name | @@ -235,13 +228,6 @@ return back to the minimum platform caller. | | | |---build_board.py: Optional board-specific pre-build, build | | | and clean post-build functions. | | | - | | |------PurleyOpenBoardPkg - | | | |------BoardMtOlympus - | | | |---build_config.cfg: BoardMtOlympus specific - | | | | build settings, environment variables. - | | | |---build_board.py: Optional board-specific pre-build, - | | | build, post-build and clean functions. - | | | | | |------SimicsOpenBoardPkg | | | |------BoardX58Ich10 | | | |---build_config.cfg: BoardX58Ich10 specific @@ -255,23 +241,6 @@ return back to the minimum platform caller. |------FSP -**Building with the batch scripts** - -Only PurleyOpenBoardPkg still supports batch script build. Future board packages must only use the Python build -infrastructure. - -For PurleyOpenBoardPkg -1. Open command window, go to the workspace directory, e.g. c:\Edk2Workspace. -2. Type "cd edk2-platforms\Platform\Intel\PurleyOpenBoardPkg\BoardMtOlympus". -3. Type "GitEdk2MinMtOlympus.bat" to setup GIT environment. -4. Type "bld" to build Purley Mt Olympus board UEFI firmware image, "bld release" for release build, "bld clean" to - remove intermediate files."bld cache-produce" Generate a cache of binary files in the specified directory, - "bld cache-consume" Consume a cache of binary files from the specified directory, BINARY_CACHE_PATH is empty, - used "BinCache" as default path. - -The validated version of iASL compiler that can build MinPurley is 20180629. Older version may generate ACPI build -errors. - ### **Known limitations** **KabylakeOpenBoardPkg** @@ -282,11 +251,6 @@ errors. 1. This firmware project has only been tested for Microsoft Windows 10 x64 boot with AHCI mode and Integrated Graphic Device. -**PurleyOpenBoardPkg** -1. This firmware project has only been tested booting to Microsoft Windows Server 2016 with NVME on M.2 slot. -2. This firmware project does not build with the GCC compiler. -3. This firmware project does not build with the Python build script infrastructure. - **SimicsOpenBoardPkg** 1. This firmware project has only been tested booting to Microsoft Windows 10 x64 and Ubuntu 17.10 with AHCI mode. diff --git a/Readme.md b/Readme.md index 2b54b8e0b4..54be226f4c 100644 --- a/Readme.md +++ b/Readme.md @@ -226,7 +226,6 @@ they will be documented with the platform. ## Intel ### [Minimum Platforms](Platform/Intel/Readme.md) * [Kaby Lake](Platform/Intel/KabylakeOpenBoardPkg) -* [Purley](Platform/Intel/PurleyOpenBoardPkg) * [Simics](Platform/Intel/SimicsOpenBoardPkg) * [Whiskey Lake](Platform/Intel/WhiskeylakeOpenBoardPkg) -- 2.16.2.windows.1