Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
206 changes: 0 additions & 206 deletions source/developer-guides/debugging-with-udk.rst

This file was deleted.

1 change: 0 additions & 1 deletion source/developer-guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Developer's Guide
boot-performance
shell
debugging-with-cca
debugging-with-udk
logging
sbltrace
contributions
Expand Down
2 changes: 1 addition & 1 deletion source/introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Who are the maintainers of |SPN|?
<a href="https://github.com/slimbootloader/slimbootloader" target="_blank">GitHub</a>

What are options to debug |SPN|?
|SPN| supports source level debugging using Intel UEFI Development Kit (UDK) debug tool (via UART). Depending on the board configuration, developers can also debug |SPN| with Intel trace hub, secure debug token (if enabled) or memory buffers.

@spkamat spkamat Jul 12, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aby reason for removing Intel trace hub from here? You may also add SblTrace to this list.

|SPN| supports debugging using Intel trace hub. Depending on the board configuration, developers can also debug |SPN| with secure debug token (if enabled) or memory buffers.

Is Embedded Controller (EC) supported?
No. Different boards may have different EC or SuperIO. Developers need to implement the code for the target board.
Expand Down
2 changes: 0 additions & 2 deletions source/references/terminology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Terminology and Acronyms

**SBL** Slim Bootloader

**UDK** UEFI Development Kit

**TPM** Trusted Platform Module

**ASL** ACPI Source Language
Expand Down