Commit Graph

9 Commits

Author SHA1 Message Date
John Allen ace84e6edc linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware to version 0.24 build 20 for AMD family 17h processors
with models in the range 30h to 3fh.

Update AMD SEV firmware to version 1.55 build 21 for AMD family 19h processors
with models in the range 00h to 0fh.

Update AMD SEV firmware to version 1.55 build 37 for AMD family 19h processors
with models in the range 10h to 1fh.

Add AMD SEV firmware version 1.55 build 37 for AMD family 19h processors with
models in the range a0h to afh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-08-21 08:32:18 -04:00
John Allen 97e88a0d70
linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware version 1.55 build 8 for AMD family 19h processors
with models in the range 00h to 0fh.

Add AMD SEV firmware version 1.55 build 21 for AMD family 19h processors
with models in the range 10h to 1fh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-08-28 06:52:50 -04:00
John Allen 21a405e462
linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware to version 0.17 build 48 for AMD family 17h
processors with models in the range 00h to 0fh.

Update AMD SEV firmware to version 0.24 build 15 for AMD family 17h
processors with models in the range 30h to 3fh.

Update AMD SEV firmware to version 1.51 build 3 for AMD family 19h
processors with models in the range 00h to 0fh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2022-02-28 09:39:01 -05:00
John Allen 7160358442
linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware to version 0.17 build 46 for AMD family 17h
processors with models in the range 00h to 0fh.

Update AMD SEV firmware to version 0.24 build 14 for AMD family 17h
processors with models in the range 30h to 3fh.

Add AMD SEV firmware version 1.42 build 42 for AMD family 19h processors
with models in the range 00h to 0fh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2021-09-12 14:30:20 -04:00
John Allen bc9cd0b7b0
linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware to version 0.17 build 44 for AMD family 17h
processors with models in the range 00h to 0fh.

Update AMD SEV firmware to version 0.24 build 7 for AMD family 17h
processors with models in the range 30h to 3fh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-11-20 11:34:37 -05:00
John Allen 00a84c5160
linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware to version 0.17 build 39 for AMD family 17h
processors with models in the range 00h to 0fh.

Add SEV firmware version 0.24 build 6 for AMD family 17h processors in
the range 30h to 3fh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-09-16 08:01:44 -04:00
John Allen 2b823fc256
linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware to version 0.17 build 30 for AMD family 17h
processors with models in the range 00h to 0fh.

Add SEV firmware version 0.24 build 4 for AMD family 17h processors in
the range 30h to 3fh.

Signed-off-by: John Allen <john.allen@amd.com>
[Added updated WHENCE information]
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2020-07-21 09:07:20 -04:00
Allen, John c436aaf67d
linux-firmware: Update AMD SEV firmware
Update AMD SEV firmware to version 0.17 build 22 for AMD family 17h
processors with models in the range 00h to 0fh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-06-18 08:53:16 -04:00
Allen, John 9ee52be785
linux-firmware: Add AMD SEV firmware
Add AMD Secure Encrypted Virtualization (SEV) firmware to allow for the
updating of the SEV firmware outside of BIOS releases. Naming convention
and directory structure follows the convention defined in the kernel
driver in drivers/crypto/ccp/psp-dev.c

SEV firmware files are to be placed in the "amd" directory and names
should follow the pattern: amd_sev_fam<FAMILY>h_model<MODEL>h.sbin

where FAMILY is the two-digit hexadecimal value of the target processor
family (e.g. 17)

where MODEL is the two-digit hexadecimal value of the target processor
model (e.g. 01) or where the least significant nibble of the two-digit
hexadecimal value can be an 'x' to indicate a range of models
(e.g. 0x for 00 to of).

The firmware provided is version 0.17 build 11 and is for AMD family
17h processors with models in the range 00h to 0fh.

Signed-off-by: John Allen <john.allen@amd.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2019-02-21 07:38:48 -05:00