x86/sev-es: Rename sev-es.{ch} to sev.{ch}
authorBrijesh Singh <brijesh.singh@amd.com>
Tue, 27 Apr 2021 11:16:34 +0000 (06:16 -0500)
committerBorislav Petkov <bp@suse.de>
Mon, 10 May 2021 05:40:27 +0000 (07:40 +0200)
commite759959fe3b8313c81d6200be44cb8a644d845ea
tree23b677bdd26ba8fa1678f1594b1adfd39b2bb4a6
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
x86/sev-es: Rename sev-es.{ch} to sev.{ch}

SEV-SNP builds upon the SEV-ES functionality while adding new hardware
protection. Version 2 of the GHCB specification adds new NAE events that
are SEV-SNP specific. Rename the sev-es.{ch} to sev.{ch} so that all
SEV* functionality can be consolidated in one place.

Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Joerg Roedel <jroedel@suse.de>
Link: https://lkml.kernel.org/r/20210427111636.1207-2-brijesh.singh@amd.com
15 files changed:
arch/x86/boot/compressed/Makefile
arch/x86/boot/compressed/sev-es.c [deleted file]
arch/x86/boot/compressed/sev.c [new file with mode: 0644]
arch/x86/include/asm/sev-es.h [deleted file]
arch/x86/include/asm/sev.h [new file with mode: 0644]
arch/x86/kernel/Makefile
arch/x86/kernel/head64.c
arch/x86/kernel/nmi.c
arch/x86/kernel/sev-es-shared.c [deleted file]
arch/x86/kernel/sev-es.c [deleted file]
arch/x86/kernel/sev-shared.c [new file with mode: 0644]
arch/x86/kernel/sev.c [new file with mode: 0644]
arch/x86/mm/extable.c
arch/x86/platform/efi/efi_64.c
arch/x86/realmode/init.c