Reorganize the FSP repo to have all FSPs in the master branch instead of in platform branches

This commit is contained in:
Nate DeSimone 2018-08-22 17:16:15 -07:00
parent a57c66616e
commit 8d273c1716
1 changed files with 2 additions and 28 deletions

View File

@ -1,28 +1,2 @@
# Intel(R) Firmware Support Package (Intel(R) FSP) Binaries
Repository of Intel FSP binaries posted by Intel
# Intel FSP Home Page
www.intel.com/FSP
## Wiki
https://github.com/IntelFsp/FSP/wiki
## Support and Issue Submission Link
http://www.intel.com/content/www/xr/ar/design/support/ips/training/access-and-login.html
# FSP Project Information
Each FSP project will be hosted in a separate branch.
FSP Project Name | Branch Name | Git command
:--------------- | :---------: | :----------
Intel® Pentium® and Celeron® Processor N3000 Product Families and Intel® Atom™ x5-E8000 Processor (formerly Braswell, Compliant with FSP v1.1 Specification) | Braswell | git clone -b Braswell https://github.com/IntelFsp/FSP.git
Intel® Atom™ processor E3800 product family (formerly Bay Trail, Compliant with FSP v1.0 Specification) | BayTrail | git clone -b BayTrail https://github.com/IntelFsp/FSP.git
Intel® Atom™ processor E6xx series with Intel® Platform Controller Hub EG20T (formerly Queens Bay: Tunnel Creek and Topcliff, Compliant with FSP v1.0 Specification) | QueensBay | git clone -b QueensBay https://github.com/IntelFsp/FSP.git
Intel® Atom™ processor C2000 product family (formerly Rangeley, Compliant with FSP v1.0 Specification) | Rangeley | git clone -b Rangeley https://github.com/IntelFsp/FSP.git
6th Generation Intel® Core™ processors and chipsets (formerly SkyLake, Compliant with FSP v1.1 Specification) | Skylake | git clone -b Skylake https://github.com/IntelFsp/FSP.git
5th Generation Intel® Core™ processors and chipsets (formerly Broadwell, Compliant with FSP v1.0 Specification) | Broadwell | git clone -b Broadwell https://github.com/IntelFsp/FSP.git
4th Generation Intel® Core™ processors with mobile Intel® QM87 and HM86 chipsets (formerly Shark Bay mobile: Haswell and Lynx Point, Compliant with FSP v1.0 Specification) | SharkBay | git clone -b SharkBay https://github.com/IntelFsp/FSP.git
3rd Generation Intel® Core™ processors with mobile Intel® HM76 and QM77 chipsets (formerly Chief River Platform: Ivy Bridge and Panther Point, Compliant with FSP v1.0 Specification) | ChiefRiver | git clone -b ChiefRiver https://github.com/IntelFsp/FSP.git
Intel® Xeon® E3-1125C v2, E3-1105C v2, Intel® Pentium® B925C, Intel® Core™ i3-3115C for communication infrastructure with Intel® Communication Chipset 89xx Series Platform Controller Hub (formerly Crystal Forest Refresh: Ivy Bridge Gladden and Cave Creek, Compliant with FSP v1.0 Specification) | CrystalForestIvyBridge | git clone -b CrystalForestIvyBridge https://github.com/IntelFsp/FSP.git
Intel® Xeon® Processor D Product Family (formerly Broadwell-DE, Compliant with FSP v1.0 Specification) | Broadwell-DE | git clone -b Broadwell-DE https://github.com/IntelFsp/FSP.git
# Deprecated
Platform branches have been deprecated. This branch is no longer being updated. Please use master branch instead.