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:
parent
3340fc72a6
commit
f203942ba2
|
|
@ -476,9 +476,9 @@ LOCAL(copy_buffer):
|
|||
movl $0x8, %edx /* PCR 8 */
|
||||
int $0x1A
|
||||
|
||||
boot:
|
||||
popa
|
||||
#endif
|
||||
boot:
|
||||
/* boot kernel */
|
||||
jmp *(LOCAL(kernel_address))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue