diff options
-rw-r--r-- | Documentation/soc/intel/xeon_sp/community_preview_guide.md | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/Documentation/soc/intel/xeon_sp/community_preview_guide.md b/Documentation/soc/intel/xeon_sp/community_preview_guide.md index dae5ad1850..33a6cf2ce1 100644 --- a/Documentation/soc/intel/xeon_sp/community_preview_guide.md +++ b/Documentation/soc/intel/xeon_sp/community_preview_guide.md @@ -13,13 +13,11 @@ The supported platform status are as below, 1. Beechnut City CRB (Sierra Forest-SP) -- Buildable with n-1 FSP headers - -- Bootable with real FSP headers/binaries +- Buildable and bootable with real FSP headers/binaries 2. Avenue City CRB (Granite Rapids-AP) -- Buildable with n-1 FSP headers +- Buildable and bootable with real FSP headers/binaries ## Build steps @@ -108,22 +106,15 @@ make UPDATED_SUBMODULES=1 -j`nproc` git format-patch upstream..HEAD ``` -## About Granite Rapids n-1 FSP headers - -This is a set of stub FSP headers for Granite Rapids server, which will -be forward compatible with the formal Granite Rapids FSP headers which -will be opensource at a later stage. For the n-1 FSP headers, there are -no corresponding n-1 FSP binaries. To pass build, users need to use stub -binaries which could be generated in arbitrary ways. Granite Rapids n-1 -FSP headers are at: `src/vendorcode/intel/fsp/fsp2_0/graniterapids`. +## About Granite Rapids FSP binaries and other needed firmware ingredients -## About Granite Rapids real FSP headers - -For the real Granite Rapids FSP headers and binaries, please contact -intel business interface to obtain. Then please update -configs/builder/config.intel.crb.avc and configs/builder/config.intel.crb.bnc +For the real Granite Rapids FSP binaries, please contact intel business interface to obtain. +Then please update configs/builder/config.intel.crb.avc and configs/builder/config.intel.crb.bnc to apply. +Other needed firmware ingredients includes microcode, intel flash descriptor and platform boot +policy. The same flow to obtain and apply. + ## Test Environment - LinuxBoot - linux kernel tag v6.10-rc4 (with defconfig located in: `Documentation/soc/intel/xeon_sp/linuxboot_defconfig`) |