Re: [PATCH 2/2] x86: dts: Define a default TSC timer frequency

2021-07-30 Thread Bin Meng
On Thu, Jul 29, 2021 at 9:32 AM Simon Glass wrote: > > On Tue, 27 Jul 2021 at 22:00, Bin Meng wrote: > > > > If for some reason, TSC timer frequency cannot be determined from > > hardware, nor is it specified in the device tree, U-Boot will panic > > resulting in endless reset during boot. > > >

Re: [PATCH 2/2] x86: dts: Define a default TSC timer frequency

2021-07-28 Thread Simon Glass
On Tue, 27 Jul 2021 at 22:00, Bin Meng wrote: > > If for some reason, TSC timer frequency cannot be determined from > hardware, nor is it specified in the device tree, U-Boot will panic > resulting in endless reset during boot. > > Let's define a default TSC timer frequency using the Kconfig value

[PATCH 2/2] x86: dts: Define a default TSC timer frequency

2021-07-27 Thread Bin Meng
If for some reason, TSC timer frequency cannot be determined from hardware, nor is it specified in the device tree, U-Boot will panic resulting in endless reset during boot. Let's define a default TSC timer frequency using the Kconfig value CONFIG_X86_TSC_TIMER_FREQ (note: #include must be used in