[SeaBIOS] [PATCH 4/7] tpm: Open code tpm_ipl() into callers

2015-11-22 Thread Kevin O'Connor
The only three three callers of tpm_ipl() exactly correlate with the three switch branches in tpm_ipl(), so just move the appropriate code into the callers. Signed-off-by: Kevin O'Connor --- src/tcgbios.c | 80 ++- 1 file changed, 24 insert

Re: [SeaBIOS] [PATCH 4/7] tpm: Open code tpm_ipl() into callers

2015-11-22 Thread Peter Stuge
Nice series! Kevin O'Connor wrote: > The only three three callers Typo ^ //Peter ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] [PATCH 4/7] tpm: Open code tpm_ipl() into callers

2015-11-22 Thread Kevin O'Connor
On Sun, Nov 22, 2015 at 08:11:56PM +0100, Peter Stuge wrote: > Nice series! > > Kevin O'Connor wrote: > > The only three three callers > > Typo ^ Thanks. I fixed locally and on github. -Kevin ___ SeaBIOS mailing list SeaBIOS@seabios.org