Files
slimbootloader/BootloaderCorePkg
Maurice Ma 5571d6d03e Fix logic for open source UEFI payload check
There is an issue in current SBL Stage2 code to check if the UEFI
payload is built from open source. It was done by checking the
1st DWORD using Dst[0]. However, during the FV loading, the value
at Dst[0] might have been changed since LoadFvImage() can move the
FV to a new location. This patch cached Dst[0] before calling
LoadFvImage() so that it can always get the oringal value.

It fixed #343.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2019-10-03 17:06:38 -07:00
..
2019-10-01 16:28:53 -07:00
2019-10-02 20:28:17 -07:00