Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37790 )
Change subject: [WIP] Documentation: Introduce debugging section ......................................................................
[WIP] Documentation: Introduce debugging section
Change-Id: Ibf068cd43e9ee0e0d2eabae3e31c0799678bb688 Signed-off-by: Felix Singer felixsinger@posteo.net --- A Documentation/debugging/console.md A Documentation/debugging/index.md M Documentation/index.md 3 files changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/37790/1
diff --git a/Documentation/debugging/console.md b/Documentation/debugging/console.md new file mode 100644 index 0000000..2b74151 --- /dev/null +++ b/Documentation/debugging/console.md @@ -0,0 +1,7 @@ +# coreboot console + +## Flash console +*WIP* + +## cbmem +*WIP* diff --git a/Documentation/debugging/index.md b/Documentation/debugging/index.md new file mode 100644 index 0000000..34e2e28 --- /dev/null +++ b/Documentation/debugging/index.md @@ -0,0 +1,3 @@ +# Debugging + +* [Console log](console.md) diff --git a/Documentation/index.md b/Documentation/index.md index bfc9cea..c4a957b 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -187,3 +187,4 @@ * [Utilities](util.md) * [Release notes for past releases](releases/index.md) * [Flashing firmware tutorial](flash_tutorial/index.md) +* [Debugging](debugging/index.md)