[PATCH 1/2] x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ

Bin Meng bmeng.cn at gmail.com
Sat Jul 31 03:08:26 CEST 2021


Hi Simon,

On Wed, Jul 28, 2021 at 12:00 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> Currently there are two places to specify the x86 TSC timer frequency
> with one in Kconfig used for early timer and the other one in device
> tree used when the frequency cannot be determined from hardware.
>
> This may potentially create an inconsistent config where the 2 values
> do not match. Let's use the one specified in Kconfig in the device
> tree as well.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/cpu/quark/Kconfig | 4 ++--
>  arch/x86/dts/galileo.dts   | 2 +-
>  drivers/timer/Kconfig      | 8 ++++----
>  drivers/timer/tsc_timer.c  | 5 +++--
>  4 files changed, 10 insertions(+), 9 deletions(-)
>

Looks you reviewed the 2nd patch but not this one.

And there are other 2 patches related to x86 rom build. Could you
please take a look?

Regards,
Bin


More information about the U-Boot mailing list