coreboot-kgpe-d16/src
Elyes HAOUAS 2796b242b2 nb/intel/i945: Remove redundant use of ACPI offset operator
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: Ie1f2a2ace335af7984209c9e286b9f85e5342a7e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/31671
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-03-04 13:57:45 +00:00
..
acpi
arch arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field 2019-03-04 13:16:29 +00:00
commonlib fmap: Add FMAP_AREA_PRESERVE 2019-03-04 13:25:01 +00:00
console console: Split loglevel for fast and slow 2019-02-27 11:10:00 +00:00
cpu arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field 2019-03-04 13:16:29 +00:00
device device/pci: Organize Makefile 2019-03-03 13:45:58 +00:00
drivers device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
ec ec/google/chromeec: fix the error status passing 2019-02-27 11:08:18 +00:00
include {src/include},{soc/intel): Configure HDA codecs 2019-03-04 13:22:24 +00:00
lib device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
mainboard Revert "mb/google/poppy/variants/atlas: Update DPTF parameters" 2019-03-04 13:23:07 +00:00
northbridge nb/intel/i945: Remove redundant use of ACPI offset operator 2019-03-04 13:57:45 +00:00
security console: Refactor printk() varargs prototypes 2019-02-27 11:09:31 +00:00
soc src/soc/intel/braswell/cpu.c: Set up local APIC 2019-03-04 13:22:48 +00:00
southbridge arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field 2019-03-04 13:16:29 +00:00
superio superio/ite/common: add option for enabling 5 FANs 2019-03-02 19:32:38 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/cml: Add FSP header files for Cometlake 2019-02-28 13:33:40 +00:00
Kconfig Kconfig: Add system type entries for common enclosures 2019-02-05 16:03:29 +00:00