Maxim Polyakov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34237 )
Change subject: util/superiotool/aspeed: fix SUART number ......................................................................
util/superiotool/aspeed: fix SUART number
Change-Id: I20c4436d414bc6b9a3ff5138d6fd59ead8fd4a47 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M util/superiotool/aspeed.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/34237/1
diff --git a/util/superiotool/aspeed.c b/util/superiotool/aspeed.c index 6d49c16..454e5c5 100644 --- a/util/superiotool/aspeed.c +++ b/util/superiotool/aspeed.c @@ -28,7 +28,7 @@ {0x02, "SUART1", {0x30,0x60,0x61,0x70,0x71,0xf0,EOT}, {0x00,0x03,0xf8,0x04,0x02,RSVD,EOT}}, - {0x03, "SUART1", + {0x03, "SUART2", {0x30,0x60,0x61,0x70,0x71,0xf0,EOT}, {0x00,0x02,0xf8,0x03,0x02,0x00,EOT}}, {0x04, "SWC",
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34237 )
Change subject: util/superiotool/aspeed: fix SUART number ......................................................................
Patch Set 1: Code-Review+2
oh, didn't spot that when i reviewed the patch adding the ast2400 support
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34237 )
Change subject: util/superiotool/aspeed: fix SUART number ......................................................................
Patch Set 1: Code-Review+1
Patrick Rudolph has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/34237 )
Change subject: util/superiotool/aspeed: fix SUART number ......................................................................
util/superiotool/aspeed: fix SUART number
Change-Id: I20c4436d414bc6b9a3ff5138d6fd59ead8fd4a47 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/34237 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Held felix-coreboot@felixheld.de Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net --- M util/superiotool/aspeed.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Felix Held: Looks good to me, approved
diff --git a/util/superiotool/aspeed.c b/util/superiotool/aspeed.c index 6d49c16..454e5c5 100644 --- a/util/superiotool/aspeed.c +++ b/util/superiotool/aspeed.c @@ -28,7 +28,7 @@ {0x02, "SUART1", {0x30,0x60,0x61,0x70,0x71,0xf0,EOT}, {0x00,0x03,0xf8,0x04,0x02,RSVD,EOT}}, - {0x03, "SUART1", + {0x03, "SUART2", {0x30,0x60,0x61,0x70,0x71,0xf0,EOT}, {0x00,0x02,0xf8,0x03,0x02,0x00,EOT}}, {0x04, "SWC",