Re: [PATCH] x86/cpu: Add two Intel CPU model numbers

From: Ingo Molnar
Date: Fri Apr 18 2025 - 02:40:32 EST



* Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> On Wed, Feb 12, 2025 at 04:09:11PM +0000, Luck, Tony wrote:
> > >> +/* Family 19 */ +#define INTEL_PANTHERCOVE_X IFM(19, 0x01) /* Diamond
> > >> Rapids */
> > >
> > > Is it intentional that this is not INTEL_DIAMONDRAPIDS_X like
> > > Sapphire/Emerald/Granite ?
> >
> > Andrew,
> >
> > PeterZ wants to name based on core, not SoC (at least for mono-core CPUs ... this
> > doesn't work for hybrid). Argue with him.
>
> Argh :-)
>
> So yeah, its a trainwreck.
>
> We used to use uarch, and that worked until skylake.
>
> I'm not sure what exactly we continued as, but Kaby Lake was a Skylake
> uarch.
>
> The Atoms are uarch and still are, they weren't messed up.
>
> But if you want to do DMR as PANTERCOVE then SPR should've been
> GOLDENCOVE and we didn't do that either.
>
>
> Also, since DMR is the direct continuation of GRANITERAPIDS, it should
> also come below it.
>
> Therefore, I'll concur with Andy that this is all highly irregular and
> would propose we do the below.
>
> Isn't the only reason we're doing a new Family because we can out of
> module number space? It's not magically different from Fam6.

Mind sending this with a changelog, or at least a SOB? :)

Thanks,

Ingo