From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::235; helo=mail-wr0-x235.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::235]) (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 7BA1421EA15D8 for ; Fri, 6 Oct 2017 07:14:46 -0700 (PDT) Received: by mail-wr0-x235.google.com with SMTP id o44so11351166wrf.11 for ; Fri, 06 Oct 2017 07:18:10 -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=fPdem17k0KTwNRRoo4YW/LT0ac8xOH6IDnJCyW9QjY4=; b=MDcPh8QKkXkz+0wSeptv7W/1PuvIj2gUBNniid7ApLwAWngq4aDYrstexMKg00QcSq MU6w4hBIV61c9kmOgHxE6/+PY2/E6O5aadPIgH2sMtCLlN08sgTT4wPbOvgCW29MvI5o ca2SsFcSfx0bfZKwbj9v+Oe5KKOdkndVclkJs= 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=fPdem17k0KTwNRRoo4YW/LT0ac8xOH6IDnJCyW9QjY4=; b=BhO+ek4HeSp5P4Nv651rk2TBSS5bWKqmLBiPHdLtUN/tDvcvGAFAJNQQjqVtEXvt2k QcVSCgSyvqNE5SyqcyLV5tTKy/slaInF6+xTSpAH5LHQJ7Pa3P11Z+nxAZrTvjqDdrec ukwqZNBzp1fDdfHzzic3MNl1DxnY+Za2fTeMr4Ld+pcSV0l7imeCALSZtCw5gk+9sDa/ r85xF/7164F4cl9RYg9oB9RnlxYkBgLfgP+Ntiylxa8M/uI/bVru5H1+tbAgVMBbBBSe XgupwVz0uNK1mjD3C/ZWZIAOpAsJbNNvdr9ZLao4909pf8rDOmbQjoVxCdK6a/QToyZf TuPQ== X-Gm-Message-State: AMCzsaV5KwYnLUAuYZDbG/jhcq01ouLP4uom/HCaF7XWBsMV5lwONFE3 9sA0B+CZeLpIiAd0+UChZuQHDQ== X-Google-Smtp-Source: AOwi7QBpFej7uWgnvfS7oReihBg5hhaOA2zwuXKW1SdfiePcXg/DsBZc4NTZXDdM86NwZxQrsIDxyw== X-Received: by 10.223.176.227 with SMTP id j32mr2030915wra.11.1507299488312; Fri, 06 Oct 2017 07:18:08 -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 o24sm1654227wmi.39.2017.10.06.07.18.06 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 06 Oct 2017 07:18:07 -0700 (PDT) Date: Fri, 6 Oct 2017 15:18:05 +0100 From: Leif Lindholm To: evan.lloyd@arm.com Cc: edk2-devel@lists.01.org Message-ID: <20171006141804.3jtqhk4lnihfluin@bivouac.eciton.net> References: <20170921210142.6932-1-evan.lloyd@arm.com> MIME-Version: 1.0 In-Reply-To: <20170921210142.6932-1-evan.lloyd@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [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: Fri, 06 Oct 2017 14:14:46 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Sep 21, 2017 at 10:01:40PM +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. > > Code is available at: > https://github.com/EvanLloyd/tianocore/tree/162_WDpcd_v2 > https://github.com/EvanLloyd/edk2-platforms/tree/162_WDpcd_v2 The only comment from round one has been addressed. Reviewed-by: Leif Lindholm Pushed as 08e94eee94 (edk2) and 7f0f07968b (edk2-platforms). > 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") >