You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
72774a9841
Current OsLoader used many "goto" to enforce the flow, and it also used RestartOsLoader() to allow OsLoader re-entry. This patch cleaned these and produce a linear boot flow for PayloadMain(). Signed-off-by: Maurice Ma <maurice.ma@intel.com>