From patchwork Tue Dec 6 09:45:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 86724 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1927318qgi; Tue, 6 Dec 2016 01:46:17 -0800 (PST) X-Received: by 10.55.19.144 with SMTP id 16mr53634845qkt.22.1481017577114; Tue, 06 Dec 2016 01:46:17 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id o19si11266106qtf.198.2016.12.06.01.46.16; Tue, 06 Dec 2016 01:46:17 -0800 (PST) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 3A33F60C20; Tue, 6 Dec 2016 09:46:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 0248960A2F; Tue, 6 Dec 2016 09:46:14 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id EE13A60A2F; Tue, 6 Dec 2016 09:46:08 +0000 (UTC) Received: from mail-wj0-f177.google.com (mail-wj0-f177.google.com [209.85.210.177]) by lists.linaro.org (Postfix) with ESMTPS id 37DC160A2F for ; Tue, 6 Dec 2016 09:45:57 +0000 (UTC) Received: by mail-wj0-f177.google.com with SMTP id v7so313200828wjy.2 for ; Tue, 06 Dec 2016 01:45:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=G0jau6Ye1L9TSx9QWUzZWNlG0NScF9PGRc4MuSwMWQY=; b=j/erHP3BX9AyZIeYZLexcTG/l/7NHBMPz02wlO55RMtI/lpREAeSDxy5qpUaYEWhDx ugPgw0Rjd3GJVWH8fenMJvrfO7BGgi1rlT20fSyto2ArXuZ8TTf3FnwhT9kdDJXTYFQD v+HH79WtxhiZDmSA64tE0t/RLaKfIRLG/GF/pWWZ+4F/xwU2txYUd2JKxUTmm55iz0lR qYjQN54+9JKPNoYhXCRwVUXIsh49pA3q1Z3chee/z8au4Xnh+xahNcnGB5mngIDzM7fe Pu0udjbz+NKb3gEviqGzJsM8TMLlleQr4MYUMRbZGMIJPXajrGa8/6Hvk5ou+9t+O0gd Azgg== X-Gm-Message-State: AKaTC03/+SoeBeJ9+dBDB9E+lB/y/7c/88vBhWyM/OnLa3E6zWkPDfv4SKdm8ipkDly2tYbTVaA= X-Received: by 10.194.57.180 with SMTP id j20mr53531453wjq.165.1481017556272; Tue, 06 Dec 2016 01:45:56 -0800 (PST) Received: from localhost.localdomain ([105.144.52.243]) by smtp.gmail.com with ESMTPSA id kq7sm24786708wjb.30.2016.12.06.01.45.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 06 Dec 2016 01:45:55 -0800 (PST) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Tue, 6 Dec 2016 09:45:41 +0000 Message-Id: <1481017548-16050-2-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1481017548-16050-1-git-send-email-ard.biesheuvel@linaro.org> References: <1481017548-16050-1-git-send-email-ard.biesheuvel@linaro.org> Cc: alan@softiron.co.uk Subject: [Linaro-uefi] [PATCH v2 1/8] Platforms/AMD/Styx/AcpiTables: fix incorrect IRQ for AHC1 X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" 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 Reviewed-by: Leif Lindholm --- 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, } }) }