commit | f6872816ce07b6b26c9b6a4b1ba9206805d9321d | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Tue May 15 11:57:09 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 25 20:12:56 2018 -0400 |
tree | 2f2d6c26bae265d2690263fc4ebb5fe4aaf36d85 | |
parent | ff32245bb3b57689cd7b1699ae29ff8fc0edc0d8 [diff] |
tpm: add macros to enhance TPM commands readability TPM commands are much easier to read/write with these macros that will transform words or integers into byte strings. This way, there is no need to call pack_byte_string() while all variable length in a command are known (and at must 4 bytes, which is a lot of them). Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>