From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 31BD921E1B766 for ; Thu, 21 Sep 2017 13:58:43 -0700 (PDT) Received: from E111747.Emea.Arm.com (e111747.emea.arm.com [10.1.32.12]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id v8LL1lQX018062; Thu, 21 Sep 2017 22:01:47 +0100 From: evan.lloyd@arm.com To: edk2-devel@lists.01.org Cc: "ard.biesheuvel@linaro.org"@arm.com, "leif.lindholm@linaro.org"@arm.com, "Matteo.Carlini@arm.com"@arm.com, "nd@arm.com"@arm.com, "Arvind.Chauhan@arm.com"@arm.com, "Daniil.Egranov@arm.com"@arm.com, "thomas.abraham@arm.com"@arm.com Date: Thu, 21 Sep 2017 22:01:40 +0100 Message-Id: <20170921210142.6932-1-evan.lloyd@arm.com> X-Mailer: git-send-email 2.14.1 Subject: [PATCH v2 0/2] Use PCD for Watchdog count X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 20:58:43 -0000 From: EvanLloyd Paired patches for edk2 and edk2-platforms that add and use a PCD indicating the number of SBSA Watchdog timers present. This makes things more configurable, and is consistent with other examples of platform characteristics. It may also help with debates over GTDT inclusion (or not) of secure timers. Code is available at: https://github.com/EvanLloyd/tianocore/tree/162_WDpcd_v2 https://github.com/EvanLloyd/edk2-platforms/tree/162_WDpcd_v2 Orignal submission was: https://lists.01.org/pipermail/edk2-devel/2017-September/014838.html Sami Mujawar (1): ArmPlatformPkg: Add PCD for SBSA Watchdog Count ArmPlatformPkg/ArmPlatformPkg.dec | 4 +++- ArmPlatformPkg/ArmJunoPkg/Include/ArmPlatform.h | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) Sami Mujawar (1): Platforms/ARM: SBSA Watchdog PCD and build option Platform/ARM/JunoPkg/ArmJuno.dsc | 7 ++++++- Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 7 ++++++- Platform/ARM/JunoPkg/AcpiTables/AcpiTables.inf | 4 +++- Platform/ARM/VExpressPkg/AcpiTables/AcpiTables.inf | 4 +++- Platform/ARM/JunoPkg/AcpiTables/Gtdt.aslc | 6 +++++- Platform/ARM/VExpressPkg/AcpiTables/Gtdt.aslc | 14 +++++++++++--- 6 files changed, 34 insertions(+), 8 deletions(-) -- Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")