mirror of https://github.com/acidanthera/audk.git
Clean up MdePkg source to correct some coding style issues, etc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9832 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bf586ab919
commit
ea6898b902
|
@ -1,8 +1,7 @@
|
||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
Processor or Compiler specific defines and types for ARM.
|
Processor or Compiler specific defines and types for ARM.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2009, Intel Corporation<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation<BR>
|
||||||
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
MDE DXE Services Library provides functions that simplify the development of DXE Drivers.
|
MDE DXE Services Library provides functions that simplify the development of DXE Drivers.
|
||||||
These functions help access data from sections of FFS files or from file path.
|
These functions help access data from sections of FFS files or from file path.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2009, Intel Corporation<BR>
|
Copyright (c) 2008 - 2010, Intel Corporation<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -167,16 +167,15 @@ GetSectionFromFfs (
|
||||||
If FileSize is NULL, then NULL is returned.
|
If FileSize is NULL, then NULL is returned.
|
||||||
If AuthenticationStatus is NULL, then NULL is returned.
|
If AuthenticationStatus is NULL, then NULL is returned.
|
||||||
|
|
||||||
@param[in] BootPolicy
|
@param[in] BootPolicy Policy for Open Image File.If TRUE, indicates that the request
|
||||||
Policy for Open Image File.If TRUE, indicates that the request
|
|
||||||
originates from the boot manager, and that the boot manager is
|
originates from the boot manager, and that the boot manager is
|
||||||
attempting to load FilePath as a boot selection. If FALSE,
|
attempting to load FilePath as a boot selection. If FALSE,
|
||||||
then FilePath must match an exact file to be loaded.
|
then FilePath must match an exact file to be loaded.
|
||||||
@param[in] File Pointer to the device path of the file that is absracted to the file buffer.
|
@param[in] FilePath Pointer to the device path of the file that is absracted to
|
||||||
|
the file buffer.
|
||||||
@param[out] FileSize Pointer to the size of the abstracted file buffer.
|
@param[out] FileSize Pointer to the size of the abstracted file buffer.
|
||||||
@param[out] AuthenticationStatus
|
@param[out] AuthenticationStatus Pointer to a caller-allocated UINT32 in which the authentication
|
||||||
Pointer to a caller-allocated UINT32 in which
|
status is returned.
|
||||||
the authentication status is returned.
|
|
||||||
|
|
||||||
@retval NULL File is NULL, or FileSize is NULL. Or the file can't be found.
|
@retval NULL File is NULL, or FileSize is NULL. Or the file can't be found.
|
||||||
@retval other The abstracted file buffer. The caller is responsible to free memory.
|
@retval other The abstracted file buffer. The caller is responsible to free memory.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
to send ATA Command Blocks to any ATA device attached to that ATA controller. The information
|
to send ATA Command Blocks to any ATA device attached to that ATA controller. The information
|
||||||
includes the attributes of the ATA controller.
|
includes the attributes of the ATA controller.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -74,10 +74,10 @@ typedef struct _EFI_ATA_STATUS_BLOCK {
|
||||||
UINT8 AtaSectorNumberExp;
|
UINT8 AtaSectorNumberExp;
|
||||||
UINT8 AtaCylinderLowExp;
|
UINT8 AtaCylinderLowExp;
|
||||||
UINT8 AtaCylinderHighExp;
|
UINT8 AtaCylinderHighExp;
|
||||||
UINT8 Reserved;
|
UINT8 Reserved2;
|
||||||
UINT8 AtaSectorCount;
|
UINT8 AtaSectorCount;
|
||||||
UINT8 AtaSectorCountExp;
|
UINT8 AtaSectorCountExp;
|
||||||
UINT8 Reserved2[6];
|
UINT8 Reserved3[6];
|
||||||
} EFI_ATA_STATUS_BLOCK;
|
} EFI_ATA_STATUS_BLOCK;
|
||||||
|
|
||||||
typedef UINT8 EFI_ATA_PASS_THRU_CMD_PROTOCOL;
|
typedef UINT8 EFI_ATA_PASS_THRU_CMD_PROTOCOL;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
The definitions in this file are defined in UEFI Specification 2.3, which have
|
The definitions in this file are defined in UEFI Specification 2.3, which have
|
||||||
not been verified by one implementation yet.
|
not been verified by one implementation yet.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -101,7 +101,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_SET_DESIRED_AUTHENTICATION_METHOD)(
|
(EFIAPI *EFI_EAP_SET_DESIRED_AUTHENTICATION_METHOD)(
|
||||||
IN struct _EFI_EAP_PROTOCOL *This,
|
IN EFI_EAP_PROTOCOL *This,
|
||||||
IN UINT8 EapAuthType
|
IN UINT8 EapAuthType
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_REGISTER_AUTHENTICATION_METHOD)(
|
(EFIAPI *EFI_EAP_REGISTER_AUTHENTICATION_METHOD)(
|
||||||
IN struct _EFI_EAP_PROTOCOL *This,
|
IN EFI_EAP_PROTOCOL *This,
|
||||||
IN UINT8 EapAuthType,
|
IN UINT8 EapAuthType,
|
||||||
IN EFI_EAP_BUILD_RESPONSE_PACKET Handler
|
IN EFI_EAP_BUILD_RESPONSE_PACKET Handler
|
||||||
);
|
);
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
The definitions in this file are defined in UEFI Specification 2.2, which have
|
The definitions in this file are defined in UEFI Specification 2.2, which have
|
||||||
not been verified by one implementation yet.
|
not been verified by one implementation yet.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -202,7 +202,7 @@ typedef struct _EFI_EAPOL_SUPPLICANT_PAE_STATISTICS {
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_GET_SYSTEM_CONFIGURATION)(
|
(EFIAPI *EFI_EAP_GET_SYSTEM_CONFIGURATION)(
|
||||||
IN struct _EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
IN EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
||||||
OUT BOOLEAN *SystemAuthControl,
|
OUT BOOLEAN *SystemAuthControl,
|
||||||
OUT EFI_EAPOL_PORT_INFO *PortInfo OPTIONAL
|
OUT EFI_EAPOL_PORT_INFO *PortInfo OPTIONAL
|
||||||
);
|
);
|
||||||
|
@ -226,7 +226,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_SET_SYSTEM_CONFIGURATION)(
|
(EFIAPI *EFI_EAP_SET_SYSTEM_CONFIGURATION)(
|
||||||
IN struct _EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
IN EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
||||||
IN BOOLEAN SystemAuthControl
|
IN BOOLEAN SystemAuthControl
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -244,7 +244,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_INITIALIZE_PORT)(
|
(EFIAPI *EFI_EAP_INITIALIZE_PORT)(
|
||||||
IN struct _EFI_EAP_MANAGEMENT_PROTOCOL *This
|
IN EFI_EAP_MANAGEMENT_PROTOCOL *This
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -262,7 +262,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_USER_LOGON)(
|
(EFIAPI *EFI_EAP_USER_LOGON)(
|
||||||
IN struct _EFI_EAP_MANAGEMENT_PROTOCOL *This
|
IN EFI_EAP_MANAGEMENT_PROTOCOL *This
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -280,7 +280,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_USER_LOGOFF)(
|
(EFIAPI *EFI_EAP_USER_LOGOFF)(
|
||||||
IN struct _EFI_EAP_MANAGEMENT_PROTOCOL *This
|
IN EFI_EAP_MANAGEMENT_PROTOCOL *This
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -318,7 +318,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_GET_SUPPLICANT_STATUS)(
|
(EFIAPI *EFI_EAP_GET_SUPPLICANT_STATUS)(
|
||||||
IN struct _EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
IN EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
||||||
OUT EFI_EAPOL_SUPPLICANT_PAE_STATE *CurrentState,
|
OUT EFI_EAPOL_SUPPLICANT_PAE_STATE *CurrentState,
|
||||||
IN OUT EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION *Configuration OPTIONAL
|
IN OUT EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION *Configuration OPTIONAL
|
||||||
);
|
);
|
||||||
|
@ -349,7 +349,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_SET_SUPPLICANT_CONFIGURATION)(
|
(EFIAPI *EFI_EAP_SET_SUPPLICANT_CONFIGURATION)(
|
||||||
IN struct _EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
IN EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
||||||
IN EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION *Configuration
|
IN EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION *Configuration
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -375,7 +375,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_EAP_GET_SUPPLICANT_STATISTICS)(
|
(EFIAPI *EFI_EAP_GET_SUPPLICANT_STATISTICS)(
|
||||||
IN struct _EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
IN EFI_EAP_MANAGEMENT_PROTOCOL *This,
|
||||||
OUT EFI_EAPOL_SUPPLICANT_PAE_STATISTICS *Statistics
|
OUT EFI_EAPOL_SUPPLICANT_PAE_STATISTICS *Statistics
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
Listener Discovery Protocol (MLD), and a subset of the Internet Control
|
Listener Discovery Protocol (MLD), and a subset of the Internet Control
|
||||||
Message Protocol (ICMPv6).
|
Message Protocol (ICMPv6).
|
||||||
|
|
||||||
Copyright (c) 2008 - 2009, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -838,7 +838,7 @@ EFI_STATUS
|
||||||
is signaled.
|
is signaled.
|
||||||
|
|
||||||
@param[in] This Pointer to the EFI_IP6_PROTOCOL instance.
|
@param[in] This Pointer to the EFI_IP6_PROTOCOL instance.
|
||||||
@param]in] Token Pointer to a token that is associated with the receive data descriptor.
|
@param[in] Token Pointer to a token that is associated with the receive data descriptor.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The receive completion token was cached.
|
@retval EFI_SUCCESS The receive completion token was cached.
|
||||||
@retval EFI_NOT_STARTED This EFI IPv6 Protocol instance has not been started.
|
@retval EFI_NOT_STARTED This EFI IPv6 Protocol instance has not been started.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
This file provides a definition of the EFI IPv6 Configuration
|
This file provides a definition of the EFI IPv6 Configuration
|
||||||
Protocol.
|
Protocol.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2009, Intel Corporation.<BR>
|
Copyright (c) 2008 - 2010, Intel Corporation.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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<BR>
|
which accompanies this distribution. The full text of the license may be found at<BR>
|
||||||
|
@ -231,7 +231,7 @@ typedef struct {
|
||||||
- Data is NULL.
|
- Data is NULL.
|
||||||
- One or more fields in Data do not match the requirement of the
|
- One or more fields in Data do not match the requirement of the
|
||||||
data type indicated by DataType.
|
data type indicated by DataType.
|
||||||
@rerval EFI_WRITE_PROTECTED The specified configuration data is read-only or the specified
|
@retval EFI_WRITE_PROTECTED The specified configuration data is read-only or the specified
|
||||||
configuration data can not be set under the current policy
|
configuration data can not be set under the current policy
|
||||||
@retval EFI_ACCESS_DENIED Another set operation on the specified configuration
|
@retval EFI_ACCESS_DENIED Another set operation on the specified configuration
|
||||||
data is already in process.
|
data is already in process.
|
||||||
|
@ -283,7 +283,7 @@ EFI_STATUS
|
||||||
- This is NULL.
|
- This is NULL.
|
||||||
- DataSize is NULL.
|
- DataSize is NULL.
|
||||||
- Data is NULL if *DataSize is not zero.
|
- Data is NULL if *DataSize is not zero.
|
||||||
@rerval EFI_BUFFER_TOO_SMALL The size of Data is too small for the specified configuration data
|
@retval EFI_BUFFER_TOO_SMALL The size of Data is too small for the specified configuration data
|
||||||
and the required size is returned in DataSize.
|
and the required size is returned in DataSize.
|
||||||
@retval EFI_NOT_READY The specified configuration data is not ready due to an already in
|
@retval EFI_NOT_READY The specified configuration data is not ready due to an already in
|
||||||
progress asynchronous configuration process.
|
progress asynchronous configuration process.
|
||||||
|
@ -315,7 +315,7 @@ EFI_STATUS
|
||||||
@retval EFI_SUCCESS The notification event for the specified configuration data is
|
@retval EFI_SUCCESS The notification event for the specified configuration data is
|
||||||
registered.
|
registered.
|
||||||
@retval EFI_INVALID_PARAMETER This is NULL or Event is NULL.
|
@retval EFI_INVALID_PARAMETER This is NULL or Event is NULL.
|
||||||
@rerval EFI_UNSUPPORTED The configuration data type specified by DataType is not
|
@retval EFI_UNSUPPORTED The configuration data type specified by DataType is not
|
||||||
supported.
|
supported.
|
||||||
@retval EFI_OUT_OF_RESOURCES Required system resources could not be allocated.
|
@retval EFI_OUT_OF_RESOURCES Required system resources could not be allocated.
|
||||||
@retval EFI_ACCESS_DENIED The Event is already registered for the DataType.
|
@retval EFI_ACCESS_DENIED The Event is already registered for the DataType.
|
||||||
|
@ -340,7 +340,7 @@ EFI_STATUS
|
||||||
|
|
||||||
@retval EFI_SUCCESS The event registered for the specified configuration data is removed.
|
@retval EFI_SUCCESS The event registered for the specified configuration data is removed.
|
||||||
@retval EFI_INVALID_PARAMETER This is NULL or Event is NULL.
|
@retval EFI_INVALID_PARAMETER This is NULL or Event is NULL.
|
||||||
@rerval EFI_NOT_FOUND The Event has not been registered for the specified
|
@retval EFI_NOT_FOUND The Event has not been registered for the specified
|
||||||
DataType.
|
DataType.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
to be replayed during an S3 resume.
|
to be replayed during an S3 resume.
|
||||||
This protocol is not required for all platforms.
|
This protocol is not required for all platforms.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -51,7 +51,7 @@ typedef struct _EFI_S3_SAVE_STATE_PROTOCOL EFI_S3_SAVE_STATE_PROTOCOL;
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_S3_SAVE_STATE_WRITE)(
|
(EFIAPI *EFI_S3_SAVE_STATE_WRITE)(
|
||||||
IN CONST struct _EFI_S3_SAVE_STATE_PROTOCOL *This,
|
IN CONST EFI_S3_SAVE_STATE_PROTOCOL *This,
|
||||||
IN UINT16 OpCode,
|
IN UINT16 OpCode,
|
||||||
...
|
...
|
||||||
);
|
);
|
||||||
|
@ -95,7 +95,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_S3_SAVE_STATE_INSERT)(
|
(EFIAPI *EFI_S3_SAVE_STATE_INSERT)(
|
||||||
IN CONST struct _EFI_S3_SAVE_STATE_PROTOCOL *This,
|
IN CONST EFI_S3_SAVE_STATE_PROTOCOL *This,
|
||||||
IN BOOLEAN BeforeOrAfter,
|
IN BOOLEAN BeforeOrAfter,
|
||||||
IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL,
|
IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL,
|
||||||
IN UINT16 OpCode,
|
IN UINT16 OpCode,
|
||||||
|
@ -132,7 +132,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_S3_SAVE_STATE_LABEL)(
|
(EFIAPI *EFI_S3_SAVE_STATE_LABEL)(
|
||||||
IN CONST struct _EFI_S3_SAVE_STATE_PROTOCOL *This,
|
IN CONST EFI_S3_SAVE_STATE_PROTOCOL *This,
|
||||||
IN BOOLEAN BeforeOrAfter,
|
IN BOOLEAN BeforeOrAfter,
|
||||||
IN BOOLEAN CreateIfNotFound,
|
IN BOOLEAN CreateIfNotFound,
|
||||||
IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL,
|
IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL,
|
||||||
|
@ -157,7 +157,7 @@ EFI_STATUS
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_S3_SAVE_STATE_COMPARE)(
|
(EFIAPI *EFI_S3_SAVE_STATE_COMPARE)(
|
||||||
IN CONST struct _EFI_S3_SAVE_STATE_PROTOCOL *This,
|
IN CONST EFI_S3_SAVE_STATE_PROTOCOL *This,
|
||||||
IN EFI_S3_BOOT_SCRIPT_POSITION Position1,
|
IN EFI_S3_BOOT_SCRIPT_POSITION Position1,
|
||||||
IN EFI_S3_BOOT_SCRIPT_POSITION Position2,
|
IN EFI_S3_BOOT_SCRIPT_POSITION Position2,
|
||||||
OUT UINTN *RelativePosition
|
OUT UINTN *RelativePosition
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
GCC inline implementation of BaseLib processor specific functions.
|
GCC inline implementation of BaseLib processor specific functions.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2007, Intel Corporation<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation<BR>
|
||||||
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -37,11 +37,26 @@ CpuPause (
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
Transfers control to a function starting with a new stack.
|
||||||
|
|
||||||
|
This internal worker function transfers control to the function
|
||||||
|
specified by EntryPoint using the new stack specified by NewStack
|
||||||
|
and passing in the parameters specified by Context1 and Context2.
|
||||||
|
Context1 and Context2 are optional and may be NULL.
|
||||||
|
The function EntryPoint must never return.
|
||||||
|
|
||||||
|
@param EntryPoint The pointer to the function to enter.
|
||||||
|
@param Context1 The first parameter to pass in.
|
||||||
|
@param Context2 The second Parameter to pass in
|
||||||
|
@param NewStack The new Location of the stack
|
||||||
|
|
||||||
|
**/
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InternalSwitchStackAsm (
|
InternalSwitchStackAsm (
|
||||||
SWITCH_STACK_ENTRY_POINT EntryPoint,
|
SWITCH_STACK_ENTRY_POINT EntryPoint,
|
||||||
VOID *Context,
|
VOID *Context1,
|
||||||
VOID *Context2,
|
VOID *Context2,
|
||||||
VOID *NewStack
|
VOID *NewStack
|
||||||
)
|
)
|
||||||
|
@ -54,7 +69,7 @@ InternalSwitchStackAsm (
|
||||||
"bx lr\n\t"
|
"bx lr\n\t"
|
||||||
: /* no output operand */
|
: /* no output operand */
|
||||||
: "r" (EntryPoint),
|
: "r" (EntryPoint),
|
||||||
"r" (Context),
|
"r" (Context1),
|
||||||
"r" (Context2),
|
"r" (Context2),
|
||||||
"r" (NewStack)
|
"r" (NewStack)
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
SwitchStack() function for ARM.
|
SwitchStack() function for ARM.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2007, Intel Corporation<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation<BR>
|
||||||
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -15,6 +15,21 @@
|
||||||
|
|
||||||
#include "BaseLibInternals.h"
|
#include "BaseLibInternals.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
Transfers control to a function starting with a new stack.
|
||||||
|
|
||||||
|
This internal worker function transfers control to the function
|
||||||
|
specified by EntryPoint using the new stack specified by NewStack
|
||||||
|
and passing in the parameters specified by Context1 and Context2.
|
||||||
|
Context1 and Context2 are optional and may be NULL.
|
||||||
|
The function EntryPoint must never return.
|
||||||
|
|
||||||
|
@param EntryPoint The pointer to the function to enter.
|
||||||
|
@param Context1 The first parameter to pass in.
|
||||||
|
@param Context2 The second Parameter to pass in
|
||||||
|
@param NewStack The new Location of the stack
|
||||||
|
|
||||||
|
**/
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InternalSwitchStackAsm (
|
InternalSwitchStackAsm (
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
GCC inline implementation of BaseLib processor specific functions.
|
GCC inline implementation of BaseLib processor specific functions.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2007, Intel Corporation<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation<BR>
|
||||||
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -1078,12 +1078,12 @@ InternalX86WriteGdtr (
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InternalX86ReadIdtr (
|
InternalX86ReadIdtr (
|
||||||
OUT IA32_DESCRIPTOR *Ldtr
|
OUT IA32_DESCRIPTOR *Idtr
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
__asm__ __volatile__ (
|
__asm__ __volatile__ (
|
||||||
"sldt %0"
|
"sldt %0"
|
||||||
: "=m" (*Ldtr)
|
: "=m" (*Idtr)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1100,13 +1100,13 @@ InternalX86ReadIdtr (
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InternalX86WriteIdtr (
|
InternalX86WriteIdtr (
|
||||||
IN CONST IA32_DESCRIPTOR *Ldtr
|
IN CONST IA32_DESCRIPTOR *Idtr
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
__asm__ __volatile__ (
|
__asm__ __volatile__ (
|
||||||
"lidt %0"
|
"lidt %0"
|
||||||
:
|
:
|
||||||
: "m" (*Ldtr)
|
: "m" (*Idtr)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
SwitchStack() function for IPF.
|
SwitchStack() function for IPF.
|
||||||
|
|
||||||
Copyright (c) 2007 - 2008, Intel Corporation<BR>
|
Copyright (c) 2007 - 2010, Intel Corporation<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -47,7 +47,6 @@ InternalSwitchStack (
|
||||||
IN VOID *NewStack,
|
IN VOID *NewStack,
|
||||||
IN VA_LIST Marker
|
IN VA_LIST Marker
|
||||||
)
|
)
|
||||||
|
|
||||||
{
|
{
|
||||||
VOID *NewBsp;
|
VOID *NewBsp;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
GCC inline implementation of BaseLib processor specific functions.
|
GCC inline implementation of BaseLib processor specific functions.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2007, Intel Corporation<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation<BR>
|
||||||
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -1088,12 +1088,12 @@ InternalX86WriteGdtr (
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InternalX86ReadIdtr (
|
InternalX86ReadIdtr (
|
||||||
OUT IA32_DESCRIPTOR *Ldtr
|
OUT IA32_DESCRIPTOR *Idtr
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
__asm__ __volatile__ (
|
__asm__ __volatile__ (
|
||||||
"sldt %0"
|
"sldt %0"
|
||||||
: "=m" (*Ldtr)
|
: "=m" (*Idtr)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1110,13 +1110,13 @@ InternalX86ReadIdtr (
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InternalX86WriteIdtr (
|
InternalX86WriteIdtr (
|
||||||
IN CONST IA32_DESCRIPTOR *Ldtr
|
IN CONST IA32_DESCRIPTOR *Idtr
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
__asm__ __volatile__ (
|
__asm__ __volatile__ (
|
||||||
"lidt %0"
|
"lidt %0"
|
||||||
:
|
:
|
||||||
: "m" (*Ldtr)
|
: "m" (*Idtr)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
build for a particular platform easily if an optimized version
|
build for a particular platform easily if an optimized version
|
||||||
is desired.
|
is desired.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
VOID *
|
VOID *
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InternalMemSetMem (
|
InternalMemSetMem (
|
||||||
IN VOID *Buffer,
|
OUT VOID *Buffer,
|
||||||
IN UINTN Length,
|
IN UINTN Length,
|
||||||
IN UINT8 Value
|
IN UINT8 Value
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Implementation of synchronization functions. Still needs to be ported
|
Implementation of synchronization functions. Still needs to be ported
|
||||||
|
|
||||||
Copyright (c) 2006 - 2009, Intel Corporation<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation<BR>
|
||||||
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -13,6 +13,23 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
/**
|
||||||
|
Performs an atomic compare exchange operation on a 32-bit unsigned integer.
|
||||||
|
|
||||||
|
Performs an atomic compare exchange operation on the 32-bit unsigned integer
|
||||||
|
specified by Value. If Value is equal to CompareValue, then Value is set to
|
||||||
|
ExchangeValue and CompareValue is returned. If Value is not equal to CompareValue,
|
||||||
|
then Value is returned. The compare exchange operation must be performed using
|
||||||
|
MP safe mechanisms.
|
||||||
|
|
||||||
|
@param Value A pointer to the 32-bit value for the compare exchange
|
||||||
|
operation.
|
||||||
|
@param CompareValue 32-bit value used in compare operation.
|
||||||
|
@param ExchangeValue 32-bit value used in exchange operation.
|
||||||
|
|
||||||
|
@return The original *Value before exchange.
|
||||||
|
|
||||||
|
**/
|
||||||
UINT32
|
UINT32
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InternalSyncCompareExchange32 (
|
InternalSyncCompareExchange32 (
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
MDE DXE Services Library provides functions that simplify the development of DXE Drivers.
|
MDE DXE Services Library provides functions that simplify the development of DXE Drivers.
|
||||||
These functions help access data from sections of FFS files or from file path.
|
These functions help access data from sections of FFS files or from file path.
|
||||||
|
|
||||||
Copyright (c) 2007 - 2009, Intel Corporation<BR>
|
Copyright (c) 2007 - 2010, Intel Corporation<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -401,7 +401,7 @@ GetSectionFromFfs (
|
||||||
/**
|
/**
|
||||||
Get the image file buffer data and buffer size by its device path.
|
Get the image file buffer data and buffer size by its device path.
|
||||||
|
|
||||||
Access the file either from a a firmware volume, from a file system interface,
|
Access the file either from a firmware volume, from a file system interface,
|
||||||
or from the load file interface.
|
or from the load file interface.
|
||||||
|
|
||||||
Allocate memory to store the found image. The caller is responsible to free memory.
|
Allocate memory to store the found image. The caller is responsible to free memory.
|
||||||
|
@ -410,16 +410,15 @@ GetSectionFromFfs (
|
||||||
If FileSize is NULL, then NULL is returned.
|
If FileSize is NULL, then NULL is returned.
|
||||||
If AuthenticationStatus is NULL, then NULL is returned.
|
If AuthenticationStatus is NULL, then NULL is returned.
|
||||||
|
|
||||||
@param[in] BootPolicy
|
@param[in] BootPolicy Policy for Open Image File.If TRUE, indicates that the request
|
||||||
Policy for Open Image File.If TRUE, indicates that the request
|
|
||||||
originates from the boot manager, and that the boot manager is
|
originates from the boot manager, and that the boot manager is
|
||||||
attempting to load FilePath as a boot selection. If FALSE,
|
attempting to load FilePath as a boot selection. If FALSE,
|
||||||
then FilePath must match an exact file to be loaded.
|
then FilePath must match an exact file to be loaded.
|
||||||
@param[in] FilePath Pointer to the device path of the file that is absracted to the file buffer.
|
@param[in] FilePath Pointer to the device path of the file that is absracted to
|
||||||
|
the file buffer.
|
||||||
@param[out] FileSize Pointer to the size of the abstracted file buffer.
|
@param[out] FileSize Pointer to the size of the abstracted file buffer.
|
||||||
@param[out] AuthenticationStatus
|
@param[out] AuthenticationStatus Pointer to a caller-allocated UINT32 in which the authentication
|
||||||
Pointer to a caller-allocated UINT32 in which
|
status is returned.
|
||||||
the authentication status is returned.
|
|
||||||
|
|
||||||
@retval NULL File is NULL, or FileSize is NULL. Or the file can't be found.
|
@retval NULL File is NULL, or FileSize is NULL. Or the file can't be found.
|
||||||
@retval other The abstracted file buffer. The caller is responsible to free memory.
|
@retval other The abstracted file buffer. The caller is responsible to free memory.
|
||||||
|
|
Loading…
Reference in New Issue