- Make footer copyright year update automatically
- Add clarification about EPLD region
- Add heading to build tool doc
- Clean up warnings about section links, length of underlines, etc.
- Adjust whitespace in Build System doc
- Fix reference to key management section
Signed-off-by: Atharva Lele <atharva.lele@intel.com>
- Added info to set SBL_KEY_DIR environment variable
- Added an anchor in key-management.rst to reference it in SBL Keys
Generation section
Signed-off-by: Supreet Gulavani <supreet.gulavani@intel.com>
* Reduce the size of SBL recovery sample logs
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Note that FSP debugging must be turned off when SBL resiliency enabled
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Group SBL resiliency diagrams by scenario
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Refactor note on FSP debugging and SBL resiliency
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Add expected behavior to the corruption tutorial section
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Add note detailing which platforms support resiliency
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Add documentation for firmware resiliency
This change adds a section for firmware resiliency
as well as updates existing sections that are related
to firmware resiliency
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Fix grammatical errors in resiliency and recovery section
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Add in test tool tutorials for SBL resiliency
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Add in block diagrams for SBL resiliency
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Make minor improvements to resiliency and update sections
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Mention non-overlapping region requirement for FW update capsule tool
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Give example for building FW update capsule with TMAC:IPFW
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
* Add note that corruptcomp tool should be disabled in prod builds
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
User has to set OPENSSL_PATH to Openssl directort
where openssl.exe is present.
Updated documentation error in verified boot.
Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
The new page provides info on generating a SBL OS container
consisting of the VxWorks kernel binary given in ELF format
and is multiboot compliant as well as providing info on how
to configure the boot options to launch this container.
Also include a few additional changes to resolve some build
issues reported during 'make html' after running 'make clean'.
Signed-off-by: James Gutbub <james.gutbub@intel.com>
- Updated SBL key management and Key ids
- Info with GenerateKeys.py
- Build changes for introducting SBL_KEY_DIR env variable
- GenContainer updates for auth types and Key id
Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
Recently support for triggering a FW update
via Linux kernel has been enabled, this patch
provides the details on how to trigger a FW
update if the Linux kernel supports it.
Also some other notes on HTTP server in Python3
and remove error message about guessing the syntax
of the Windows FW update triggering code block.
Signed-off-by: James Gutbub <james.gutbub@intel.com>
1) Added a picture depicting SBL Verified Boot chain.
2) Added a table describing the usage of various keys.
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
Following changes are made for firmware update documentation
1) Trigger from Operating system mechanism
2) 4-byte string id instead of GUID to identify components information
capsule.
3) Container component update.
Signed-off-by: Raghava Gudla <raghava.gudla@intel.com>
Co-authored-by: Raghava Gudla <raghava.gudla@intel.com>