Re: [PATCH v2 02/30] x86: apl: Add core init for the SoC

2020-11-02 Thread Bin Meng
On Thu, Oct 22, 2020 at 11:03 AM Simon Glass wrote: > > Set up MSRs required for Apollo Lake. This enables Linux to use the > timers correctly. Also write the fixed MSRs for this platform. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Rename update_fixed_mtrss() to update_fixed_mtrr

[PATCH v2 02/30] x86: apl: Add core init for the SoC

2020-10-21 Thread Simon Glass
Set up MSRs required for Apollo Lake. This enables Linux to use the timers correctly. Also write the fixed MSRs for this platform. Signed-off-by: Simon Glass --- Changes in v2: - Rename update_fixed_mtrss() to update_fixed_mtrrs() - Add comments to enable_pm_timer_emulation() and cpu_mca_configu