diff options
author | Shuo Liu <shuo.liu@intel.com> | 2024-09-30 00:28:06 +0800 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-10-07 21:03:27 +0000 |
commit | f2bc295a9c677bb97cb80efe6bc8e6ee40ff5470 (patch) | |
tree | c54a90004a0a3b0e79b2a6c71b9b0082683bbdc0 /Documentation/soc/intel/xeon_sp | |
parent | cba4c99451b9b9be26114d363a07b1b73e451128 (diff) |
Documentation/soc/intel/xeon_sp: Format community preview guide
Commit 5e0d370610c ("Documentation/soc/intel/xeon_sp: Update doc to
use real FSP headers") had some unresolved review comments for
formats after it had been submitted. Take care of these comments in
this follow-up.
Change-Id: I7b33bed56fdd86d7b4ab5bfefcd3abc4a3ba4ce9
Signed-off-by: Shuo Liu <shuo.liu@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84583
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation/soc/intel/xeon_sp')
-rw-r--r-- | Documentation/soc/intel/xeon_sp/community_preview_guide.md | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Documentation/soc/intel/xeon_sp/community_preview_guide.md b/Documentation/soc/intel/xeon_sp/community_preview_guide.md index 33a6cf2ce1..923a359c51 100644 --- a/Documentation/soc/intel/xeon_sp/community_preview_guide.md +++ b/Documentation/soc/intel/xeon_sp/community_preview_guide.md @@ -108,12 +108,19 @@ git format-patch upstream..HEAD ## About Granite Rapids FSP binaries and other needed firmware ingredients -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. +For the real Granite Rapids FSP binaries, please contact intel business interface to obtain them. +Then please update below config files to apply. -Other needed firmware ingredients includes microcode, intel flash descriptor and platform boot -policy. The same flow to obtain and apply. +``` +configs/builder/config.intel.crb.avc +configs/builder/config.intel.crb.bnc +``` + +The following firmware ingredients are also obtained and applied using the same process: + +- Microcode updates +- Intel Flash Descriptor +- Platform Boot Policy ## Test Environment |