X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FLibrary%2FLoadLinuxLib%2FLoadLinuxLib.h;h=deb9b6e861522e6e312ba62c1d5890f64cec9149;hb=ac0a286f4d747a4c6c603a7b225917293cbe1e9f;hp=f8697972626beca2683f46363065cee9b2c58319;hpb=3c0a051fa2bc443cee65d25fda74771f47cbb8eb;p=mirror_edk2.git diff --git a/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h b/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h index f869797262..deb9b6e861 100644 --- a/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h +++ b/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h @@ -1,15 +1,9 @@ /** @file Boot UEFI Linux. - Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.
- This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -32,8 +26,17 @@ VOID EFIAPI JumpToKernel ( - VOID *KernelStart, - VOID *KernelBootParams + VOID *KernelStart, + VOID *KernelBootParams + ); + +VOID +EFIAPI +JumpToUefiKernel ( + EFI_HANDLE ImageHandle, + EFI_SYSTEM_TABLE *SystemTable, + VOID *KernelBootParams, + VOID *KernelStart ); VOID @@ -47,4 +50,3 @@ SetLinuxDescriptorTables ( ); #endif -