coreboot-kgpe-d16/src/superio
Elyes HAOUAS 48a6c018bc src: Remove redundant use of ACPI offset(0)
IASL version 20180927 and greater, detects Unnecessary/redundant uses of
the Offset() operator within a Field Unit list.
It then sends a remark "^ Unnecessary/redundant use of Offset"

example:
    OperationRegion (OPR1, SystemMemory, 0x100, 0x100)
    Field (OPR1)
    {
        Offset (0),     // Never needed
        FLD1, 32,
        Offset (4),     // Redundant, offset is already 4 (bytes)
        FLD2, 8,
        Offset (64),    // OK use of Offset.
        FLD3, 16,
    }

We will have those remarks:
dsdt.asl     14:         Offset (0),
Remark   2158 -                 ^ Unnecessary/redundant use of Offset operator

dsdt.asl     16:         Offset (4),
Remark   2158 -                 ^ Unnecessary/redundant use of Offset operator

Change-Id: I260a79ef77025b4befbccc21f5999f89d90c1154
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43283
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-12-03 00:05:52 +00:00
..
acpi
aspeed src/superio: Remove unused <device/pnp_def.h> 2020-09-14 19:36:27 +00:00
common src: Remove redundant <device/pnp_def.h> 2020-09-17 13:21:48 +00:00
fintek src: Remove redundant use of ACPI offset(0) 2020-12-03 00:05:52 +00:00
ite superio/ite/it8772f/acpi: Convert superio.asl to ASL 2.0 syntax 2020-10-12 14:40:25 +00:00
nsc src: Remove redundant <device/pnp_def.h> 2020-09-17 13:21:48 +00:00
nuvoton superio/nuvoton: Factor out equivalent Kconfig option 2020-10-19 07:06:20 +00:00
renesas
serverengines src: Remove redundant <device/pnp_def.h> 2020-09-17 13:21:48 +00:00
smsc superio/smsc/sio1036: Support 16-bit IO port addressing 2020-11-18 13:12:11 +00:00
winbond superio: Add newline to log message about disabled mouse controller 2020-10-17 13:54:29 +00:00
Makefile.inc superio/*/Makefiles: Remove non-existing directory inclusion 2020-08-13 17:43:32 +00:00