lkml.org 
[lkml]   [2024]   [May]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v6 16/49] x86/platform/intel-mid: Switch to new Intel CPU model defines
On Mon, May 20, 2024 at 03:45:47PM -0700, Tony Luck wrote:
> New CPU #defines encode vendor and family as well as model.

..

> - switch (boot_cpu_data.x86_model) {
> - case 0x3C:
> - case 0x4A:
> + switch (boot_cpu_data.x86_vfm) {
> + case INTEL_HASWELL:

Thanks, God^W your series, I just realised that this is quite a mistake.
I mean, you need to remove this line (with HASWELL) from this file.

Fixes: bc20aa48bbb3 ("x86, intel-mid: Add Merrifield platform support")

HASWELL was never a part of Intel MID initiative (in a sense how it's
organised in HW and FW).

> + case INTEL_ATOM_SILVERMONT_MID:
> x86_platform.legacy.rtc = 1;
> break;

So, TL;DR: Please add the patch, I will give a tag to it immediately.

--
With Best Regards,
Andy Shevchenko



\
 
 \ /
  Last update: 2024-05-21 16:12    [W:1.940 / U:0.540 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site