Re: [U-Boot] [PATCH v5 5/8] x86: slimbootloader: Set TSC information for timer driver

2019-07-23 Thread Park, Aiden
Hi Andy, > -Original Message- > From: Andy Shevchenko [mailto:andy.shevche...@gmail.com] > Sent: Monday, July 22, 2019 8:42 AM > To: Park, Aiden > Cc: U-Boot Mailing List ; Simon Glass > ; Bin Meng > Subject: Re: [PATCH v5 5/8] x86: slimbootloader: Set TSC information for timer > driver

Re: [U-Boot] [PATCH v5 5/8] x86: slimbootloader: Set TSC information for timer driver

2019-07-23 Thread Bin Meng
On Mon, Jul 22, 2019 at 11:41 PM Andy Shevchenko wrote: > > On Wed, Jul 17, 2019 at 7:41 AM Park, Aiden wrote: > > > > Slim Bootloader provides TSC clock information in its performance > > info hob. For now, TSC clock information is only used for timer driver > > from the performance info hob. >

Re: [U-Boot] [PATCH v5 5/8] x86: slimbootloader: Set TSC information for timer driver

2019-07-22 Thread Andy Shevchenko
On Wed, Jul 17, 2019 at 7:41 AM Park, Aiden wrote: > > Slim Bootloader provides TSC clock information in its performance > info hob. For now, TSC clock information is only used for timer driver > from the performance info hob. > - Get TSC frequency from performance info hob > - Set tsc_base and

[U-Boot] [PATCH v5 5/8] x86: slimbootloader: Set TSC information for timer driver

2019-07-16 Thread Park, Aiden
Slim Bootloader provides TSC clock information in its performance info hob. For now, TSC clock information is only used for timer driver from the performance info hob. - Get TSC frequency from performance info hob - Set tsc_base and clock_rate for timer driver Signed-off-by: Aiden Park