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 a619264b0c
commit 7e696abb23
1 changed files with 2 additions and 21 deletions

View File

@ -1,21 +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
# 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 | Braswell | git clone -b Braswell https://github.com/IntelFsp/FSP.git
Intel® Atom™ processor E3800 product family | Bay Trail | git clone -b BayTrail https://github.com/IntelFsp/FSP.git
Intel® Atom™ processor C2000 product family | Rangeley | git clone -b Rangeley https://github.com/IntelFsp/FSP.git
6th Generation Intel® Core™ processors and chipsets | Skylake | git clone -b Skylake https://github.com/IntelFsp/FSP.git
5th Generation Intel® Core™ processors and chipsets | Broadwell | git clone -b Broadwell https://github.com/IntelFsp/FSP.git
4th Generation Intel® Core™ processors with mobile Intel® QM87 and HM86 chipsets | Shark Bay mobile | git clone -b SharkBay https://github.com/IntelFsp/FSP.git
3rd Generation Intel® Core™ processors with mobile Intel® HM76 and QM77 chipsets | Chief River: Ivy Bridge and Panther Point | git clone -b ChiefRiver https://github.com/IntelFsp/FSP.git
# Deprecated
Platform branches have been deprecated. This branch is no longer being updated. Please use master branch instead.