[coreboot-gerrit] New patch to review for coreboot: 8fcdda6 AMD boards: Fix typos

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Thu Jun 26 10:10:51 CEST 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6117

-gerrit

commit 8fcdda6cf0c198ece0ee908d91d8736d76b3e552
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Thu Jun 26 05:30:54 2014 +0300

    AMD boards: Fix typos
    
    Change-Id: I5df80e6445f390060372be8760c9b5e960e4a6e5
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/northbridge/amd/agesa/family10/northbridge.c   | 2 +-
 src/northbridge/amd/agesa/family12/northbridge.c   | 2 +-
 src/northbridge/amd/agesa/family14/northbridge.c   | 2 +-
 src/northbridge/amd/agesa/family15/northbridge.c   | 2 +-
 src/northbridge/amd/agesa/family15tn/northbridge.c | 2 +-
 src/northbridge/amd/agesa/family16kb/northbridge.c | 2 +-
 src/northbridge/amd/amdfam10/northbridge.c         | 2 +-
 src/northbridge/amd/amdk8/northbridge.c            | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/northbridge/amd/agesa/family10/northbridge.c b/src/northbridge/amd/agesa/family10/northbridge.c
index 60f3951..886d112 100644
--- a/src/northbridge/amd/agesa/family10/northbridge.c
+++ b/src/northbridge/amd/agesa/family10/northbridge.c
@@ -1028,7 +1028,7 @@ static void amdfam10_domain_set_resources(device_t dev)
 
 		//printk(BIOS_DEBUG, "node %d : mmio_basek=%08lx, basek=%08llx, limitk=%08llx\n", i, mmio_basek, basek, limitk);
 
-		/* split the region to accomodate pci memory space */
+		/* split the region to accommodate pci memory space */
 		if ((basek < 4*1024*1024 ) && (limitk > mmio_basek)) {
 			if (basek <= mmio_basek) {
 				unsigned pre_sizek;
diff --git a/src/northbridge/amd/agesa/family12/northbridge.c b/src/northbridge/amd/agesa/family12/northbridge.c
index 9757d96..5701ed0 100644
--- a/src/northbridge/amd/agesa/family12/northbridge.c
+++ b/src/northbridge/amd/agesa/family12/northbridge.c
@@ -714,7 +714,7 @@ printk(BIOS_DEBUG, "adsr - 0xa0000 to 0xbffff resource.\n");
 			"adsr: mmio_basek=%08lx, basek=%08llx, limitk=%08llx\n",
 			 mmio_basek, basek, limitk);
 
-        /* split the region to accomodate pci memory space */
+        /* split the region to accommodate pci memory space */
         if ( (basek < 4*1024*1024 ) && (limitk > mmio_basek) ) {
             if (basek <= mmio_basek) {
                 unsigned pre_sizek;
diff --git a/src/northbridge/amd/agesa/family14/northbridge.c b/src/northbridge/amd/agesa/family14/northbridge.c
index 7b6b401..75ea76d 100644
--- a/src/northbridge/amd/agesa/family14/northbridge.c
+++ b/src/northbridge/amd/agesa/family14/northbridge.c
@@ -708,7 +708,7 @@ static void domain_set_resources(device_t dev)
 			"adsr: mmio_basek=%08lx, basek=%08llx, limitk=%08llx\n",
 			 mmio_basek, basek, limitk);
 
-		/* split the region to accomodate pci memory space */
+		/* split the region to accommodate pci memory space */
 		if ((basek < 4 * 1024 * 1024) && (limitk > mmio_basek)) {
 			if (basek <= mmio_basek) {
 				unsigned pre_sizek;
diff --git a/src/northbridge/amd/agesa/family15/northbridge.c b/src/northbridge/amd/agesa/family15/northbridge.c
index aa9ec56..05acf96 100644
--- a/src/northbridge/amd/agesa/family15/northbridge.c
+++ b/src/northbridge/amd/agesa/family15/northbridge.c
@@ -799,7 +799,7 @@ static void domain_set_resources(device_t dev)
 
 		//printk(BIOS_DEBUG, "node %d : mmio_basek=%08lx, basek=%08llx, limitk=%08llx\n", i, mmio_basek, basek, limitk);
 
-		/* split the region to accomodate pci memory space */
+		/* split the region to accommodate pci memory space */
 		if ((basek < 4*1024*1024 ) && (limitk > mmio_basek)) {
 			if (basek <= mmio_basek) {
 				unsigned pre_sizek;
diff --git a/src/northbridge/amd/agesa/family15tn/northbridge.c b/src/northbridge/amd/agesa/family15tn/northbridge.c
index 8c931ad..51df5ee 100644
--- a/src/northbridge/amd/agesa/family15tn/northbridge.c
+++ b/src/northbridge/amd/agesa/family15tn/northbridge.c
@@ -773,7 +773,7 @@ static void domain_set_resources(device_t dev)
 
 		//printk(BIOS_DEBUG, "node %d : mmio_basek=%08lx, basek=%08llx, limitk=%08llx\n", i, mmio_basek, basek, limitk);
 
-		/* split the region to accomodate pci memory space */
+		/* split the region to accommodate pci memory space */
 		if ((basek < 4*1024*1024 ) && (limitk > mmio_basek)) {
 			if (basek <= mmio_basek) {
 				unsigned pre_sizek;
diff --git a/src/northbridge/amd/agesa/family16kb/northbridge.c b/src/northbridge/amd/agesa/family16kb/northbridge.c
index f557468..f421413 100644
--- a/src/northbridge/amd/agesa/family16kb/northbridge.c
+++ b/src/northbridge/amd/agesa/family16kb/northbridge.c
@@ -779,7 +779,7 @@ static void domain_set_resources(device_t dev)
 
 		//printk(BIOS_DEBUG, "node %d : mmio_basek=%08lx, basek=%08llx, limitk=%08llx\n", i, mmio_basek, basek, limitk);
 
-		/* split the region to accomodate pci memory space */
+		/* split the region to accommodate pci memory space */
 		if ((basek < 4*1024*1024 ) && (limitk > mmio_basek)) {
 			if (basek <= mmio_basek) {
 				unsigned pre_sizek;
diff --git a/src/northbridge/amd/amdfam10/northbridge.c b/src/northbridge/amd/amdfam10/northbridge.c
index 26e040f..223cd9f 100644
--- a/src/northbridge/amd/amdfam10/northbridge.c
+++ b/src/northbridge/amd/amdfam10/northbridge.c
@@ -1029,7 +1029,7 @@ static void amdfam10_domain_set_resources(device_t dev)
 
 //		printk(BIOS_DEBUG, "node %d : mmio_basek=%08x, basek=%08x, limitk=%08x\n", i, mmio_basek, basek, limitk);
 
-		/* split the region to accomodate pci memory space */
+		/* split the region to accommodate pci memory space */
 		if ( (basek < 4*1024*1024 ) && (limitk > mmio_basek) ) {
 			if (basek <= mmio_basek) {
 				unsigned pre_sizek;
diff --git a/src/northbridge/amd/amdk8/northbridge.c b/src/northbridge/amd/amdk8/northbridge.c
index b0acdf7..ee5dfd2 100644
--- a/src/northbridge/amd/amdk8/northbridge.c
+++ b/src/northbridge/amd/amdk8/northbridge.c
@@ -1034,7 +1034,7 @@ static void amdk8_domain_set_resources(device_t dev)
 //		printk(BIOS_DEBUG, "node %d : mmio_basek=%08x, basek=%08x, limitk=%08x\n", i, mmio_basek, basek, limitk); //yhlu
 #endif
 
-		/* See if I need to split the region to accomodate pci memory space */
+		/* See if I need to split the region to accommodate pci memory space */
 		if ( (basek < 4*1024*1024 ) && (limitk > mmio_basek) ) {
 			if (basek <= mmio_basek) {
 				unsigned pre_sizek;



More information about the coreboot-gerrit mailing list