MdePkg: 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:
@@ -5,15 +5,15 @@
|
||||
1) report the portions of SMRAM regions which cannot be used for the SMRAM heap.
|
||||
2) register the SMM Foundation entry point with the processor code. The entry
|
||||
point will be invoked by the SMM processor entry code.
|
||||
|
||||
Copyright (c) 2009 - 2017, 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
|
||||
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.
|
||||
Copyright (c) 2009 - 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
|
||||
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.
|
||||
|
||||
**/
|
||||
|
||||
@@ -30,12 +30,12 @@
|
||||
///
|
||||
typedef struct _EFI_SMM_RESERVED_SMRAM_REGION {
|
||||
///
|
||||
/// Starting address of the reserved SMRAM area, as it appears while SMRAM is open.
|
||||
/// Starting address of the reserved SMRAM area, as it appears while SMRAM is open.
|
||||
/// Ignored if SmramReservedSize is 0.
|
||||
///
|
||||
EFI_PHYSICAL_ADDRESS SmramReservedStart;
|
||||
///
|
||||
/// Number of bytes occupied by the reserved SMRAM area. A size of zero indicates the
|
||||
/// Number of bytes occupied by the reserved SMRAM area. A size of zero indicates the
|
||||
/// last SMRAM area.
|
||||
///
|
||||
UINT64 SmramReservedSize;
|
||||
@@ -45,13 +45,13 @@ typedef struct _EFI_SMM_CONFIGURATION_PROTOCOL EFI_SMM_CONFIGURATION_PROTOCOL;
|
||||
|
||||
/**
|
||||
Register the SMM Foundation entry point.
|
||||
|
||||
This function registers the SMM Foundation entry point with the processor code. This entry point
|
||||
|
||||
This function registers the SMM Foundation entry point with the processor code. This entry point
|
||||
will be invoked by the SMM Processor entry code.
|
||||
|
||||
@param[in] This The EFI_SMM_CONFIGURATION_PROTOCOL instance.
|
||||
@param[in] SmmEntryPoint SMM Foundation entry point.
|
||||
|
||||
|
||||
@retval EFI_SUCCESS Success to register SMM Entry Point.
|
||||
@retval EFI_INVALID_PARAMETER SmmEntryPoint is NULL.
|
||||
**/
|
||||
@@ -64,10 +64,10 @@ EFI_STATUS
|
||||
|
||||
///
|
||||
/// The EFI SMM Configuration Protocol is a mandatory protocol published by a DXE CPU driver to
|
||||
/// indicate which areas within SMRAM are reserved for use by the CPU for any purpose,
|
||||
/// indicate which areas within SMRAM are reserved for use by the CPU for any purpose,
|
||||
/// such as stack, save state or SMM entry point.
|
||||
///
|
||||
/// The RegisterSmmEntry() function allows the SMM IPL DXE driver to register the SMM
|
||||
/// The RegisterSmmEntry() function allows the SMM IPL DXE driver to register the SMM
|
||||
/// Foundation entry point with the SMM entry vector code.
|
||||
///
|
||||
struct _EFI_SMM_CONFIGURATION_PROTOCOL {
|
||||
|
Reference in New Issue
Block a user