commit | ed346475d1231a636f1ce55a52f4e51a07c95a34 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Dec 16 11:07:20 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 16 11:08:09 2023 -0500 |
tree | 4d481cabda4f6f6439c9df4f9fc89cf47276b896 | |
parent | cd948210332783c2b1c6d10a982a80c0da4f69b9 [diff] | |
parent | 2fd5e1c11bc665eb573358a8c618373d4265bd21 [diff] |
Merge patch series "Populate kaslr seed with RNG" To quote the author: 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 RNG. This can be enabled with CONFIG_RNG_TPM_SEED.