From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sat, 2 Nov 2019 17:47:44 +0800 Subject: [U-Boot] [PATCH v3 021/108] x86: timer: Set up the timer in timer_early_get_count() In-Reply-To: References: <20191021033322.217715-2-sjg@chromium.org> <20191021033322.217715-21-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Oct 28, 2019 at 3:12 PM Bin Meng wrote: > > On Mon, Oct 21, 2019 at 11:33 AM Simon Glass wrote: > > > > This function can be called before the timer is set up. Make sure that the > > init function is called so that it works correctly. > > > > This is needed so that bootstage can work correctly in TPL. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v3: > > - Update commit message > > > > Changes in v2: None > > > > drivers/timer/tsc_timer.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > Reviewed-by: Bin Meng applied to u-boot-x86, thanks!