[PATCH 0/3] Populate kaslr seed with TPM
seanedmond at linux.microsoft.com
seanedmond at linux.microsoft.com
Sat Aug 5 01:33:54 CEST 2023
From: Sean Edmond <seanedmond at microsoft.com>
This patch series creates a common API (fdt_fixup_kaslr_seed()) for
populating the kaslr seed in the DTB. Existing users (kaslrseed,
and ARMv8 sec firmware) have been updated to use this common API.
New functionality has been introduced to populate the kaslr using
the TPM interface. This can be enabled with CONFIG_KASLR_TPM_SEED.
Dhananjay Phadke (2):
fdt: common API to populate kaslr seed
fdt: kaslr seed from tpm entropy
Sean Edmond (1):
cmd: kaslrseed: Use common API to fixup FDT
arch/arm/cpu/armv8/sec_firmware.c | 32 ++++-----------
boot/image-fdt.c | 3 ++
cmd/kaslrseed.c | 18 ++------
common/fdt_support.c | 68 +++++++++++++++++++++++++++++++
include/fdt_support.h | 4 ++
lib/Kconfig | 9 ++++
6 files changed, 94 insertions(+), 40 deletions(-)
--
2.40.0
More information about the U-Boot
mailing list