Files
documentation/source/tutorials/index.rst
T
Aiden Park f7e97417f5 Add a tutorial page for Debugging SBL on QEMU with GDB (#55)
This page is to provide basic GDB usage on QEMU target
for better understanding SBL flow.
- Prepare SBL QEMU image
- Prepare GDB helper scripts
- Launch QEMU target
- Launch GDB
- Transit Stage1A to Stage1B
- Transit Stage1B to Stage2
- Transit Stage2 to OsLoader

Signed-off-by: Aiden Park <aiden.park@intel.com>
2019-10-01 09:30:11 -07:00

18 lines
395 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