MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spaces
Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Amy Chan <amy.chan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com> Tested-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
Support for S3 boot script lib. This file defined some internal macro and internal
|
||||
Support for S3 boot script lib. This file defined some internal macro and internal
|
||||
data structure
|
||||
|
||||
|
||||
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
This program and the accompanying materials
|
||||
@ -50,7 +50,7 @@
|
||||
#define PCI_ADDRESS_ENCODE(A) (UINTN)PCI_LIB_ADDRESS( \
|
||||
((((UINTN)(A))& 0xff000000) >> 24), ((((UINTN)(A)) &0x00ff0000) >> 16), ((((UINTN)(A)) & 0xff00) >> 8), ((RShiftU64 ((A), 32) & 0xfff) | ((A)& 0xff)) \
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
typedef union {
|
||||
@ -73,8 +73,8 @@ typedef union {
|
||||
//
|
||||
typedef struct {
|
||||
UINT8 *TableBase;
|
||||
UINT32 TableLength; // Record the actual memory length
|
||||
UINT16 TableMemoryPageNumber; // Record the page number Allocated for the table
|
||||
UINT32 TableLength; // Record the actual memory length
|
||||
UINT16 TableMemoryPageNumber; // Record the page number Allocated for the table
|
||||
BOOLEAN InSmm; // Record if this library is in SMM.
|
||||
BOOLEAN AtRuntime; // Record if current state is after SmmExitBootServices or SmmLegacyBoot.
|
||||
UINT32 BootTimeScriptLength; // Maintain boot time script length in LockBox after SmmReadyToLock in SMM.
|
||||
|
Reference in New Issue
Block a user