coreboot-kgpe-d16/src/mainboard/lenovo
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
..
g505s lenovo/g505s: remove the unused and not present devices 2020-11-30 08:08:22 +00:00
l520 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
s230u src: Remove redundant use of ACPI offset(0) 2020-12-03 00:05:52 +00:00
t60 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
t400 cbfs: Enable CBFS mcache on most chipsets 2020-12-02 22:12:10 +00:00
t410 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
t420 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
t420s mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
t430 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
t430s cbfs: Simplify load/map API names, remove type arguments 2020-12-02 22:13:17 +00:00
t440p mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
t520 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
t530 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
thinkcentre_a58 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
x1_carbon_gen1 cbfs: Simplify load/map API names, remove type arguments 2020-12-02 22:13:17 +00:00
x60 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
x131e mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
x200 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
x201 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
x220 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
x230 mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
Kconfig mb/*/Kconfig: Factor out MAINBOARD_VENDOR 2020-03-03 10:15:22 +00:00
Kconfig.name