soc/intel/skylake: Add irq 11 to the LNK* _PRS
The _PRS for the LNK* items don't contain irq 11. So this is not supposed to be used. Add irq 11 to the list as there is no reason not to allow this. BUG=N/A TEST=tested on facebook monolith Change-Id: I634d0ea8506a5e93359c652f74131231f5c13b02 Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37690 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
542919f370
commit
f4b9ec6784
|
@ -51,7 +51,7 @@ Device (LNKA)
|
|||
Name (_PRS, ResourceTemplate ()
|
||||
{
|
||||
IRQ (Level, ActiveLow, Shared)
|
||||
{ 3, 4, 5, 6, 10, 12, 14, 15 }
|
||||
{ 3, 4, 5, 6, 10, 11, 12, 14, 15 }
|
||||
})
|
||||
|
||||
Method (_CRS, 0, Serialized)
|
||||
|
@ -100,7 +100,7 @@ Device (LNKB)
|
|||
Name (_PRS, ResourceTemplate ()
|
||||
{
|
||||
IRQ (Level, ActiveLow, Shared)
|
||||
{ 3, 4, 5, 6, 10, 12, 14, 15 }
|
||||
{ 3, 4, 5, 6, 10, 11, 12, 14, 15 }
|
||||
})
|
||||
|
||||
Method (_CRS, 0, Serialized)
|
||||
|
@ -149,7 +149,7 @@ Device (LNKC)
|
|||
Name (_PRS, ResourceTemplate ()
|
||||
{
|
||||
IRQ (Level, ActiveLow, Shared)
|
||||
{ 3, 4, 5, 6, 10, 12, 14, 15 }
|
||||
{ 3, 4, 5, 6, 10, 11, 12, 14, 15 }
|
||||
})
|
||||
|
||||
Method (_CRS, 0, Serialized)
|
||||
|
@ -198,7 +198,7 @@ Device (LNKD)
|
|||
Name (_PRS, ResourceTemplate ()
|
||||
{
|
||||
IRQ (Level, ActiveLow, Shared)
|
||||
{ 3, 4, 5, 6, 10, 12, 14, 15 }
|
||||
{ 3, 4, 5, 6, 10, 11, 12, 14, 15 }
|
||||
})
|
||||
|
||||
Method (_CRS, 0, Serialized)
|
||||
|
@ -247,7 +247,7 @@ Device (LNKE)
|
|||
Name (_PRS, ResourceTemplate ()
|
||||
{
|
||||
IRQ (Level, ActiveLow, Shared)
|
||||
{ 3, 4, 5, 6, 10, 12, 14, 15 }
|
||||
{ 3, 4, 5, 6, 10, 11, 12, 14, 15 }
|
||||
})
|
||||
|
||||
Method (_CRS, 0, Serialized)
|
||||
|
@ -296,7 +296,7 @@ Device (LNKF)
|
|||
Name (_PRS, ResourceTemplate ()
|
||||
{
|
||||
IRQ (Level, ActiveLow, Shared)
|
||||
{ 3, 4, 5, 6, 10, 12, 14, 15 }
|
||||
{ 3, 4, 5, 6, 10, 11, 12, 14, 15 }
|
||||
})
|
||||
|
||||
Method (_CRS, 0, Serialized)
|
||||
|
@ -345,7 +345,7 @@ Device (LNKG)
|
|||
Name (_PRS, ResourceTemplate ()
|
||||
{
|
||||
IRQ (Level, ActiveLow, Shared)
|
||||
{ 3, 4, 5, 6, 10, 12, 14, 15 }
|
||||
{ 3, 4, 5, 6, 10, 11, 12, 14, 15 }
|
||||
})
|
||||
|
||||
Method (_CRS, 0, Serialized)
|
||||
|
@ -394,7 +394,7 @@ Device (LNKH)
|
|||
Name (_PRS, ResourceTemplate ()
|
||||
{
|
||||
IRQ (Level, ActiveLow, Shared)
|
||||
{ 3, 4, 5, 6, 10, 12, 14, 15 }
|
||||
{ 3, 4, 5, 6, 10, 11, 12, 14, 15 }
|
||||
})
|
||||
|
||||
Method (_CRS, 0, Serialized)
|
||||
|
|
Loading…
Reference in New Issue