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>
This commit is contained in:
Elyes HAOUAS 2019-09-23 13:15:41 +02:00 committed by Felix Held
parent f7ed3d4df8
commit 495bb66541
9 changed files with 12 additions and 12 deletions

View File

@ -70,7 +70,7 @@ facing towards the bottom of the board.
- The VGA port doesn't work until the OS reinitialises the display. - The VGA port doesn't work until the OS reinitialises the display.
- There is no automatic, OS-independent fan control. This is because - There is no automatic, OS-independent fan control. This is because
the super I/O hardware monitor can only obtain valid CPU temperature the Super I/O hardware monitor can only obtain valid CPU temperature
readings from the PECI agent, but the required driver doesn't exist readings from the PECI agent, but the required driver doesn't exist
in coreboot. The `coretemp` driver can still be used for accurate CPU in coreboot. The `coretemp` driver can still be used for accurate CPU
temperature readings from an OS. temperature readings from an OS.

View File

@ -49,7 +49,7 @@ region is not readable even by the host.
suspend. suspend.
- There is no automatic, OS-independent fan control. This is because - There is no automatic, OS-independent fan control. This is because
the super I/O hardware monitor can only obtain valid CPU temperature the Super I/O hardware monitor can only obtain valid CPU temperature
readings from the PECI agent, whose complete initialisation is not readings from the PECI agent, whose complete initialisation is not
publicly documented. The `coretemp` driver can still be used for publicly documented. The `coretemp` driver can still be used for
accurate CPU temperature readings. accurate CPU temperature readings.

View File

@ -46,7 +46,7 @@ region is not readable even by the host.
## Known issues ## Known issues
- There is no automatic, OS-independent fan control. This is because - There is no automatic, OS-independent fan control. This is because
the super I/O hardware monitor can only obtain valid CPU temperature the Super I/O hardware monitor can only obtain valid CPU temperature
readings from the PECI agent, whose complete initialisation is not readings from the PECI agent, whose complete initialisation is not
publicly documented. The `coretemp` driver can still be used for publicly documented. The `coretemp` driver can still be used for
accurate CPU temperature readings. accurate CPU temperature readings.

View File

@ -168,7 +168,7 @@ Please also see :doc:`../../northbridge/intel/haswell/known-issues`.
- VGA graphics - VGA graphics
- disabling VGA graphics using the jumper - disabling VGA graphics using the jumper
- hiding the AST2400 using the CMOS setting - hiding the AST2400 using the CMOS setting
- super I/O hardware monitor (see [Known issues](#known-issues)) - Super I/O hardware monitor (see [Known issues](#known-issues))
- initialisation with Haswell MRC version 1.6.1 build 2 - initialisation with Haswell MRC version 1.6.1 build 2
- flashrom under coreboot - flashrom under coreboot
- Wake-on-LAN - Wake-on-LAN

View File

@ -109,7 +109,7 @@ void pnp_read_resources(struct device *dev)
static void pnp_set_resource(struct device *dev, struct resource *resource) static void pnp_set_resource(struct device *dev, struct resource *resource)
{ {
if (!(resource->flags & IORESOURCE_ASSIGNED)) { if (!(resource->flags & IORESOURCE_ASSIGNED)) {
/* The PNP_MSC super IO registers have the IRQ flag set. If no /* The PNP_MSC Super IO registers have the IRQ flag set. If no
value is assigned in the devicetree, the corresponding value is assigned in the devicetree, the corresponding
PNP_MSC register doesn't get written, which should be printed PNP_MSC register doesn't get written, which should be printed
as warning and not as error. */ as warning and not as error. */

View File

@ -1 +1 @@
/* no super i/o */ /* no Super I/O */

View File

@ -20,9 +20,9 @@
* *
* Controlled by the following preprocessor defines: * 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_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) * chip for this device (required)
* SUPERIO_PNP_DDN A string literal that identifies the dos device * SUPERIO_PNP_DDN A string literal that identifies the dos device
* name (DDN) of this device (e.g. "COM1", optional) * name (DDN) of this device (e.g. "COM1", optional)

View File

@ -22,8 +22,8 @@
* *
* Controlled by the following preprocessor defines: * 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_KBC_LDN The logical device number on the super i/o * SUPERIO_KBC_LDN The logical device number on the Super I/O
* chip for this keyboard controller (required) * chip for this keyboard controller (required)
* SUPERIO_KBC_PS2M If defined, PS/2 mouse support is included in * SUPERIO_KBC_PS2M If defined, PS/2 mouse support is included in
* the KBC_LDN. Mouse irq is set at IRQ1 of the * the KBC_LDN. Mouse irq is set at IRQ1 of the

View File

@ -21,8 +21,8 @@
* *
* Controlled by the following preprocessor defines: * 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_UART_LDN The logical device number on the super i/o * SUPERIO_UART_LDN The logical device number on the Super I/O
* chip for this UART (required) * chip for this UART (required)
* SUPERIO_UART_DDN A string literal that identifies the dos device * SUPERIO_UART_DDN A string literal that identifies the dos device
* name (DDN) of this uart (e.g. "COM1", optional) * name (DDN) of this uart (e.g. "COM1", optional)