From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: nathaniel.l.desimone@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Sun, 11 Aug 2019 16:52:53 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 16:52:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="178183680" Received: from nldesimo-desk1.amr.corp.intel.com ([10.7.159.63]) by orsmga003.jf.intel.com with ESMTP; 11 Aug 2019 16:52:52 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Michael Kubacki , Ankit Sinha , Chasel Chiu Subject: [edk2-platforms] [PATCH v2] Platform/Intel: Update Readme.md to point to edk2-non-osi master branch Date: Sun, 11 Aug 2019 16:44:48 -0700 Message-Id: <20190811234448.22928-1-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.17.1.windows.2 Updated Platform/Intel/Readme.md to point to master branch on edk2-non-osi instead of devel-MinPlatform Updated edk2-platforms/Readme.md to point to Platform/Intel/Readme.md for build instructions on Intel based Minimum Platforms Added a link to the EDK II Minimum Platform Draft Specification to Platform/Intel/Readme.md Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Cc: Michael Kubacki Cc: Ankit Sinha Cc: Chasel Chiu Signed-off-by: Nate DeSimone --- Platform/Intel/Readme.md | 6 ++++-- Readme.md | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index 0a0e8a8c80..00f42985a2 100644 --- a/Platform/Intel/Readme.md +++ b/Platform/Intel/Readme.md @@ -1,7 +1,9 @@ # **EDK II Minimum Platform Firmware for Intel(R) Platforms** The Minimum Platform is a software architecture that guides uniform delivery of Intel platforms enabling firmware -solutions for basic boot functionality with extensibility built-in. +solutions for basic boot functionality with extensibility built-in. Please see the +[EDK II Minimum Platform Draft Specification](https://edk2-docs.gitbooks.io/edk-ii-minimum-platform-specification/) +for more details. Package maintainers for the Minimum Platform projects are listed in Maintainers.txt. @@ -98,7 +100,7 @@ return back to the minimum platform caller. * ``git clone https://github.com/tianocore/edk2-platforms.git`` * edk2-non-osi repository - * ``git clone https://github.com/tianocore/edk2-non-osi.git -b devel-MinPlatform`` + * ``git clone https://github.com/tianocore/edk2-non-osi.git`` * FSP repository * ``git clone https://github.com/IntelFsp/FSP.git`` diff --git a/Readme.md b/Readme.md index 63e59f60b4..1befd0b544 100644 --- a/Readme.md +++ b/Readme.md @@ -223,8 +223,8 @@ they will be documented with the platform. * [D05](Platform/Hisilicon/D05) * [HiKey](Platform/Hisilicon/HiKey) -## [Intel](Platform/Intel/Readme.md) -### Minimum Platforms +## Intel +### [Minimum Platforms](Platform/Intel/Readme.md) * [Clevo](Platform/Intel/ClevoOpenBoardPkg) * [Kaby Lake](Platform/Intel/KabylakeOpenBoardPkg) * [Purley](Platform/Intel/PurleyOpenBoardPkg) -- 2.17.1.windows.2