For the failure,
 klog: HIGH Kernel message: [    7.859557] ACPI Warning: SystemIO range 
0x0000000000000b00-0x0000000000000b07 conflicts with OpRegion 
0x0000000000000b00-0x0000000000000b0f (\_SB_.PCI0.SMB_.SMB0) 
(20141107/utaddress-258)

is from the buggy bios, that acpi implemented the conflict IO 0x0B00,  betwteen
    Scope (_SB.PCI0.SMB)
    {
        Mutex (SBX0, 0x00)
        OperationRegion (SMB0, SystemIO, 0x0B00, 0x10)
        Field (SMB0, ByteAcc, NoLock, Preserve)
        {
            HST0,   8, 
            SLV0,   8, 
            CNT0,   8, 
            CMD0,   8, 
            ADD0,   8, 
            DT00,   8, 
            DT10,   8, 
            BLK0,   8
        }
        ...

and

                Device (SYSR)
                {
                    Name (_HID, EisaId ("PNP0C02"))  // _HID: Hardware ID
                    Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource 
Settings
                    {
                        ....
                        IO (Decode16,
                            0x0B00,             // Range Minimum
                            0x0B00,             // Range Maximum
                            0x01,               // Alignment
                            0x20,               // Length
                            )
                        IO (Decode16,
                        ....
                }


** Changed in: hwe-next
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1433992

Title:
  [Lenovo E450] 'Run Firmware Test Suite (fwts) desktop-specific
  diagnosis tests.' always fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1433992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to