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 2422021D046CD for ; Mon, 18 Sep 2017 07:50:48 -0700 (PDT) Received: from E111747.Emea.Arm.com (e111747.emea.arm.com [10.1.29.201]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id v8IErnkv010855; Mon, 18 Sep 2017 15:53:49 +0100 From: evan.lloyd@arm.com To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Leif Lindholm , Matteo Carlini , nd@arm.com Date: Mon, 18 Sep 2017 15:53:42 +0100 Message-Id: <20170918145344.41788-1-evan.lloyd@arm.com> X-Mailer: git-send-email 2.14.1 Subject: [PATCH 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: Mon, 18 Sep 2017 14:50:49 -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. Sami Mujawar (1): ArmPlatformPkg: Add PCD for SBSA Watchdog Count ArmPlatformPkg/ArmPlatformPkg.dec | 4 +++- ArmPlatformPkg/ArmJunoPkg/Include/ArmPlatform.h | 4 ++-- 2 files changed, 5 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")