From mboxrd@z Thu Jan 1 00:00:00 1970 From: See, Chin Liang Date: Thu, 19 Apr 2018 05:26:16 +0000 Subject: [U-Boot] [PATCH v1 13/16] arm: socfpga: stratix10: Add timer support for Stratix10 SoC In-Reply-To: <348cf511-cdfd-bb02-9c44-5a166e75ea38@denx.de> References: <1524131457-19234-1-git-send-email-ley.foon.tan@intel.com> <1524131457-19234-14-git-send-email-ley.foon.tan@intel.com> <348cf511-cdfd-bb02-9c44-5a166e75ea38@denx.de> Message-ID: <1524202026.2898.4.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2018-04-19 at 04:59 +0200, Marek Vasut wrote: > On 04/19/2018 11:50 AM, Ley Foon Tan wrote: > > > > Add timer support for Stratix SoC > Is this really custom timer or is that some armv8 thing you're adding > here ? Don't we already have a generic implementation for that ? If > not, > that's what we should do here. Yes but not the init function. It's left with platform specific code to init it. Thanks Chin Liang