2022-02-09 13:27:57

by Yazen Ghannam

[permalink] [raw]
Subject: [PATCH v4 0/2] AMD Family 19h Models 10h-1Fh Updates

Hi all,

This set adds support for AMD Family 19h Models 10h-1Fh and A0h-AFh.

Patch 1 sets the "memory type" per DIMM.

Patch 2 adds register offset and other minor changes introduced with
these new models.

Thanks,
Yazen

Link:
https://lore.kernel.org/r/[email protected]

v3->v4:
* Updated patch 1 to cache dram_type in struct umc.
* Fixed uninitiliazed variable warning in patch 2.
* Switched to a single register helper function.

v2->v3:
* Patch 1 completely reworked.
* Patch 2 updated based on comments from William.

Yazen Ghannam (2):
EDAC/amd64: Set memory type per DIMM
EDAC/amd64: Add new register offset support and related changes

drivers/edac/amd64_edac.c | 113 +++++++++++++++++++++++++++++++-------
drivers/edac/amd64_edac.h | 17 ++++++
2 files changed, 109 insertions(+), 21 deletions(-)

--
2.25.1



2022-03-07 03:46:23

by Borislav Petkov

[permalink] [raw]
Subject: Re: [PATCH v4 0/2] AMD Family 19h Models 10h-1Fh Updates

On Wed, Feb 02, 2022 at 02:43:05PM +0000, Yazen Ghannam wrote:
> Hi all,
>
> This set adds support for AMD Family 19h Models 10h-1Fh and A0h-AFh.
>
> Patch 1 sets the "memory type" per DIMM.
>
> Patch 2 adds register offset and other minor changes introduced with
> these new models.
>
> Thanks,
> Yazen
>
> Link:
> https://lore.kernel.org/r/[email protected]
>
> v3->v4:
> * Updated patch 1 to cache dram_type in struct umc.
> * Fixed uninitiliazed variable warning in patch 2.
> * Switched to a single register helper function.
>
> v2->v3:
> * Patch 1 completely reworked.
> * Patch 2 updated based on comments from William.
>
> Yazen Ghannam (2):
> EDAC/amd64: Set memory type per DIMM
> EDAC/amd64: Add new register offset support and related changes
>
> drivers/edac/amd64_edac.c | 113 +++++++++++++++++++++++++++++++-------
> drivers/edac/amd64_edac.h | 17 ++++++
> 2 files changed, 109 insertions(+), 21 deletions(-)

Queued, thanks.

--
Regards/Gruss,
Boris.

https://people.kernel.org/tglx/notes-about-netiquette

2022-03-10 10:33:10

by Yazen Ghannam

[permalink] [raw]
Subject: Re: [PATCH v4 0/2] AMD Family 19h Models 10h-1Fh Updates

On Sun, Mar 06, 2022 at 05:18:31PM +0100, Borislav Petkov wrote:
>
> Queued, thanks.
>

Thank you!

-Yazen