Re: [PATCH v2 01/10] sandbox: tpm: Split out common nvdata code

2021-07-24 Thread Simon Glass
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 --- (no changes since v1)

[PATCH v2 01/10] sandbox: tpm: Split out common nvdata code

2021-07-18 Thread Simon Glass
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 --- (no changes since v1)