]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/sev: Split off startup code from core code
authorArd Biesheuvel <ardb@kernel.org>
Fri, 18 Apr 2025 14:12:57 +0000 (16:12 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 22 Apr 2025 07:12:01 +0000 (09:12 +0200)
commit234cf67fc3bd290bb16a377647a9c3f5a7f28a47
tree34223dc35797d727556fb17cba0804111ac4b6f3
parentb66fcee1574e72663a0c6dd7112a9e22774dbe9f
x86/sev: Split off startup code from core code

Disentangle the SEV core code and the SEV code that is called during
early boot. The latter piece will be moved into startup/ in a subsequent
patch.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: David Woodhouse <dwmw@amazon.co.uk>
Cc: Dionna Amalie Glaze <dionnaglaze@google.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Kevin Loughlin <kevinloughlin@google.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Link: https://lore.kernel.org/r/20250418141253.2601348-11-ardb+git@google.com
arch/x86/boot/compressed/sev.c
arch/x86/coco/sev/Makefile
arch/x86/coco/sev/core.c
arch/x86/coco/sev/shared.c
arch/x86/coco/sev/startup.c [new file with mode: 0644]