Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63177 )
Change subject: Documentation: gpio: Provide minor fixes to the table ......................................................................
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 --- M Documentation/getting_started/gpio.md 1 file changed, 7 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/63177/1
diff --git a/Documentation/getting_started/gpio.md b/Documentation/getting_started/gpio.md index 216ba5d..0f28e61 100644 --- a/Documentation/getting_started/gpio.md +++ b/Documentation/getting_started/gpio.md @@ -176,7 +176,7 @@ | | 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 @@ | +----------------+-------------+-------------+ | | G3 | Y | Y | +------------------------+----------------+-------------+-------------+ -| | 11 - Resume Reset | Warm Reset | - | N | +| | 11 - Resume Reset | Warm Reset | NA | N | | | (GPP: Reserved, +----------------+-------------+-------------+ -| | GPD: RSMRST) | Cold Reset | - | N | +| | GPD: RSMRST) | Cold Reset | NA | N | | +----------------+-------------+-------------+ -| | S3/S4/S5 | - | N | +| | S3/S4/S5 | NA | N | | +----------------+-------------+-------------+ -| | Global Reset | - | N | +| | Global Reset | NA | N | | +----------------+-------------+-------------+ -| | Deep Sx | - | Y | +| | Deep Sx | NA | Y | | +----------------+-------------+-------------+ -| | G3 | - | Y | +| | G3 | NA | Y | +------------------------+----------------+-------------+-------------+ ```