[coreboot-gerrit] Change in coreboot[master]: src/southbridge: Fix typo

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Tue Aug 7 12:26:39 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/27909


Change subject: src/southbridge: Fix typo
......................................................................

src/southbridge: Fix typo

Change-Id: Iba3f31bfae6cc84ec6a2dad1aff23a117458c89c
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/southbridge/intel/bd82x6x/early_me.c
M src/southbridge/intel/bd82x6x/early_me_mrc.c
M src/southbridge/intel/fsp_bd82x6x/early_me.c
M src/southbridge/intel/fsp_i89xx/early_me.c
M src/southbridge/intel/lynxpoint/early_me.c
5 files changed, 9 insertions(+), 9 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/27909/1

diff --git a/src/southbridge/intel/bd82x6x/early_me.c b/src/southbridge/intel/bd82x6x/early_me.c
index bda139b..4e6ad7d 100644
--- a/src/southbridge/intel/bd82x6x/early_me.c
+++ b/src/southbridge/intel/bd82x6x/early_me.c
@@ -198,7 +198,7 @@
 	meDID = did.uma_base | (1 << 28);// | (1 << 23);
 	pci_write_config32(PCI_DEV(0, 0x16, 0), PCI_ME_H_GS, meDID);
 
-	/* Must wait for ME acknowledgement */
+	/* Must wait for ME acknowledgment */
 	if (opmode == ME_HFS_MODE_DEBUG) {
 		printk(BIOS_NOTICE,
 			"ME: ME is reporting as disabled, "
diff --git a/src/southbridge/intel/bd82x6x/early_me_mrc.c b/src/southbridge/intel/bd82x6x/early_me_mrc.c
index a6562c7..cb9fe72 100644
--- a/src/southbridge/intel/bd82x6x/early_me_mrc.c
+++ b/src/southbridge/intel/bd82x6x/early_me_mrc.c
@@ -148,7 +148,7 @@
 
 	pci_write_dword_ptr(&did, PCI_ME_H_GS);
 
-	/* Must wait for ME acknowledgement */
+	/* Must wait for ME acknowledgment */
 	for (count = ME_RETRY; count > 0; --count) {
 		pci_read_dword_ptr(&hfs, PCI_ME_HFS);
 		if (hfs.bios_msg_ack)
@@ -164,7 +164,7 @@
 	printk(BIOS_NOTICE, "ME: Requested BIOS Action: %s\n",
 	       me_ack_values[hfs.ack_data]);
 
-	/* Check status after acknowledgement */
+	/* Check status after acknowledgment */
 	intel_early_me_status();
 
 	reset = 0;
diff --git a/src/southbridge/intel/fsp_bd82x6x/early_me.c b/src/southbridge/intel/fsp_bd82x6x/early_me.c
index 8faab62..f82e12d 100644
--- a/src/southbridge/intel/fsp_bd82x6x/early_me.c
+++ b/src/southbridge/intel/fsp_bd82x6x/early_me.c
@@ -141,7 +141,7 @@
 
 	pci_write_dword_ptr(&did, PCI_ME_H_GS);
 
-	/* Must wait for ME acknowledgement */
+	/* Must wait for ME acknowledgment */
 	for (count = ME_RETRY; count > 0; --count) {
 		pci_read_dword_ptr(&hfs, PCI_ME_HFS);
 		if (hfs.bios_msg_ack)
@@ -157,7 +157,7 @@
 	printk(BIOS_NOTICE, "ME: Requested BIOS Action: %s\n",
 	       me_ack_values[hfs.ack_data]);
 
-	/* Check status after acknowledgement */
+	/* Check status after acknowledgment */
 	intel_early_me_status();
 
 	reset = 0;
diff --git a/src/southbridge/intel/fsp_i89xx/early_me.c b/src/southbridge/intel/fsp_i89xx/early_me.c
index 8faab62..f82e12d 100644
--- a/src/southbridge/intel/fsp_i89xx/early_me.c
+++ b/src/southbridge/intel/fsp_i89xx/early_me.c
@@ -141,7 +141,7 @@
 
 	pci_write_dword_ptr(&did, PCI_ME_H_GS);
 
-	/* Must wait for ME acknowledgement */
+	/* Must wait for ME acknowledgment */
 	for (count = ME_RETRY; count > 0; --count) {
 		pci_read_dword_ptr(&hfs, PCI_ME_HFS);
 		if (hfs.bios_msg_ack)
@@ -157,7 +157,7 @@
 	printk(BIOS_NOTICE, "ME: Requested BIOS Action: %s\n",
 	       me_ack_values[hfs.ack_data]);
 
-	/* Check status after acknowledgement */
+	/* Check status after acknowledgment */
 	intel_early_me_status();
 
 	reset = 0;
diff --git a/src/southbridge/intel/lynxpoint/early_me.c b/src/southbridge/intel/lynxpoint/early_me.c
index 674534f..6edc812 100644
--- a/src/southbridge/intel/lynxpoint/early_me.c
+++ b/src/southbridge/intel/lynxpoint/early_me.c
@@ -146,7 +146,7 @@
 	if (status == ME_INIT_STATUS_NOMEM || status == ME_INIT_STATUS_ERROR)
 		return 0;
 
-	/* Must wait for ME acknowledgement */
+	/* Must wait for ME acknowledgment */
 	for (count = ME_RETRY; count > 0; --count) {
 		pci_read_dword_ptr(&hfs, PCI_ME_HFS);
 		if (hfs.bios_msg_ack)
@@ -162,7 +162,7 @@
 	printk(BIOS_NOTICE, "ME: Requested BIOS Action: %s\n",
 	       me_ack_values[hfs.ack_data]);
 
-	/* Check status after acknowledgement */
+	/* Check status after acknowledgment */
 	intel_early_me_status();
 
 	reset = 0;

-- 
To view, visit https://review.coreboot.org/27909
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba3f31bfae6cc84ec6a2dad1aff23a117458c89c
Gerrit-Change-Number: 27909
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180807/3a7fb11a/attachment.html>


More information about the coreboot-gerrit mailing list