mbox series

[v4,0/2] AMD Family 19h Models 10h-1Fh Updates

Message ID 20220202144307.2678405-1-yazen.ghannam@amd.com (mailing list archive)
Headers show
Series AMD Family 19h Models 10h-1Fh Updates | expand

Message

Yazen Ghannam Feb. 2, 2022, 2:43 p.m. UTC
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/20211228200615.412999-1-yazen.ghannam@amd.com

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(-)

Comments

Borislav Petkov March 6, 2022, 4:18 p.m. UTC | #1
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/20211228200615.412999-1-yazen.ghannam@amd.com
> 
> 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.
Yazen Ghannam March 9, 2022, 9:05 p.m. UTC | #2
On Sun, Mar 06, 2022 at 05:18:31PM +0100, Borislav Petkov wrote:
> 
> Queued, thanks.
>

Thank you!

-Yazen