From patchwork Wed Jun 22 15:25:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Graeme Gregory X-Patchwork-Id: 70664 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp2605857qgy; Wed, 22 Jun 2016 08:25:27 -0700 (PDT) X-Received: by 10.55.150.135 with SMTP id y129mr28988653qkd.37.1466609127608; Wed, 22 Jun 2016 08:25:27 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id q72si325680qka.110.2016.06.22.08.25.27; Wed, 22 Jun 2016 08:25:27 -0700 (PDT) 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 3FEF461732; Wed, 22 Jun 2016 15:25:27 +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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED 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 E2D80616E8; Wed, 22 Jun 2016 15:25:25 +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 54D4D6172F; Wed, 22 Jun 2016 15:25:24 +0000 (UTC) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by lists.linaro.org (Postfix) with ESMTPS id 87552616E8 for ; Wed, 22 Jun 2016 15:25:23 +0000 (UTC) Received: by mail-wm0-f50.google.com with SMTP id f126so92446434wma.1 for ; Wed, 22 Jun 2016 08:25:23 -0700 (PDT) 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; bh=txFq/EuK9clH9w3Ldd/OEyV6l6w2DcRmct14To3VIK4=; b=Dur4U/Eh0fYDHYm1QNsBbXSlHTqvxGQeXS91BKs3BG/7JQYRKStWuW14SpWaXRz6+H APDDiIoTfvqdIILmQFI1TBYhf+cGVnv+mdOs8wR5NpK02HmWGyBDDtI6UZrjC5qR0MoF lOzqtzh76MccWTQaJ91dM9Z0G4gKH7SNk41WCXoUs+4iVPgFSYq7lnzaRoGmBTIrbVHU AQlhzl7bQ0pPGbMranJWbcn8g/4No8E4NIeMMM8XBW/0cAZPR4r72UOnjsE1XTz1w11u RTE6RMEqBFCPKexbvJqFWWZ/1oS85/ABvxFGOTLe4SR6eQeqhT8FhfKzntBMAWPyq60T TL+A== X-Gm-Message-State: ALyK8tJgz40h9X1y+Ttv/6L8h41dCQVoZy20TAiLOoBHy6ncyhDQnlId8ziiGpzbFtGKJtVXQVw= X-Received: by 10.28.93.142 with SMTP id r136mr9002444wmb.70.1466609122632; Wed, 22 Jun 2016 08:25:22 -0700 (PDT) Received: from xora-haswell.xora.org.uk (host-89-243-177-104.as13285.net. [89.243.177.104]) by smtp.gmail.com with ESMTPSA id bf5sm16542441wjc.12.2016.06.22.08.25.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Jun 2016 08:25:21 -0700 (PDT) From: Graeme Gregory To: linaro-uefi@lists.linaro.org Date: Wed, 22 Jun 2016 16:25:19 +0100 Message-Id: <1466609119-12424-1-git-send-email-graeme.gregory@linaro.org> X-Mailer: git-send-email 2.8.1 Subject: [Linaro-uefi] [PATCH] Platforms/ARM: Fix FVP FADT version 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" MADT will now compile with v6.1 fields so we need to bump the FADT to indicate v6.1 compatability otherwise kernel will fail to parse MADT correctly and issue the error "No valid GICC entries exist". Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Graeme Gregory --- Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/facp.asl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/facp.asl b/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/facp.asl index c288ae2..b52413f 100644 --- a/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/facp.asl +++ b/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/facp.asl @@ -35,7 +35,7 @@ [0004] Signature : "FACP" [0004] Table Length : 0000010C -[0001] Revision : 05 +[0001] Revision : 06 [0001] Checksum : 18 [0006] Oem ID : "LINARO" [0008] Oem Table ID : "RTSMVEV8" @@ -195,3 +195,4 @@ [0001] Encoded Access Width : 01 [Byte Access:8] [0008] Address : 0000000000000000 +[0008] Hypervisor ID : 0000000000000000