OsLoader clean-up to use common LinuxLib (#547)

This will allow OsLoader to use LinuxLib for legacy linux boot
and remove duplicated code.

Signed-off-by: Aiden Park <aiden.park@intel.com>
This commit is contained in:
Aiden Park
2020-01-30 15:24:19 -08:00
committed by GitHub
parent 28cc381542
commit 644cc84823
6 changed files with 20 additions and 34 deletions
@@ -220,12 +220,13 @@ LoadBzImage (
/**
Update linux kernel boot parameters.
@retval EFI_SUCCESS Linux boot parameters were updated successfully.
@param[in] Bp BootParams address to be updated
**/
VOID
EFIAPI
UpdateLinuxBootParams (
VOID
IN BOOT_PARAMS *Bp
);
/**