From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id 472741A1E4D for ; Thu, 25 Aug 2016 10:09:17 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4404728; Thu, 25 Aug 2016 10:10:57 -0700 (PDT) Received: from e107155-lin.cambridge.arm.com (unknown [10.1.210.28]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B94693F252; Thu, 25 Aug 2016 10:09:15 -0700 (PDT) From: Sudeep Holla To: edk2-devel@lists.01.org, Linaro UEFI , Evan Lloyd , Leif Lindholm Cc: Sudeep Holla , Ard Biesheuvel Date: Thu, 25 Aug 2016 18:09:07 +0100 Message-Id: <1472144947-17736-1-git-send-email-sudeep.holla@arm.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH] Platforms/ARM/Juno: limit ACPI support to v5.0 and higher X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 17:09:17 -0000 The ACPI spec predates the AARCH64 architecture by 5 versions, so there is no point in supporting anything below v5.0. So set the PCD that controls the ACPI table generation to the appropriate value. Based on the commit e0692789058e ("ArmVirtPkg/ArmVirtQemu: limit ACPI support to v5.0 and higher") in the upstream TianoCore by Ard Biesheuvel Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Evan Lloyd Signed-off-by: Sudeep Holla --- Platforms/ARM/Juno/ArmJuno.dsc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Platforms/ARM/Juno/ArmJuno.dsc b/Platforms/ARM/Juno/ArmJuno.dsc index c51d8f2e21ab..3029999bc66f 100644 --- a/Platforms/ARM/Juno/ArmJuno.dsc +++ b/Platforms/ARM/Juno/ArmJuno.dsc @@ -183,6 +183,10 @@ # gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0 + # + # ACPI Table Version + # + gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20 [PcdsPatchableInModule] # Console Resolution (Full HD) -- 2.7.4