New patch to review for coreboot: 045fa45 via: Write »access« without »m« at end

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Fri Dec 27 15:37:55 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4577

-gerrit

commit 045fa4586515f2fe0c58460d219a3ecb5af21bdd
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Dec 27 15:21:58 2013 +0100

    via: Write »access« without »m« at end
    
    The comment was copied around so fix all occurrences using the following
    command.
    
    	$ git grep -l accessm | xargs sed -i 's/accessm/access/g'
    
    Change-Id: I46e117c126c0f851cd5e95cf9e42a77ca5f80996
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/via/epia-m700/romstage.c        | 2 +-
 src/northbridge/via/vx800/examples/romstage.c | 2 +-
 src/southbridge/via/vt8237r/early_smbus.c     | 4 ++--
 src/southbridge/via/vt8237r/lpc.c             | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mainboard/via/epia-m700/romstage.c b/src/mainboard/via/epia-m700/romstage.c
index 1936052..fda1bb0 100644
--- a/src/mainboard/via/epia-m700/romstage.c
+++ b/src/mainboard/via/epia-m700/romstage.c
@@ -67,7 +67,7 @@ static int acpi_is_wakeup_early_via_vx800(void)
 	/* Set ACPI base address to I/O VX800_ACPI_IO_BASE. */
 	pci_write_config16(dev, 0x88, VX800_ACPI_IO_BASE | 0x1);
 
-	/* Enable ACPI accessm RTC signal gated with PSON. */
+	/* Enable ACPI access RTC signal gated with PSON. */
 	pci_write_config8(dev, 0x81, 0x84);
 
 	tmp = inw(VX800_ACPI_IO_BASE + 0x04);
diff --git a/src/northbridge/via/vx800/examples/romstage.c b/src/northbridge/via/vx800/examples/romstage.c
index b629137..2ab3e64 100644
--- a/src/northbridge/via/vx800/examples/romstage.c
+++ b/src/northbridge/via/vx800/examples/romstage.c
@@ -54,7 +54,7 @@ static int acpi_is_wakeup_early_via_vx800(void)
 	/* Set ACPI base address to I/O VX800_ACPI_IO_BASE. */
 	pci_write_config16(dev, 0x88, VX800_ACPI_IO_BASE | 0x1);
 
-	/* Enable ACPI accessm RTC signal gated with PSON. */
+	/* Enable ACPI access RTC signal gated with PSON. */
 	pci_write_config8(dev, 0x81, 0x84);
 
 	tmp = inw(VX800_ACPI_IO_BASE + 0x04);
diff --git a/src/southbridge/via/vt8237r/early_smbus.c b/src/southbridge/via/vt8237r/early_smbus.c
index b087a47..b41e1ad 100644
--- a/src/southbridge/via/vt8237r/early_smbus.c
+++ b/src/southbridge/via/vt8237r/early_smbus.c
@@ -274,7 +274,7 @@ void vt8237_sb_enable_fid_vid(void)
 	/* Set ACPI base address to I/O VT8237R_ACPI_IO_BASE. */
 	pci_write_config16(dev, 0x88, VT8237R_ACPI_IO_BASE | 0x1);
 
-	/* Enable ACPI accessm RTC signal gated with PSON. */
+	/* Enable ACPI access RTC signal gated with PSON. */
 	pci_write_config8(dev, 0x81, 0x84);
 
 	/* chipset-specific parts */
@@ -342,7 +342,7 @@ static int acpi_is_wakeup_early(void) {
 	/* Set ACPI base address to I/O VT8237R_ACPI_IO_BASE. */
 	pci_write_config16(dev, 0x88, VT8237R_ACPI_IO_BASE | 0x1);
 
-	/* Enable ACPI accessm RTC signal gated with PSON. */
+	/* Enable ACPI access RTC signal gated with PSON. */
 	pci_write_config8(dev, 0x81, 0x84);
 
 	tmp = inw(VT8237R_ACPI_IO_BASE + 0x04);
diff --git a/src/southbridge/via/vt8237r/lpc.c b/src/southbridge/via/vt8237r/lpc.c
index d8251a0..4949de6 100644
--- a/src/southbridge/via/vt8237r/lpc.c
+++ b/src/southbridge/via/vt8237r/lpc.c
@@ -215,7 +215,7 @@ static void setup_pm(device_t dev)
 	/* Disable GP3 timer. */
 	pci_write_config8(dev, 0x98, 0);
 
-	/* Enable ACPI accessm RTC signal gated with PSON. */
+	/* Enable ACPI access RTC signal gated with PSON. */
 	pci_write_config8(dev, 0x81, 0x84);
 
 	/* Clear status events. */



More information about the coreboot-gerrit mailing list