IntelFrameworkPkg: 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>
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
event from a platform chipset agent is an optional capability for both IA-32 and Itanium-based
|
||||
systems.
|
||||
|
||||
Copyright (c) 2007 - 2010, 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 that accompanies this distribution.
|
||||
Copyright (c) 2007 - 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 that 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,
|
||||
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.
|
||||
|
||||
@par Revision Reference:
|
||||
@@ -37,9 +37,9 @@ typedef struct _EFI_SMM_CONTROL_PROTOCOL EFI_SMM_CONTROL_PROTOCOL;
|
||||
// SMM Access specification Data Structures
|
||||
//
|
||||
typedef struct {
|
||||
///
|
||||
///
|
||||
/// Describes the I/O location of the particular port that engendered the synchronous
|
||||
/// SMI. For example, this location can include but is not limited to the traditional
|
||||
/// SMI. For example, this location can include but is not limited to the traditional
|
||||
/// PCAT* APM port of 0B2h.
|
||||
///
|
||||
UINT8 SmiTriggerRegister;
|
||||
@@ -82,7 +82,7 @@ EFI_STATUS
|
||||
Clears any system state that was created in response to the Active call.
|
||||
|
||||
@param This The EFI_SMM_CONTROL_PROTOCOL instance.
|
||||
@param Periodic Optional parameter to repeat at this period one
|
||||
@param Periodic Optional parameter to repeat at this period one
|
||||
time or, if the Periodic Boolean is set, periodically.
|
||||
|
||||
@retval EFI_SUCCESS The SMI/PMI has been engendered.
|
||||
@@ -138,12 +138,12 @@ EFI_STATUS
|
||||
// SMM Control Protocol
|
||||
//
|
||||
/**
|
||||
This protocol is used to initiate SMI/PMI activations.
|
||||
This protocol is used to initiate SMI/PMI activations.
|
||||
This protocol could be published by either:
|
||||
- A processor driver to abstract the SMI/PMI IPI.
|
||||
- The driver that abstracts the ASIC that is supporting the APM port, such as the ICH in an Intel chipset.
|
||||
Because of the possibility of performing SMI or PMI IPI transactions, the ability to generate this.
|
||||
|
||||
|
||||
The EFI_SMM_CONTROL_PROTOCOL is used by the platform chipset or processor driver. This
|
||||
protocol is usable both in boot services and at runtime. The runtime aspect enables an
|
||||
implementation of EFI_SMM_BASE_PROTOCOL.Communicate() to layer upon this service
|
||||
|
Reference in New Issue
Block a user