commit | f277d9404d550b2b57a2021bd751a0831bbc89f9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 10 12:22:54 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Sep 14 23:28:52 2020 +0200 |
tree | 5ceeafe2ede2b05c3f9d4b1a7c83465a5a0a9ced | |
parent | 6e7eb46b8e004e8972432f4528149112bfa7efe3 [diff] |
efi_loader: save global data pointer on RISC-V On RISC-V the global data pointer is stored in register gp. When a UEFI binary calls the EFI API we have to restore it. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>