]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
tpm: when CRB is active, select, lock it, and check addresses
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 19 Mar 2018 16:00:29 +0000 (12:00 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 21 Mar 2018 14:35:54 +0000 (10:35 -0400)
commit4922d6cb391b8ea48a35a73c46e484cf5f1a9b1a
treee152bd07fceab14a05203c5aa3e56aebdbff31c0
parent8bd306e10ff6abfed6188ec0f6c2157002a52d66
tpm: when CRB is active, select, lock it, and check addresses

Do not just indicate that the probing for the CRB interface was successful
if we find it active. Instead, select it, lock it, and test the addresses
for whether they can be used (must be 32 bit).

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
src/hw/tpm_drivers.c