Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10419 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -4,9 +4,9 @@
|
|||||||
# Intel's Framework Boot Script Save Protocol is replaced by S3 Save State Protocol in PI.
|
# Intel's Framework Boot Script Save Protocol is replaced by S3 Save State Protocol in PI.
|
||||||
# This module produces Framework Boot Script Save protocol by consuming PI S3 Save State protocol
|
# This module produces Framework Boot Script Save protocol by consuming PI S3 Save State protocol
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010, Intel Corporation
|
# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Implementation for S3 Boot Script Save thunk driver.
|
Implementation for S3 Boot Script Save thunk driver.
|
||||||
This thunk driver consumes PI S3SaveState protocol to produce framework S3BootScriptSave Protocol
|
This thunk driver consumes PI S3SaveState protocol to produce framework S3BootScriptSave Protocol
|
||||||
|
|
||||||
Copyright (c) 2010 Intel Corporation
|
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Header file for S3 Boot Script Saver thunk driver.
|
Header file for S3 Boot Script Saver thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2010 Intel Corporation
|
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
Intel's Framework CPU I/O Protocol is replaced by CPU I/O 2 Protocol in PI.
|
Intel's Framework CPU I/O Protocol is replaced by CPU I/O 2 Protocol in PI.
|
||||||
This module produces PI CPU I/O 2 Protocol on top of Framework CPU I/O Protocol.
|
This module produces PI CPU I/O 2 Protocol on top of Framework CPU I/O Protocol.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Internal include file for the CPU I/O 2 Protocol thunk driver.
|
Internal include file for the CPU I/O 2 Protocol thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
# Intel's Framework CPU I/O Protocol is replaced by CPU I/O 2 Protocol in PI.
|
# Intel's Framework CPU I/O Protocol is replaced by CPU I/O 2 Protocol in PI.
|
||||||
# This module produces PI CPU I/O 2 Protocol on top of Framework CPU I/O Protocol.
|
# This module produces PI CPU I/O 2 Protocol on top of Framework CPU I/O Protocol.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -12,8 +12,8 @@ This module module layers Device I/O on top of PCI Root Bridge I/O (Segment 0)
|
|||||||
Platform required to support EFI drivers that consume Device I/O
|
Platform required to support EFI drivers that consume Device I/O
|
||||||
Platform required to support EFI applications that consume Device I/O
|
Platform required to support EFI applications that consume Device I/O
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
# Platform required to support EFI drivers that consume Device I/O
|
# Platform required to support EFI drivers that consume Device I/O
|
||||||
# Platform required to support EFI applications that consume Device I/O
|
# Platform required to support EFI applications that consume Device I/O
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 - 2010, Intel Corporation
|
# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
by HII Thunk Modules. These Config access Protocols are used to thunk UEFI Config
|
by HII Thunk Modules. These Config access Protocols are used to thunk UEFI Config
|
||||||
Access Callback to Framework HII Callback and EFI Variable Set/Get operations.
|
Access Callback to Framework HII Callback and EFI Variable Set/Get operations.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
by HII Thunk Modules which is used to thunk UEFI Config Access Callback to
|
by HII Thunk Modules which is used to thunk UEFI Config Access Callback to
|
||||||
Framework HII Callback.
|
Framework HII Callback.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
This file contains the Glyph related function.
|
This file contains the Glyph related function.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
This file contains the form processing code to the HII database.
|
This file contains the form processing code to the HII database.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
# data format complying to UEFI HII specification.
|
# data format complying to UEFI HII specification.
|
||||||
#
|
#
|
||||||
# This module inits HII database and installs HII protocol based on the avaliable UEFI HII protocol found in the platform..
|
# This module inits HII database and installs HII protocol based on the avaliable UEFI HII protocol found in the platform..
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Framework to UEFI 2.1 HII Thunk. The driver consume UEFI HII protocols
|
Framework to UEFI 2.1 HII Thunk. The driver consume UEFI HII protocols
|
||||||
to produce a Framework HII protocol.
|
to produce a Framework HII protocol.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
This file contains global defines and prototype definitions
|
This file contains global defines and prototype definitions
|
||||||
for the Framework HII to Uefi HII Thunk Module.
|
for the Framework HII to Uefi HII Thunk Module.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
This file is for functins related to assign and free Framework HII handle number.
|
This file is for functins related to assign and free Framework HII handle number.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
This file is for functins related to assign and free Framework HII handle number.
|
This file is for functins related to assign and free Framework HII handle number.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
This file contains the keyboard processing code to the HII database.
|
This file contains the keyboard processing code to the HII database.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Implement Functions to convert IFR Opcode in format defined in Framework HII specification to
|
Implement Functions to convert IFR Opcode in format defined in Framework HII specification to
|
||||||
format defined in UEFI HII Specification.
|
format defined in UEFI HII Specification.
|
||||||
|
|
||||||
Copyright (c) 2007 - 2010, Intel Corporation
|
Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Implement protocol interface related to package registrations.
|
Implement protocol interface related to package registrations.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Framework to UEFI 2.1 Setup Browser Thunk. The file consume EFI_FORM_BROWSER2_PROTOCOL
|
Framework to UEFI 2.1 Setup Browser Thunk. The file consume EFI_FORM_BROWSER2_PROTOCOL
|
||||||
to produce a EFI_FORM_BROWSER_PROTOCOL.
|
to produce a EFI_FORM_BROWSER_PROTOCOL.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
This file contains macros to be included by SetupBrowser.c.
|
This file contains macros to be included by SetupBrowser.c.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
This file implements the protocol functions related to string package.
|
This file implements the protocol functions related to string package.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Function and Macro defintions for to extract default values from UEFI Form package.
|
Function and Macro defintions for to extract default values from UEFI Form package.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Header file for Function and Macro defintions for to extract default values from UEFI Form package.
|
Header file for Function and Macro defintions for to extract default values from UEFI Form package.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Parser for IFR binary encoding.
|
Parser for IFR binary encoding.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
2) Ignore the IFR opcode which is invalid for Form Package
|
2) Ignore the IFR opcode which is invalid for Form Package
|
||||||
generated using Framework VFR file.
|
generated using Framework VFR file.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
|
|
||||||
Copyright (c) 2007 - 2010, Intel Corporation
|
Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Internal Function and Macro defintions for IFR Expression evaluation used in Ifr Parsing. This header file should only
|
Internal Function and Macro defintions for IFR Expression evaluation used in Ifr Parsing. This header file should only
|
||||||
be included by UefiIfrParserExpression.c and UefiIfrParser.c
|
be included by UefiIfrParserExpression.c and UefiIfrParser.c
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
This file contains the keyboard processing code to the HII database.
|
This file contains the keyboard processing code to the HII database.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
This file contains utility functions by HII Thunk Modules.
|
This file contains utility functions by HII Thunk Modules.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,8 +9,8 @@ these two conditions are true:
|
|||||||
1) Framework module producing FV is present
|
1) Framework module producing FV is present
|
||||||
2) And the rest of modules on the platform consume FV2
|
2) And the rest of modules on the platform consume FV2
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
# 1) Framework module producing FV is present
|
# 1) Framework module producing FV is present
|
||||||
# 2) And the rest of modules on the platform consume FV2
|
# 2) And the rest of modules on the platform consume FV2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,9 +9,9 @@ This module is used on platform when both of these two conditions are true:
|
|||||||
1) Framework module consumes EFI_PEI_FV_FILE_LOADER_PPI is present.
|
1) Framework module consumes EFI_PEI_FV_FILE_LOADER_PPI is present.
|
||||||
2) The platform has PI modules that produce EFI_PEI_LOAD_FILE_PPI.
|
2) The platform has PI modules that produce EFI_PEI_LOAD_FILE_PPI.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
# 1) Framework module consumes EFI_PEI_FV_FILE_LOADER_PPI is present.
|
# 1) Framework module consumes EFI_PEI_FV_FILE_LOADER_PPI is present.
|
||||||
# 2) The platform has PI modules that produce EFI_PEI_LOAD_FILE_PPI.
|
# 2) The platform has PI modules that produce EFI_PEI_LOAD_FILE_PPI.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 - 2010, Intel Corporation
|
# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -7,8 +7,8 @@ these two conditions are true:
|
|||||||
1) Framework module consuming FV is present
|
1) Framework module consuming FV is present
|
||||||
2) And the platform only produces FV2
|
2) And the platform only produces FV2
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
# 1) Framework module consuming FV is present
|
# 1) Framework module consuming FV is present
|
||||||
# 2) And the platform only produces FV2
|
# 2) And the platform only produces FV2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
BootStateGuid and BootStateName are used to configure PcdBootState to DynamicHii PCD to
|
BootStateGuid and BootStateName are used to configure PcdBootState to DynamicHii PCD to
|
||||||
save the boot state as a variable.
|
save the boot state as a variable.
|
||||||
|
|
||||||
Copyright (c) 2010, Intel Corporation. All rights reserved<BR>
|
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php.
|
http://opensource.org/licenses/bsd-license.php.
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
GUID and data structures for communication between SMM Base on SMM Base2 Thunk driver
|
GUID and data structures for communication between SMM Base on SMM Base2 Thunk driver
|
||||||
and SmmBaseHelper driver.
|
and SmmBaseHelper driver.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved<BR>
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php.
|
http://opensource.org/licenses/bsd-license.php.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Provides functions for language conversion between ISO 639-2 and RFC 4646 styles.
|
Provides functions for language conversion between ISO 639-2 and RFC 4646 styles.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php.
|
http://opensource.org/licenses/bsd-license.php.
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
This PPI is the same as the PPI in the framework PciCfg, with one exception.
|
This PPI is the same as the PPI in the framework PciCfg, with one exception.
|
||||||
Specifically, this PPI does not include a modify API, while the PPI in the framework PciCfg does.
|
Specifically, this PPI does not include a modify API, while the PPI in the framework PciCfg does.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved<BR>
|
Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php.
|
http://opensource.org/licenses/bsd-license.php.
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
The lite print protocol defines only one print function to
|
The lite print protocol defines only one print function to
|
||||||
print the format unicode string.
|
print the format unicode string.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved<BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php.
|
http://opensource.org/licenses/bsd-license.php.
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
that the SMM Base Helper SMM driver is ready in SMRAM for communication with
|
that the SMM Base Helper SMM driver is ready in SMRAM for communication with
|
||||||
the SMM Base Thunk driver.
|
the SMM Base Thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved<BR>
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php.
|
http://opensource.org/licenses/bsd-license.php.
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
Intel's Framework Legacy Region Protocol is replaced by Legacy Region 2 Protocol in PI 1.2.
|
Intel's Framework Legacy Region Protocol is replaced by Legacy Region 2 Protocol in PI 1.2.
|
||||||
This module produces PI Legacy Region 2 Protocol on top of Framework Legacy Region Protocol.
|
This module produces PI Legacy Region 2 Protocol on top of Framework Legacy Region Protocol.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Internal include file for the Legacy Region 2 Protocol thunk driver.
|
Internal include file for the Legacy Region 2 Protocol thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
# Intel's Framework Legacy Region Protocol is replaced by Legacy Region 2 Protocol in PI 1.2.
|
# Intel's Framework Legacy Region Protocol is replaced by Legacy Region 2 Protocol in PI 1.2.
|
||||||
# This module produces PI Legacy Region 2 Protocol on top of Framework Legacy Region Protocol.
|
# This module produces PI Legacy Region 2 Protocol on top of Framework Legacy Region Protocol.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Language Library implementation that provides functions for language conversion
|
Language Library implementation that provides functions for language conversion
|
||||||
between ISO 639-2 and RFC 4646 language codes.
|
between ISO 639-2 and RFC 4646 language codes.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation<BR>
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
# The Language Library implementation that provides functions for language conversion
|
# The Language Library implementation that provides functions for language conversion
|
||||||
# between ISO 639-2 and RFC 4646 language codes.
|
# between ISO 639-2 and RFC 4646 language codes.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; Include file for IA32 MpFuncs.asm
|
; Include file for IA32 MpFuncs.asm
|
||||||
;
|
;
|
||||||
; Copyright (c) 2009, Intel Corporation
|
; Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
; All rights reserved. This program and the accompanying materials
|
; 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
|
||||||
; http://opensource.org/licenses/bsd-license.php
|
; http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# IA32 assembly file for AP startup vector.
|
# IA32 assembly file for AP startup vector.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009, Intel Corporation
|
# Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; IA32 assembly file for AP startup vector.
|
; IA32 assembly file for AP startup vector.
|
||||||
;
|
;
|
||||||
; Copyright (c) 2009, Intel Corporation
|
; Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
; All rights reserved. This program and the accompanying materials
|
; 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
|
||||||
; http://opensource.org/licenses/bsd-license.php
|
; http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -4,8 +4,8 @@ Produces PI MP Services Protocol on top of Framework MP Services Protocol.
|
|||||||
Intel's Framework MP Services Protocol is replaced by EFI_MP_SERVICES_PROTOCOL in PI 1.1.
|
Intel's Framework MP Services Protocol is replaced by EFI_MP_SERVICES_PROTOCOL in PI 1.1.
|
||||||
This module produces PI MP Services Protocol on top of Framework MP Services Protocol.
|
This module produces PI MP Services Protocol on top of Framework MP Services Protocol.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010 Intel Corporation. <BR>
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Include file for PI MP Services Protocol Thunk.
|
Include file for PI MP Services Protocol Thunk.
|
||||||
|
|
||||||
Copyright (c) 2009 Intel Corporation. <BR>
|
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
# Intel's Framework MP Services Protocol is replaced by EFI_MP_SERVICES_PROTOCOL in PI 1.1.
|
# Intel's Framework MP Services Protocol is replaced by EFI_MP_SERVICES_PROTOCOL in PI 1.1.
|
||||||
# This module produces PI MP Services Protocol on top of Framework MP Services Protocol.
|
# This module produces PI MP Services Protocol on top of Framework MP Services Protocol.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; Include file for X64 MpFuncs.asm
|
; Include file for X64 MpFuncs.asm
|
||||||
;
|
;
|
||||||
; Copyright (c) 2009, Intel Corporation
|
; Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
; All rights reserved. This program and the accompanying materials
|
; 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
|
||||||
; http://opensource.org/licenses/bsd-license.php
|
; http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# X64 assembly file for AP startup vector.
|
# X64 assembly file for AP startup vector.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009, Intel Corporation
|
# Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; X64 assembly file for AP startup vector.
|
; X64 assembly file for AP startup vector.
|
||||||
;
|
;
|
||||||
; Copyright (c) 2009, Intel Corporation
|
; Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
; All rights reserved. This program and the accompanying materials
|
; 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
|
||||||
; http://opensource.org/licenses/bsd-license.php
|
; http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -58,8 +58,8 @@ these two conditions are true:
|
|||||||
1) Framework module present that produces PCI CFG PPI AND
|
1) Framework module present that produces PCI CFG PPI AND
|
||||||
2) PI module that produces PCI CFG2 is not present
|
2) PI module that produces PCI CFG2 is not present
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -58,9 +58,9 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# PEIM to provide the Variable functionality.
|
# PEIM to provide the Variable functionality.
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -14,8 +14,8 @@ that produce PCI CFG2 can also produce PCI CFG by setting Pcd Feature Flag gEfiI
|
|||||||
to FALSE.
|
to FALSE.
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# PEIM to provide the Variable functionality.
|
# PEIM to provide the Variable functionality.
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Common filling functions used in translating Datahub's record
|
Common filling functions used in translating Datahub's record
|
||||||
to PI SMBIOS's record.
|
to PI SMBIOS's record.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
The conversion table that guides the generation of the Smbios struture list.
|
The conversion table that guides the generation of the Smbios struture list.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Routines that support Memory SubClass data records translation.
|
Routines that support Memory SubClass data records translation.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Routines that support Misc SubClass data records translation.
|
Routines that support Misc SubClass data records translation.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
# is added via EFI_DATA_HUB_PROTOCOL->LogData(), this filter will be invoked to
|
# is added via EFI_DATA_HUB_PROTOCOL->LogData(), this filter will be invoked to
|
||||||
# translate the datahub's record to SMBIOS record.
|
# translate the datahub's record to SMBIOS record.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Routines that support Processor SubClass data records translation.
|
Routines that support Processor SubClass data records translation.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Thunk driver's entry that install filter for DataRecord.
|
Thunk driver's entry that install filter for DataRecord.
|
||||||
|
|
||||||
Copyright (c) 2009 Intel Corporation. <BR>
|
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
The common header file for the thunk driver.
|
The common header file for the thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
Translate the DataHub records via EFI_DATA_HUB_PROTOCOL to Smbios recorders
|
Translate the DataHub records via EFI_DATA_HUB_PROTOCOL to Smbios recorders
|
||||||
via EFI_SMBIOS_PROTOCOL.
|
via EFI_SMBIOS_PROTOCOL.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
Note that Framework SMM Status Code Protocol and PI SMM Status Code Protocol have identical protocol
|
Note that Framework SMM Status Code Protocol and PI SMM Status Code Protocol have identical protocol
|
||||||
GUID and interface structure, but they are in different handle databases.
|
GUID and interface structure, but they are in different handle databases.
|
||||||
|
|
||||||
Copyright (c) 2010, Intel Corporation. All rights reserved<BR>
|
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials are licensed and made available under
|
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 terms and conditions of the BSD License that accompanies this distribution.
|
||||||
The full text of the license may be found at
|
The full text of the license may be found at
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Include file for PI SMM Status Code Protocol on Framework SMM Status Code Protocol Thunk driver.
|
Include file for PI SMM Status Code Protocol on Framework SMM Status Code Protocol Thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2010, Intel Corporation. All rights reserved<BR>
|
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials are licensed and made available under
|
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 terms and conditions of the BSD License that accompanies this distribution.
|
||||||
The full text of the license may be found at
|
The full text of the license may be found at
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
## @file
|
## @file
|
||||||
# PI SMM Status Code Protocol on Framework SMM Status Code Protocol Thunk driver.
|
# PI SMM Status Code Protocol on Framework SMM Status Code Protocol Thunk driver.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010, Intel Corporation.
|
# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
2) If it links against DxePrintLibPrint2Protocol in MdeModulePkg, it produces
|
2) If it links against DxePrintLibPrint2Protocol in MdeModulePkg, it produces
|
||||||
gEfiPrintProtocolGuid on top of gEfiPrint2ProtocolGuid.
|
gEfiPrintProtocolGuid on top of gEfiPrint2ProtocolGuid.
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation
|
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
# 2) If it links against DxePrintLibPrint2Protocol in MdeModulePkg, it produces
|
# 2) If it links against DxePrintLibPrint2Protocol in MdeModulePkg, it produces
|
||||||
# gEfiPrintProtocolGuid on top of gEfiPrint2ProtocolGuid.
|
# gEfiPrintProtocolGuid on top of gEfiPrint2ProtocolGuid.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -11,8 +11,8 @@ This module is used on platform when both of these two conditions are true:
|
|||||||
This module can't be used together with ReadOnlyVariableToReadOnlyVariable2Thunk module.
|
This module can't be used together with ReadOnlyVariableToReadOnlyVariable2Thunk module.
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# PEIM to provide the Variable functionality.
|
# PEIM to provide the Variable functionality.
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -10,8 +10,8 @@ UEFI PI Spec supersedes Intel's Framework Specs.
|
|||||||
|
|
||||||
This module can't be used together with ReadOnlyVariable2ToReadOnlyVariableThunk module.
|
This module can't be used together with ReadOnlyVariable2ToReadOnlyVariableThunk module.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
# This module can't be used together with ReadOnlyVariable2ToReadOnlyVariableThunk module.
|
# This module can't be used together with ReadOnlyVariable2ToReadOnlyVariableThunk module.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
SMM Access2 Protocol on SMM Access Protocol Thunk driver.
|
SMM Access2 Protocol on SMM Access Protocol Thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Include file for SMM Access2 Protocol on SMM Access Protocol Thunk driver.
|
Include file for SMM Access2 Protocol on SMM Access Protocol Thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
## @file
|
## @file
|
||||||
# Component description file for SMM Access2 Protocol on SMM Access Protocol Thunk driver.
|
# Component description file for SMM Access2 Protocol on SMM Access Protocol Thunk driver.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Page fault handler that does nothing.
|
Page fault handler that does nothing.
|
||||||
|
|
||||||
Copyright (c) 2010, Intel Corporation
|
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
This driver is the counterpart of the SMM Base On SMM Base2 Thunk driver. It
|
This driver is the counterpart of the SMM Base On SMM Base2 Thunk driver. It
|
||||||
provides helping services in SMM to the SMM Base On SMM Base2 Thunk driver.
|
provides helping services in SMM to the SMM Base On SMM Base2 Thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
## @file
|
## @file
|
||||||
# Component description file for SMM Base Helper SMM driver.
|
# Component description file for SMM Base Helper SMM driver.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation.
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
;
|
;
|
||||||
; Copyright (c) 2010, Intel Corporation
|
; Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
; All rights reserved. This program and the accompanying materials
|
; 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
|
||||||
; http://opensource.org/licenses/bsd-license.php
|
; http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
SMM BASE Protocol can be published immediately after SMM Base2 Protocol is installed to
|
SMM BASE Protocol can be published immediately after SMM Base2 Protocol is installed to
|
||||||
make SMM Base Protocol.InSmm() as early as possible.
|
make SMM Base Protocol.InSmm() as early as possible.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
## @file
|
## @file
|
||||||
# Component description file for SMM Base Protocol on SMM Base2 Protocol Thunk driver.
|
# Component description file for SMM Base Protocol on SMM Base2 Protocol Thunk driver.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
SMM Control2 Protocol on SMM Control Protocol Thunk driver.
|
SMM Control2 Protocol on SMM Control Protocol Thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Include file for SMM Control2 Protocol on SMM Control Protocol Thunk driver.
|
Include file for SMM Control2 Protocol on SMM Control Protocol Thunk driver.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2010, Intel Corporation
|
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
## @file
|
## @file
|
||||||
# Component description file for SMM Control2 Protocol on SMM Control Protocol Thunk driver.
|
# Component description file for SMM Control2 Protocol on SMM Control Protocol Thunk driver.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation
|
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,8 +9,8 @@ these two conditions are true:
|
|||||||
1) EFI 1.10 module producing UC present
|
1) EFI 1.10 module producing UC present
|
||||||
2) And the rest of modules on the platform consume UC2
|
2) And the rest of modules on the platform consume UC2
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
# 1) EFI 1.10 module producing UC present
|
# 1) EFI 1.10 module producing UC present
|
||||||
# 2) And the rest of modules on the platform consume UC2
|
# 2) And the rest of modules on the platform consume UC2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,8 +9,8 @@ these two conditions are true:
|
|||||||
1) EFI 1.10 module consuming UC present
|
1) EFI 1.10 module consuming UC present
|
||||||
2) And the rest of modules on the platform produce UC2
|
2) And the rest of modules on the platform produce UC2
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
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
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
# 1) EFI 1.10 module consuming UC present
|
# 1) EFI 1.10 module consuming UC present
|
||||||
# 2) And the rest of modules on the platform produce UC2
|
# 2) And the rest of modules on the platform produce UC2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation
|
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# 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
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
Reference in New Issue
Block a user