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>