Attention is currently required from: Aseda Aboagye, Aaron Durbin. Hello build bot (Jenkins), Julius Werner, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/54308
to look at the new patch set (#3).
Change subject: vboot/secdata_tpm: Rename set_space() ......................................................................
vboot/secdata_tpm: Rename set_space()
The name `set_space()` seems to imply that it's writing to a TPM space when actually, the function can create a space and write to it. This commit attempts to make that a bit more clear. Additionally, in order to use the correct sizes when creating the space, this commit also refactors the functions slightly to incorporate the vboot context object such that the correct sizes are used. The various vboot APIs will return the size of the created object that we can then create the space with.
BUG=b:184677625 BRANCH=None TEST=`emerge-keeby coreboot`
Signed-off-by: Aseda Aboagye aaboagye@google.com Change-Id: I80a8342c51d7bfaa0cb2eb3fd37240425d5901be --- M src/security/vboot/secdata_tpm.c 1 file changed, 21 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/54308/3