aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass2023-03-20 08:30:09 +1300
committerHeinrich Schuchardt2023-03-25 11:07:22 +0100
commit5a2a1d8093d0372d7fc2ad1a9ae4893c888e6623 (patch)
tree8d489fa970e2d9c8e2d49cf25afcf7366b891213 /test
parent37c9f9cc86a2bcd8707d519945cecf08c079ef19 (diff)
x86: Exit EFI boot services before starting kernel
When running the EFI app, we need to exit boot services before jumping to Linux. At some point it may be possible to jump to Linux and pass on the system table, and: * install the device-tree as configuration table * use LoadImage() to load the kernel image (e.g. from memory) * start the image with StartImage() This should allow the Linux efistub to be used. For now, this is not implemented. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions