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:c09::235; helo=mail-wm0-x235.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::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 0E60D2034BBE7 for ; Thu, 9 Nov 2017 08:23:38 -0800 (PST) Received: by mail-wm0-x235.google.com with SMTP id z3so18917342wme.5 for ; Thu, 09 Nov 2017 08:27:40 -0800 (PST) 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=gOhT0tu6tEctwsajh6ddud2rvqDgC64lL+Nqgh+DKjc=; b=WU8/sS8vdgZ8qWQWIVZjCRf8kfz4H+8bh0doEQH3bhoH496Eul+MehL0PC2u/y+onE zy+1vscN7I+V8CtkL1TrDFwZ5/FC7t65ZWz5872U97YVvyxaSf/dIVonnYm3QAEQTjq7 o+Cwc999cJAHWZnvI+ohW/SLHk2QJg72YhQOY= 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=gOhT0tu6tEctwsajh6ddud2rvqDgC64lL+Nqgh+DKjc=; b=EKfyaqA7dEqD1EFyCOhkrZHqZ7wX5Jw/B47UOWPYlI/mha/a7GzQg5L3PXYjTD2OJ3 LHsXteXUUTVF4No/bkZIVYvzOqo1S9K/TsNTTQIDuETgfVc6xoYvmH1qclfYGSZiEqYY edKqawglFOgsVUrx1IfcLn7m0KVsd0rZL7+Z+1Lv8BJzbfq31RErryKKC7C2a76qq6Q8 U3ZyblgGPirdmMr2t9zLS9gfuSA/iTV8DerwDYvP/cZNwDNB4gFTxj2zr82+YC9JUPRR OF12LunUr4TF5eFclbbY8wJIKFMsjLopxax/GidEk31wEshHucrglXoH/3sJQXjaugEQ cMYA== X-Gm-Message-State: AJaThX7Dka7kYnlmdWKzaNni992hvKKyZ+VUrqghoEGBSbhEkvQ8wX30 jqx5dC7hOxq2k1DX3rrKVjBWNOWGUpE= X-Google-Smtp-Source: AGs4zMbIMW9JLFWIna+Ir4QqE1ZsuU5EIQUv2waR2nGKyzctR025QFHWXLeodF2A/xWzKAP/x9ZbQw== X-Received: by 10.28.169.21 with SMTP id s21mr293694wme.87.1510244859631; Thu, 09 Nov 2017 08:27:39 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id v15sm4482593wmf.25.2017.11.09.08.27.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 09 Nov 2017 08:27:38 -0800 (PST) Date: Thu, 9 Nov 2017 16:27:37 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, udit.kumar@nxp.com Message-ID: <20171109162737.vzcjuozf2ap77jg4@bivouac.eciton.net> References: <20171106182038.16750-1-ard.biesheuvel@linaro.org> <20171106182038.16750-3-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171106182038.16750-3-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH v2 2/3] ArmPlatformPkg/PL031RealTimeClockLib: remove validation and DST handling 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, 09 Nov 2017 16:23:39 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 06, 2017 at 06:20:37PM +0000, Ard Biesheuvel wrote: > This library, which is intended to encapsulate the hardware specifics > of the ARM PL031 RTC, also implements its own input validation routines > and record the timezone and DST settings in its own set of EFI variables. > > This functionality has recently been added to the core driver, so let's > remove it here. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm