Sumeet R Pawnikar has posted comments on this change. ( https://review.coreboot.org/21322 )
Change subject: util/board_status: do a spell check
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/21322/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/21322/1//COMMIT_MSG@7
PS1, Line 7: do a spell check
I would say Typo fixed.
--
To view, visit https://review.coreboot.org/21322
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie39be471851586076343b8e9454a9140d4664b8d
Gerrit-Change-Number: 21322
Gerrit-PatchSet: 1
Gerrit-Owner: Idwer Vollering <vidwer(a)gmail.com>
Gerrit-Reviewer: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Comment-Date: Fri, 01 Sep 2017 15:28:49 +0000
Gerrit-HasComments: Yes
Idwer Vollering has uploaded this change for review. ( https://review.coreboot.org/21322
Change subject: util/board_status: do a spell check
......................................................................
util/board_status: do a spell check
Change-Id: Ie39be471851586076343b8e9454a9140d4664b8d
Signed-off-by: Idwer Vollering <vidwer(a)gmail.com>
---
M util/board_status/README
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/21322/1
diff --git a/util/board_status/README b/util/board_status/README
index 2337826..97fd688 100644
--- a/util/board_status/README
+++ b/util/board_status/README
@@ -13,9 +13,9 @@
------------
[1] in make menuconfig you should have: [*] Use CMOS for configuration values
This option is also known as CONFIG_USE_OPTION_TABLE in Kconfig.
-Information trough SSH
+Information through SSH
======================
-board_status.sh can gather information trough ssh with the -r
+board_status.sh can gather information through ssh with the -r
option.
When using "-r <host>", The script will attempt to log into
@@ -28,10 +28,10 @@
board_status.sh expects the remote host to have the following
programs in its path: cbmem, dmesg
-Boot log gathering trough a serial port
+Boot log gathering through a serial port
=======================================
When using -s </dev/xxx>, board_status.sh starts by retrieving the
-boot log trough the serial port.
+boot log through the serial port.
To produce such logs, power off the board, run board_status.sh
with the right arguments, power on the board.
--
To view, visit https://review.coreboot.org/21322
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie39be471851586076343b8e9454a9140d4664b8d
Gerrit-Change-Number: 21322
Gerrit-PatchSet: 1
Gerrit-Owner: Idwer Vollering <vidwer(a)gmail.com>