On Wed, Dec 30, 2015 at 02:31:54PM -0500, Kevin O'Connor wrote:
Hi Stefan,
I cleaned up the additional patches I mentioned yesterday.
Some time back, you posted a series of patches that removed the use of TCG 16bit BIOS structs from internal functions. Many of those functions were still using return codes from the spec though. I found using these return codes in internal functions to be annoying because they conflict with the TIS return codes. This series mostly just separates out the return codes so that only the TCG 16bit BIOS functions deal with the TCG 16bit BIOS return codes.
FYI, I committed patches 1-7 of this series. (I want to think further about patch 8.)
-Kevin