diff options
author | Husni Faiz <ahamedhusni73@gmail.com> | 2022-09-07 02:18:57 +0530 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-10-03 16:15:08 +0000 |
commit | c86c9266f0f506b9f5c170532ec321b4999e3651 (patch) | |
tree | 0fa179757d46e7722aa702ebd197e747af76309f /Documentation/technotes/index.md | |
parent | b80535a135d5a63fd6c13c6df5eecb778a00e25b (diff) |
Documentation: document the new smbus console feature
This explains how to enable the SMBus console in coreboot
and its Kconfigs.
Change-Id: I50cafbbaaea133c9ea50131e455151287c96176a
Signed-off-by: Husni Faiz <ahamedhusni73@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67386
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'Documentation/technotes/index.md')
-rw-r--r-- | Documentation/technotes/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/technotes/index.md b/Documentation/technotes/index.md index fda8bd6219..da5b8644d2 100644 --- a/Documentation/technotes/index.md +++ b/Documentation/technotes/index.md @@ -5,3 +5,4 @@ * [Unit testing coreboot](2020-03-unit-testing-coreboot.md) * [Unit Test Code Coverage](2021-05-code-coverage.md) * [Address Sanitizer](asan.md) +* [coreboot Consoles](console.md) |