commit | df884eca9aca3d9c9cfcb4e9872f70ea21f4ed38 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 18 14:17:57 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Aug 01 09:05:24 2021 -0600 |
tree | 5a79d08a677dcc98e8b1acd32fbdfc807d3ae3b8 | |
parent | adc70b81f3e7b14a0229925716622e8f9dd33409 [diff] |
sandbox: tpm: Split out common nvdata code We want to support nvdata in TPM2 as well. To avoid code duplicating the associated code, move it into a common file. Drop the special-case logic for the kernel space. This can be handled by the higher-level code now, i.e. in vboot itself. Signed-off-by: Simon Glass <sjg@chromium.org>