MdeModulePkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
This module produces Boot Manager Policy protocol.
|
||||
|
||||
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
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
|
||||
@@ -139,7 +139,7 @@ ConnectNetwork (
|
||||
system will be connected using the platforms EFI Boot
|
||||
Manager policy.
|
||||
@param[in] Recursive If TRUE, then ConnectController() is called recursively
|
||||
until the entire tree of controllers below the
|
||||
until the entire tree of controllers below the
|
||||
controller specified by DevicePath have been created.
|
||||
If FALSE, then the tree of controllers is only expanded
|
||||
one level. If DevicePath is NULL then Recursive is ignored.
|
||||
@@ -147,7 +147,7 @@ ConnectNetwork (
|
||||
@retval EFI_SUCCESS The DevicePath was connected.
|
||||
@retval EFI_NOT_FOUND The DevicePath was not found.
|
||||
@retval EFI_NOT_FOUND No driver was connected to DevicePath.
|
||||
@retval EFI_SECURITY_VIOLATION The user has no permission to start UEFI device
|
||||
@retval EFI_SECURITY_VIOLATION The user has no permission to start UEFI device
|
||||
drivers on the DevicePath.
|
||||
@retval EFI_UNSUPPORTED The current TPL is not TPL_APPLICATION.
|
||||
**/
|
||||
@@ -188,7 +188,7 @@ BootManagerPolicyConnectDevicePath (
|
||||
Manager connect a class of devices.
|
||||
|
||||
If Class is EFI_BOOT_MANAGER_POLICY_CONSOLE_GUID then the Boot Manager will
|
||||
use platform policy to connect consoles. Some platforms may restrict the
|
||||
use platform policy to connect consoles. Some platforms may restrict the
|
||||
number of consoles connected as they attempt to fast boot, and calling
|
||||
ConnectDeviceClass() with a Class value of EFI_BOOT_MANAGER_POLICY_CONSOLE_GUID
|
||||
must connect the set of consoles that follow the Boot Manager platform policy,
|
||||
@@ -206,7 +206,7 @@ BootManagerPolicyConnectDevicePath (
|
||||
application that called ConnectDeviceClass() may need to use the published
|
||||
protocols to establish the network connection. The Boot Manager can optionally
|
||||
have a policy to establish a network connection.
|
||||
|
||||
|
||||
If Class is EFI_BOOT_MANAGER_POLICY_CONNECT_ALL_GUID then the Boot Manager
|
||||
will connect all UEFI drivers using the UEFI Boot Service
|
||||
EFI_BOOT_SERVICES.ConnectController(). If the Boot Manager has policy
|
||||
@@ -223,7 +223,7 @@ BootManagerPolicyConnectDevicePath (
|
||||
@retval EFI_DEVICE_ERROR Devices were not connected due to an error.
|
||||
@retval EFI_NOT_FOUND The Class is not supported by the platform.
|
||||
@retval EFI_UNSUPPORTED The current TPL is not TPL_APPLICATION.
|
||||
**/
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
BootManagerPolicyConnectDeviceClass (
|
||||
|
Reference in New Issue
Block a user