diff mbox series

crypto: ccp - Add a firmware definition for EPYC gen 4 processors

Message ID 9a5c5b0e9611428b15d6039643730489d543bfad.1673899480.git.thomas.lendacky@amd.com
State Accepted
Commit 4fc790d7d6b15eb4b90d297eb8c93589748e0c49
Headers show
Series crypto: ccp - Add a firmware definition for EPYC gen 4 processors | expand

Commit Message

Tom Lendacky Jan. 16, 2023, 8:04 p.m. UTC
Add a new MODULE_FIRMWARE() entry for 4th generation EPYC processors.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
---
 drivers/crypto/ccp/sev-dev.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Herbert Xu Jan. 27, 2023, 11 a.m. UTC | #1
On Mon, Jan 16, 2023 at 02:04:40PM -0600, Tom Lendacky wrote:
> Add a new MODULE_FIRMWARE() entry for 4th generation EPYC processors.
> 
> Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
> ---
>  drivers/crypto/ccp/sev-dev.c | 1 +
>  1 file changed, 1 insertion(+)

Patch applied.  Thanks.
diff mbox series

Patch

diff --git a/drivers/crypto/ccp/sev-dev.c b/drivers/crypto/ccp/sev-dev.c
index 56998bc579d6..13f1c88810d8 100644
--- a/drivers/crypto/ccp/sev-dev.c
+++ b/drivers/crypto/ccp/sev-dev.c
@@ -56,6 +56,7 @@  MODULE_PARM_DESC(psp_init_on_probe, "  if true, the PSP will be initialized on m
 MODULE_FIRMWARE("amd/amd_sev_fam17h_model0xh.sbin"); /* 1st gen EPYC */
 MODULE_FIRMWARE("amd/amd_sev_fam17h_model3xh.sbin"); /* 2nd gen EPYC */
 MODULE_FIRMWARE("amd/amd_sev_fam19h_model0xh.sbin"); /* 3rd gen EPYC */
+MODULE_FIRMWARE("amd/amd_sev_fam19h_model1xh.sbin"); /* 4th gen EPYC */
 
 static bool psp_dead;
 static int psp_timeout;