summaryrefslogtreecommitdiffstats
path: root/Documentation/drivers/index.md
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2020-04-29 15:53:43 -0700
committerDuncan Laurie <dlaurie@chromium.org>2020-05-22 01:49:11 +0000
commitba56da85e8cb7f4918ec10d1e5aaab9f553e4e3e (patch)
tree423c2706fc6678cdda5941747540bb66dceee048 /Documentation/drivers/index.md
parent73ce9fb18a24cab40975d7e674120b90283e8ab1 (diff)
downloadcoreboot-ba56da85e8cb7f4918ec10d1e5aaab9f553e4e3e.tar.gz
coreboot-ba56da85e8cb7f4918ec10d1e5aaab9f553e4e3e.tar.bz2
coreboot-ba56da85e8cb7f4918ec10d1e5aaab9f553e4e3e.zip
Documentation: Add info about SoundWire coreboot implementation
This change adds a document about the SoundWire implementation in coreboot with details adding new controllers and codecs and connecting them in the mainboard devicetree. BUG=b:146482091 Signed-off-by: Duncan Laurie <dlaurie@google.com> Change-Id: Ibc04442e22acfc03ff86c49c8a7a215ceefc24c7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/40892 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/drivers/index.md')
-rw-r--r--Documentation/drivers/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md
index 807ed85ed600..e215c6ab11f7 100644
--- a/Documentation/drivers/index.md
+++ b/Documentation/drivers/index.md
@@ -6,3 +6,4 @@ they allow to easily reuse existing code accross platforms.
* [IPMI KCS](ipmi_kcs.md)
* [SMMSTORE](smmstore.md)
+* [SoundWire](soundwire.md)