Searched hist:"06425 aa087b7dae17028544a0161ecc2ba6059c8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm_tis.h | diff 06425aa087b7dae17028544a0161ecc2ba6059c8 Tue May 15 04:57:04 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> tpm: add Revision ID field in the chip structure
TPM are shipped with a few read-only register from which we can retrieve for instance: - vendor ID - product ID - revision ID
Product and vendor ID share the same register and are already referenced in the tpm_chip structure. Add the revision ID entry which is missing.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|