diff options
Loader: call BmSetMemoryTypeInformationVariablev1.1
Note that BmSetMemoryTypeInformationVariable() is told by the loader that the image being loaded is *not* a boot application, which is a blatant lie. The reason for doing this is to prevent BmSetMemoryTypeInformationVariable() from performing a warm reset of the system due to a change in the memory type info. (Again, and again, and again...)
This is an attempt to fix S4 (hibernate) entry/resume issues; see #12.
Diffstat (limited to 'Application/Loader/Loader.c')
1 files changed, 12 insertions, 0 deletions