Fix boot when there's no TPM

If the firmware has TPM support but has no TPM, we're jumping to core.img
without popping the registers back onto the stack. Fix that.
This commit is contained in:
Matthew Garrett 2016-03-23 16:49:42 -07:00 committed by David Michael
parent 3340fc72a6
commit f203942ba2
1 changed files with 1 additions and 1 deletions

View File

@ -476,9 +476,9 @@ LOCAL(copy_buffer):
movl $0x8, %edx /* PCR 8 */
int $0x1A
boot:
popa
#endif
boot:
/* boot kernel */
jmp *(LOCAL(kernel_address))