You've already forked documentation
mirror of
https://github.com/Dasharo/documentation.git
synced 2026-03-06 15:26:51 -08:00
* 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>
19 lines
423 B
ReStructuredText
19 lines
423 B
ReStructuredText
Tutorials
|
|
=========
|
|
|
|
SBL provides the development exercises to practice building, stitching and configuring the output images.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
ex_build_sbl_for_qemu
|
|
ex_run_sbl_on_qemu
|
|
ex_debug_sbl_on_qemu_with_gdb
|
|
ex_sbl_shell_cli
|
|
ex_boot_to_linux
|
|
ex_feature_custom_splash
|
|
ex_feature_custom_verified_boot
|
|
ex_feature_custom_boot_order
|
|
ex_uefi_payload
|
|
ex_corrupt_sbl_component
|