coreboot-kgpe-d16/src/superio
Michael Niewöhner 5403a8e861 superio/common: fix regression in ssdt
ITR2 is specified twice here, which leads to the following error message
in Linux:
[    0.263591] ACPI BIOS Error (bug): Failure creating named object
[\_SB.PCI0.LPCB.SIO0.ITR2], AE_ALREADY_EXISTS (20190509/dsfield-633)

Add comments and fix duplicated field.
As there are no users of this code yet, just rename the fields.

Tested on Supermicro X11SSH-TF.

Change-Id: I4f3307d0992fcf5ad192f412c2bd15d02572a6b0
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35294
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-09-11 13:49:28 +00:00
..
acpi src: Don't use a #defines like Kconfig symbols 2019-01-28 13:41:28 +00:00
aspeed src/superio/aspeed/ast2400: Use new SuperIO acpigen 2019-09-06 17:38:42 +00:00
common superio/common: fix regression in ssdt 2019-09-11 13:49:28 +00:00
fintek superio/fintek: Add f81803A 2019-07-26 20:33:16 +00:00
intel device/pnp: Add header files for PNP ops 2019-03-04 15:58:55 +00:00
ite superio/ite: Add IT8786E-I 2019-05-15 17:45:41 +00:00
nsc src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
nuvoton src/superio/nuvoton: Add support for NCT5539D 2019-07-29 17:02:12 +00:00
renesas src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
serverengines device/pnp: Add header files for PNP ops 2019-03-04 15:58:55 +00:00
smsc superio/smsc/lpc47b397: fix regression in ops override 2019-09-06 17:43:04 +00:00
via coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
winbond src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
Makefile.inc superio: Add ASpeed AST2400 2019-05-24 07:22:23 +00:00