summaryrefslogtreecommitdiff
path: root/amd
diff options
context:
space:
mode:
authorAllen, John <John.Allen@amd.com>2019-02-13 18:41:48 +0000
committerJosh Boyer <jwboyer@kernel.org>2019-02-21 07:38:48 -0500
commit9ee52be785cf91fc6a3c6aa27d484873f8270b72 (patch)
treec36c7ea03e3386dfc526e8d6667f9918901b1756 /amd
parent54b0a748c8966c93aaa8726402e0b69cb51cd5d2 (diff)
downloadlinux-firmware-9ee52be785cf91fc6a3c6aa27d484873f8270b72.tar.gz
linux-firmware-9ee52be785cf91fc6a3c6aa27d484873f8270b72.tar.xz
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>
Diffstat (limited to 'amd')
-rw-r--r--amd/amd_sev_fam17h_model0xh.sbinbin0 -> 32000 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/amd/amd_sev_fam17h_model0xh.sbin b/amd/amd_sev_fam17h_model0xh.sbin
new file mode 100644
index 0000000..1f75b7d
--- /dev/null
+++ b/amd/amd_sev_fam17h_model0xh.sbin
Binary files differ

Generated by cgit