commit | cd1b76bb73d0f735cc9aa076c121fd172752445b | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Thu Mar 03 17:31:32 2016 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Mar 04 18:12:23 2016 +0000 |
tree | 2f5fa99d21362a097f19aa402d5a69bf4e0a5d42 | |
parent | 1cc6ed90dd7313055dec0174e2cda745ebadd6b0 [diff] |
arm64: efi: add missing frame pointer assignment The prologue of the EFI entry point pushes x29 and x30 onto the stack but fails to create the stack frame correctly by omitting the assignment of x29 to the new value of the stack pointer. So fix that. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>