diff mbox

[Linaro-uefi,v2,1/8] Platforms/AMD/Styx/AcpiTables: fix incorrect IRQ for AHC1

Message ID 1481017548-16050-2-git-send-email-ard.biesheuvel@linaro.org
State Accepted
Commit ae27f295eed990b07a847c51020d695f8a18a9cc
Headers show

Commit Message

Ard Biesheuvel Dec. 6, 2016, 9:45 a.m. UTC
Use the correct interrupt line for the secondary SATA controller
in the DSDT table.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 Platforms/AMD/Styx/AcpiTables/Dsdt.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Leif Lindholm Dec. 6, 2016, 10:16 a.m. UTC | #1
On Tue, Dec 06, 2016 at 09:45:41AM +0000, Ard Biesheuvel wrote:
> Use the correct interrupt line for the secondary SATA controller
> in the DSDT table.
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

(Feel free to push this on its own if you like.)

> ---
>  Platforms/AMD/Styx/AcpiTables/Dsdt.asl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Platforms/AMD/Styx/AcpiTables/Dsdt.asl b/Platforms/AMD/Styx/AcpiTables/Dsdt.asl
> index 4e80e4e59547..7edec3d1ec28 100644
> --- a/Platforms/AMD/Styx/AcpiTables/Dsdt.asl
> +++ b/Platforms/AMD/Styx/AcpiTables/Dsdt.asl
> @@ -130,7 +130,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 2, "AMDINC", "SEATTLE ", 3)
>                      0xE000007C,         // Address Base (SGPIO)
>                      0x00000001,         // Address Length
>                      )
> -                Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000189, }
> +                Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000182, }
>              })
>          }
>  
> -- 
> 2.7.4
>
Ard Biesheuvel Dec. 6, 2016, 10:28 a.m. UTC | #2
On 6 December 2016 at 10:16, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Tue, Dec 06, 2016 at 09:45:41AM +0000, Ard Biesheuvel wrote:
>> Use the correct interrupt line for the secondary SATA controller
>> in the DSDT table.
>>
>> Contributed-under: TianoCore Contribution Agreement 1.0
>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>
> (Feel free to push this on its own if you like.)
>

Pushed.

>> ---
>>  Platforms/AMD/Styx/AcpiTables/Dsdt.asl | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Platforms/AMD/Styx/AcpiTables/Dsdt.asl b/Platforms/AMD/Styx/AcpiTables/Dsdt.asl
>> index 4e80e4e59547..7edec3d1ec28 100644
>> --- a/Platforms/AMD/Styx/AcpiTables/Dsdt.asl
>> +++ b/Platforms/AMD/Styx/AcpiTables/Dsdt.asl
>> @@ -130,7 +130,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 2, "AMDINC", "SEATTLE ", 3)
>>                      0xE000007C,         // Address Base (SGPIO)
>>                      0x00000001,         // Address Length
>>                      )
>> -                Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000189, }
>> +                Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000182, }
>>              })
>>          }
>>
>> --
>> 2.7.4
>>
diff mbox

Patch

diff --git a/Platforms/AMD/Styx/AcpiTables/Dsdt.asl b/Platforms/AMD/Styx/AcpiTables/Dsdt.asl
index 4e80e4e59547..7edec3d1ec28 100644
--- a/Platforms/AMD/Styx/AcpiTables/Dsdt.asl
+++ b/Platforms/AMD/Styx/AcpiTables/Dsdt.asl
@@ -130,7 +130,7 @@  DefinitionBlock ("DSDT.aml", "DSDT", 2, "AMDINC", "SEATTLE ", 3)
                     0xE000007C,         // Address Base (SGPIO)
                     0x00000001,         // Address Length
                     )
-                Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000189, }
+                Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x00000182, }
             })
         }