]> xenbits.xensource.com Git - osstest/seabios.git/commit
tpm: Move code around in tcgbios.c
authorKevin O'Connor <kevin@koconnor.net>
Sun, 22 Nov 2015 15:57:52 +0000 (10:57 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 22 Nov 2015 17:13:08 +0000 (12:13 -0500)
commitf51c50a16720feeaa7ddcbfbc798e2da20918239
tree0ff41da4538aaffdaa0566ecad6ef5acdf54f4b0
parent0818b1dabdf3d61eff0276231c313cb6d64d09eb
tpm: Move code around in tcgbios.c

Move like functions near each other.  Reduce forward function
declarations.  This is only code movement - no code changes.

This groups the code into six sections: TPM state tracking, TPM
hardware interface, ACPI TCPA table interface, Helper functions, Setup
and Measurements, BIOS interface.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/tcgbios.c