commit | fbc231b2e838e021f287fb5e057fab1d7b956bee | [log] [tgz] |
---|---|---|
author | Stefan Berger <stefanb@linux.vnet.ibm.com> | Sat Nov 21 14:54:43 2015 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Nov 22 10:12:35 2015 -0500 |
tree | 1db2949388df37c2dfe5bfa80abc24b3357a2d34 | |
parent | 60bb9e9778324f0b7cbbbc11d66ef0c59017be40 [diff] |
tpm: Refactor pass_through_to_tpm Refactor the signature of the pass_through_to_tpm function to take individual pointers as parameters and introduce pass_through_to_tpm_int as a function to be called with the parameters passed from the BIOS interrupt. Refactor existing callers that now do not have to build up the data structure expected by the BIOS interface. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>