summaryrefslogtreecommitdiffstats
path: root/Documentation/getting_started
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-03-30 00:02:41 +0530
committerMichael Niewöhner <foss@mniewoehner.de>2022-03-30 07:19:00 +0000
commitc2e3bd7c6c2801caaf83e36fb23fb436531716ed (patch)
tree5733f90406670f6d5fa28006966f27f87339fff5 /Documentation/getting_started
parent23846440dfd1a69d11647fef6a623569b87ad6f5 (diff)
downloadcoreboot-c2e3bd7c6c2801caaf83e36fb23fb436531716ed.tar.gz
coreboot-c2e3bd7c6c2801caaf83e36fb23fb436531716ed.tar.bz2
coreboot-c2e3bd7c6c2801caaf83e36fb23fb436531716ed.zip
Documentation: gpio: Provide minor fixes to the table
This patch fixes the table issue in markdown file identified with commit 96481066 (Documentation: gpio: Update table as per coreboot guidelines). BUG=b:211573253, b:211950520 Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Ifd8265b92b5ef0dcabb754371591477ca19c39be Reviewed-on: https://review.coreboot.org/c/coreboot/+/63177 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'Documentation/getting_started')
-rw-r--r--Documentation/getting_started/gpio.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/getting_started/gpio.md b/Documentation/getting_started/gpio.md
index 216ba5d3bb61..fd0267aac55c 100644
--- a/Documentation/getting_started/gpio.md
+++ b/Documentation/getting_started/gpio.md
@@ -176,7 +176,7 @@ supports four different types of GPIO reset as:
| | 00 - Power Good | Warm Reset | N | N |
| | (GPP: RSMRST, +----------------+-------------+-------------+
| | GPD: DSW_PWROK) | Cold Reset | N | N |
-| |----------------+-------------+-------------+
+| +----------------+-------------+-------------+
| | S3/S4/S5 | N | N |
| +----------------+-------------+-------------+
| | Global Reset | N | N |
@@ -209,17 +209,17 @@ supports four different types of GPIO reset as:
| +----------------+-------------+-------------+
| | G3 | Y | Y |
+------------------------+----------------+-------------+-------------+
-| | 11 - Resume Reset | Warm Reset | - | N |
+| | 11 - Resume Reset | Warm Reset | n/a | N |
| | (GPP: Reserved, +----------------+-------------+-------------+
-| | GPD: RSMRST) | Cold Reset | - | N |
+| | GPD: RSMRST) | Cold Reset | n/a | N |
| +----------------+-------------+-------------+
-| | S3/S4/S5 | - | N |
+| | S3/S4/S5 | n/a | N |
| +----------------+-------------+-------------+
-| | Global Reset | - | N |
+| | Global Reset | n/a | N |
| +----------------+-------------+-------------+
-| | Deep Sx | - | Y |
+| | Deep Sx | n/a | Y |
| +----------------+-------------+-------------+
-| | G3 | - | Y |
+| | G3 | n/a | Y |
+------------------------+----------------+-------------+-------------+
```