summaryrefslogtreecommitdiffstats
path: root/src/superio/acpi
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-09-23 13:15:41 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-07 19:18:36 +0000
commit495bb6654165ee2ad3de17c871e3ec2492379d4f (patch)
treee7f55fca0094f6a65de0a07a6645df5bc10b5da4 /src/superio/acpi
parentf7ed3d4df8a552ddc9a5bf0b60fd2c3cd648859c (diff)
downloadcoreboot-495bb6654165ee2ad3de17c871e3ec2492379d4f.tar.gz
coreboot-495bb6654165ee2ad3de17c871e3ec2492379d4f.tar.bz2
coreboot-495bb6654165ee2ad3de17c871e3ec2492379d4f.zip
src: Capitalize Super I/O
Change-Id: I9ad9294dd2ae3e4a8a9069ac6464ad753af65ea5 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35541 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/acpi')
-rw-r--r--src/superio/acpi/pnp_generic.asl4
-rw-r--r--src/superio/acpi/pnp_kbc.asl4
-rw-r--r--src/superio/acpi/pnp_uart.asl4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/superio/acpi/pnp_generic.asl b/src/superio/acpi/pnp_generic.asl
index 980404efddfb..dbae2ac90260 100644
--- a/src/superio/acpi/pnp_generic.asl
+++ b/src/superio/acpi/pnp_generic.asl
@@ -20,9 +20,9 @@
*
* Controlled by the following preprocessor defines:
*
- * SUPERIO_CHIP_NAME The name of the super i/o chip (unique, required)
+ * SUPERIO_CHIP_NAME The name of the Super I/O chip (unique, required)
* SUPERIO_PNP_HID The EisaId string that identifies this device (optional)
- * SUPERIO_PNP_LDN The logical device number on the super i/o
+ * SUPERIO_PNP_LDN The logical device number on the Super I/O
* chip for this device (required)
* SUPERIO_PNP_DDN A string literal that identifies the dos device
* name (DDN) of this device (e.g. "COM1", optional)
diff --git a/src/superio/acpi/pnp_kbc.asl b/src/superio/acpi/pnp_kbc.asl
index cbcfd5591042..541dce3c890c 100644
--- a/src/superio/acpi/pnp_kbc.asl
+++ b/src/superio/acpi/pnp_kbc.asl
@@ -22,8 +22,8 @@
*
* Controlled by the following preprocessor defines:
*
- * SUPERIO_CHIP_NAME The name of the super i/o chip (unique, required)
- * SUPERIO_KBC_LDN The logical device number on the super i/o
+ * SUPERIO_CHIP_NAME The name of the Super I/O chip (unique, required)
+ * SUPERIO_KBC_LDN The logical device number on the Super I/O
* chip for this keyboard controller (required)
* SUPERIO_KBC_PS2M If defined, PS/2 mouse support is included in
* the KBC_LDN. Mouse irq is set at IRQ1 of the
diff --git a/src/superio/acpi/pnp_uart.asl b/src/superio/acpi/pnp_uart.asl
index f42cc42039b6..3cbe65aa05e8 100644
--- a/src/superio/acpi/pnp_uart.asl
+++ b/src/superio/acpi/pnp_uart.asl
@@ -21,8 +21,8 @@
*
* Controlled by the following preprocessor defines:
*
- * SUPERIO_CHIP_NAME The name of the super i/o chip (unique, required)
- * SUPERIO_UART_LDN The logical device number on the super i/o
+ * SUPERIO_CHIP_NAME The name of the Super I/O chip (unique, required)
+ * SUPERIO_UART_LDN The logical device number on the Super I/O
* chip for this UART (required)
* SUPERIO_UART_DDN A string literal that identifies the dos device
* name (DDN) of this uart (e.g. "COM1", optional)