From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 653DB21ECCB11 for ; Wed, 20 Sep 2017 09:18:52 -0700 (PDT) Received: by mail-wm0-x22f.google.com with SMTP id g206so8770684wme.0 for ; Wed, 20 Sep 2017 09:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=W3+g/QOkUwImrZ502gVQI5uDzUtS23mBa6LVv/4jQpU=; b=kqstRMvzQ4p7lpnZMDvJpI+mJsMWeedyHSojB7zuANa7qzvX65wW2jNgirvqb/9DB4 lZMUP0zeHThGQUOrkLchG/YP2K6/AtG4q+jyNXbVv9kwNxkUS7gPYoWm7Ma/ezJbgatA 7Bf2wRUV2bLBYLDGzfEs1aGREWeILZ7BCiK7s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=W3+g/QOkUwImrZ502gVQI5uDzUtS23mBa6LVv/4jQpU=; b=LDU/Ec4xWesmcMFinw6a4VOLezIhrjMZCTdaEb8uhiwoXpetWLc4nWoMlB/LYFc+X7 pXJaZHTiwYmMuZuGS9xRwBJ37uWaafeOfNs0ty7wpVgp+6VL2fd3+hQmKs61OE46yFB2 rp88+sOhMFFv/Q+J+9uxpoii7zxNJLWyn6mb4DHQMmCYIgtOq+7EnKzFx/WcVKUnMGlW kj5HBqBo/GMWWoKjFrgnJ/ADu0UmL0GiNc1F62V5acDY/pQLkcI+78JYwU3DvE40Np19 QYLG85v2VmvDnzNCo73Wk3Phhb68boOC7Lurk0JYKwBnipwsUDy3833LM1PJIA3ZOYoA bRwQ== X-Gm-Message-State: AHPjjUgRXbmZZ1xgyag1MJUzb/Ol5iTFbAic5ngtAGXekU0WMBMvcGAS x0/EHX5C2VlcD6nhgGakt+81CoyZJXo= X-Google-Smtp-Source: AOwi7QBbBxtdOBIQgqhc+tN26DcurZYXHcZ1sFXoWgvphtsMae4cmjGVmWAIJ2+DLVdLT2qwL5hrYQ== X-Received: by 10.28.136.11 with SMTP id k11mr4352206wmd.133.1505924517001; Wed, 20 Sep 2017 09:21:57 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id d9sm2296854wrd.37.2017.09.20.09.21.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Sep 2017 09:21:55 -0700 (PDT) Date: Wed, 20 Sep 2017 17:21:54 +0100 From: Leif Lindholm To: evan.lloyd@arm.com Cc: edk2-devel@lists.01.org, Ard Biesheuvel , Matteo Carlini , nd@arm.com, Arvind Chauhan , Daniil Egranov , Thomas Panakamattam Abraham Message-ID: <20170920162154.fgvexlzrhfowk5m5@bivouac.eciton.net> References: <20170918145344.41788-1-evan.lloyd@arm.com> MIME-Version: 1.0 In-Reply-To: <20170918145344.41788-1-evan.lloyd@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [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: Wed, 20 Sep 2017 16:18:52 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Arvind, Daniil, Thomas - any comments? I have no objections to this changeset. / Leif On Mon, Sep 18, 2017 at 03:53:42PM +0100, evan.lloyd@arm.com wrote: > 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") >