0
0
mirror of https://github.com/edk2-porting/edk2-msm synced 2024-09-22 08:30:59 +00:00
edk2-msm/tools/simpleinit.static.uefi.cfg
Molly Sophia eeec8ef583 RenegadePkg: Introduce Reboot2PayloadApp
This is used to choose to reboot to payload in SimpleInit boot menu
An lua version is also included but not used for now

Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
2023-02-13 22:49:54 +08:00

16 lines
396 B
INI

boot {
configs {
reboot-payload {
# mode = "lua"
mode = "efi"
desc = "Reboot to Android"
show = true
enabled = true
icon = "abootimg.svg"
extra {
# file = "uefi:///reboot2payload.lua"
efi_fv_guid = "801a189c-e4a4-4195-85c2-64c5450a15ee"
}
}
}
}