- 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>
* 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>
* Update Key IDs in Container Tool doc
Update KEY ID values to reflect currently used keys
Signed-off-by: Atharva Lele <atharva.lele@intel.com>
* Clean up GenContainer create examples
Also specify where the container header name comes from.
Signed-off-by: Atharva Lele <atharva.lele@intel.com>
Signed-off-by: Atharva Lele <atharva.lele@intel.com>
This patch updates documentation for configuring
svn while container creation and for component update.
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>