Files
slimbootloader/BootloaderCommonPkg/Library/MultibootLib
Maurice Ma 48ca17769b Fix MultiBoot image loading issue
The current MulitBoot loading code in SBL did not follow the specification.
The spec stated "The offset in the OS image file at which to start loading
is defined by the offset at which the header was found, minus
(header_addr - load_addr)". However, the current code always copies from
offset 0 of the image file. It caused exception when loading some valid
multiboot image.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-07-08 07:53:48 -07:00
..
2019-12-02 16:21:19 -08:00
2020-04-02 09:00:14 -07:00
2020-07-08 07:53:48 -07:00
2020-04-02 07:28:14 -07:00