X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiSalLib%2FUefiSalLib.c;h=3cfc89fc5258e32deaeaf1a85cddf5659ffa6386;hp=57bacf92820450e70573849eaf238afa2f62c862;hb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107;hpb=a0720bb82b1d4cd62ed3cfba30264c6c56d24217 diff --git a/MdePkg/Library/UefiSalLib/UefiSalLib.c b/MdePkg/Library/UefiSalLib/UefiSalLib.c index 57bacf9282..3cfc89fc52 100644 --- a/MdePkg/Library/UefiSalLib/UefiSalLib.c +++ b/MdePkg/Library/UefiSalLib/UefiSalLib.c @@ -2,13 +2,13 @@ SAL Library implementation retrieving the SAL Entry Point from the SAL System Table register in the EFI System Configuration Table. - Copyright (c) 2007 - 2010, Intel Corporation All rights - reserved. This program and the accompanying materials are + Copyright (c) 2007 - 2018, 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 - + 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. @@ -28,8 +28,8 @@ SAL_PROC mSalProcEntry; /** Makes a SAL procedure call. - - This is a wrapper function to make a SAL procedure call. + + This is a wrapper function to make a SAL procedure call. No parameter checking is performed on the 8 input parameters, but there are some common rules that the caller should follow when making a SAL call. Any address passed to SAL as buffers @@ -40,14 +40,14 @@ SAL_PROC mSalProcEntry; or undefined result may occur during the execution of the procedure. This function is only available on IPF. - @param Index The SAL procedure Index number - @param Arg2 The 2nd parameter for SAL procedure calls - @param Arg3 The 3rd parameter for SAL procedure calls - @param Arg4 The 4th parameter for SAL procedure calls - @param Arg5 The 5th parameter for SAL procedure calls - @param Arg6 The 6th parameter for SAL procedure calls - @param Arg7 The 7th parameter for SAL procedure calls - @param Arg8 The 8th parameter for SAL procedure calls + @param Index The SAL procedure Index number. + @param Arg2 The 2nd parameter for SAL procedure calls. + @param Arg3 The 3rd parameter for SAL procedure calls. + @param Arg4 The 4th parameter for SAL procedure calls. + @param Arg5 The 5th parameter for SAL procedure calls. + @param Arg6 The 6th parameter for SAL procedure calls. + @param Arg7 The 7th parameter for SAL procedure calls. + @param Arg8 The 8th parameter for SAL procedure calls. @return SAL returned registers.