Message ID | 1481017548-16050-2-git-send-email-ard.biesheuvel@linaro.org |
---|---|
State | Accepted |
Commit | ae27f295eed990b07a847c51020d695f8a18a9cc |
Headers | show |
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 >
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 --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, } }) }
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(-)