You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
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:
@@ -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
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user