Update the copyright notice format

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10418 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hhtian
2010-04-24 09:33:45 +00:00
parent c06ad33ed2
commit e5eed7d364
369 changed files with 723 additions and 723 deletions

View File

@ -1,8 +1,8 @@
/** @file /** @file
Sample ACPI Platform Driver Sample ACPI Platform Driver
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

View File

@ -1,8 +1,8 @@
## @file ## @file
# Sample ACPI Platform Driver # Sample ACPI Platform Driver
# #
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
ACPI Table Protocol Driver ACPI Table Protocol Driver
Copyright (c) 2006, 2008, 2009, Intel Corporation<BR> Copyright (c) 2006 - 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
ACPI Table Protocol Driver ACPI Table Protocol Driver
Copyright (c) 2006 - 2009, Intel Corporation<BR> Copyright (c) 2006 - 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

View File

@ -1,8 +1,8 @@
## @file ## @file
# ACPI Table Protocol Driver # ACPI Table Protocol Driver
# #
# Copyright (c) 2006 - 2010 Intel Corporation<BR> All rights # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
# reserved. This program and the accompanying materials are # This program and the accompanying materials are
# licensed and made available under the terms and conditions of the BSD License # 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
ACPI Table Protocol Implementation ACPI Table Protocol Implementation
Copyright (c) 2006 - 2009, Intel Corporation<BR> Copyright (c) 2006 - 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

View File

@ -5,8 +5,8 @@
# It installs the Capsule Architectural Protocol defined in PI1.0a to signify # It installs the Capsule Architectural Protocol defined in PI1.0a to signify
# the capsule runtime services are ready. # the capsule runtime services are ready.
# #
# 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

View File

@ -4,8 +4,8 @@
It installs the Capsule Architectural Protocol defined in PI1.0a to signify It installs the Capsule Architectural Protocol defined in PI1.0a to signify
the capsule runtime services are ready. the capsule runtime services are ready.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
UEFI Component Name(2) protocol implementation for ConPlatform driver. UEFI Component Name(2) protocol implementation for ConPlatform driver.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -2,8 +2,8 @@
Console Platform DXE Driver, install Console Device Guids and update Console Console Platform DXE Driver, install Console Device Guids and update Console
Environment Variables. Environment Variables.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Header file for Console Platfrom DXE Driver. Header file for Console Platfrom DXE Driver.
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

View File

@ -2,9 +2,9 @@
# Console Platfrom DXE Driver that specifies whether device can be used as console # Console Platfrom DXE Driver that specifies whether device can be used as console
# input/output device or error output device and update global variables accordingly. # input/output device or error output device and update global variables accordingly.
# #
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
UEFI Component Name(2) protocol implementation for ConSplitter driver. UEFI Component Name(2) protocol implementation for ConSplitter driver.
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

View File

@ -16,8 +16,8 @@
never removed. Such design ensures sytem function well during none console never removed. Such design ensures sytem function well during none console
device situation. device situation.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Private data structures for the Console Splitter driver Private data structures for the Console Splitter driver
Copyright (c) 2006 - 2009, Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -10,9 +10,9 @@
# Note: If only UGA Draw protocol is installed in system table, PcdUgaConsumeSupport # Note: If only UGA Draw protocol is installed in system table, PcdUgaConsumeSupport
# should be set to TRUE. # should be set to TRUE.
# #
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Support for Graphics output spliter. Support for Graphics output spliter.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
UEFI Component Name(2) protocol implementation for GraphicsConsole driver. UEFI Component Name(2) protocol implementation for GraphicsConsole driver.
Copyright (c) 2006, Intel Corporation. <BR> Copyright (c) 2006, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
This is the main routine for initializing the Graphics Console support routines. This is the main routine for initializing the Graphics Console support routines.
Copyright (c) 2006 - 2009 Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Header file for GraphicsConsole driver. Header file for GraphicsConsole driver.
Copyright (c) 2006 - 2009, Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -4,8 +4,8 @@
# #
# This is the main routine for initializing the Graphics Console support routines. # This is the main routine for initializing the Graphics Console support routines.
# #
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Narrow font Data definition for GraphicsConsole driver. Narrow font Data definition for GraphicsConsole driver.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Implementation of translation upon PC ANSI. Implementation of translation upon PC ANSI.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
UEFI Component Name(2) protocol implementation for Terminal driver. UEFI Component Name(2) protocol implementation for Terminal driver.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -2,8 +2,8 @@
Produces Simple Text Input Protocol, Simple Text Input Extended Protocol and Produces Simple Text Input Protocol, Simple Text Input Extended Protocol and
Simple Text Output Protocol upon Serial IO Protocol. Simple Text Output Protocol upon Serial IO Protocol.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Header file for Terminal driver. Header file for Terminal driver.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Implementation for EFI_SIMPLE_TEXT_INPUT_PROTOCOL protocol. Implementation for EFI_SIMPLE_TEXT_INPUT_PROTOCOL protocol.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Implementation for EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL protocol. Implementation for EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL protocol.
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

View File

@ -4,8 +4,8 @@
# #
# This driver installs Simple Text In/Out protocol for terminal devices (serial devices or hotplug devices). # This driver installs Simple Text In/Out protocol for terminal devices (serial devices or hotplug devices).
# #
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Implementation of translation upon VT-UTF8. Implementation of translation upon VT-UTF8.
Copyright (c) 2006 - 2009, Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
UEFI Component Name(2) protocol implementation for DebugPort driver. UEFI Component Name(2) protocol implementation for DebugPort driver.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -4,8 +4,8 @@
ALL CODE IN THE SERIALIO STACK MUST BE RE-ENTRANT AND CALLABLE FROM ALL CODE IN THE SERIALIO STACK MUST BE RE-ENTRANT AND CALLABLE FROM
INTERRUPT CONTEXT INTERRUPT CONTEXT
Copyright (c) 2006 - 2009, Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Definitions and prototypes for DebugPort driver. Definitions and prototypes for DebugPort driver.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -4,9 +4,9 @@
# #
# This driver binds exclusively to a standard UART serial port on the controller handle, # This driver binds exclusively to a standard UART serial port on the controller handle,
# and initializes serial Io interface, publishs Debug Port and Device Path Protocol. # and initializes serial Io interface, publishs Debug Port and Device Path Protocol.
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Top level C file for debug support driver. Contains initialization function. Top level C file for debug support driver. Contains initialization function.
Copyright (c) 2006 - 2009, Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -6,9 +6,9 @@
# provides debug-agent to periodically gain control during operation of the machine to # provides debug-agent to periodically gain control during operation of the machine to
# check for asynchronous commands form the host. # check for asynchronous commands form the host.
# #
# 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

View File

@ -1,8 +1,8 @@
#/**@file #/**@file
# Low leve IA32 specific debug support functions. # Low leve IA32 specific debug support functions.
# #
# Copyright (c) 2006 - 2008, Intel Corporation. <BR> # Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
;/** @file ;/** @file
; Low leve IA32 specific debug support functions. ; Low leve IA32 specific debug support functions.
; ;
; Copyright (c) 2006, Intel Corporation. <BR> ; Copyright (c) 2006, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Generic debug support macros, typedefs and prototypes for IA32/x64. Generic debug support macros, typedefs and prototypes for IA32/x64.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
IA32/x64 generic functions to support Debug Support protocol. IA32/x64 generic functions to support Debug Support protocol.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
IA32 specific debug support macros, typedefs and prototypes. IA32 specific debug support macros, typedefs and prototypes.
Copyright (c) 2006 - 2008, Intel Corporation Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
IA32 specific functions to support Debug Support protocol. IA32 specific functions to support Debug Support 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

View File

@ -1,8 +1,8 @@
/// @file /// @file
/// Low level IPF routines used by the debug support driver /// Low level IPF routines used by the debug support driver
/// ///
/// Copyright (c) 2006 - 2008, Intel Corporation /// Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/// @file /// @file
/// This is set of useful macros. /// This is set of useful macros.
/// ///
/// Copyright (c) 2006, Intel Corporation /// Copyright (c) 2006, 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

View File

@ -1,8 +1,8 @@
/// @file /// @file
/// This is set of macros used in calculating offsets in the IVT. /// This is set of macros used in calculating offsets in the IVT.
/// ///
/// Copyright (c) 2006 - 2008, Intel Corporation /// Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
IPF specific functions to support Debug Support protocol. IPF specific functions to support Debug Support protocol.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
IPF specific types, macros, and definitions for Debug Support Driver. IPF specific types, macros, and definitions for Debug Support Driver.
Copyright (c) 2004 - 2010, Intel Corporation Copyright (c) 2004 - 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

View File

@ -1,9 +1,9 @@
///**@file ///**@file
// Low leve x64 specific debug support functions. // Low leve x64 specific debug support functions.
// //
// Copyright (c) 2006 - 2010, Intel Corporation // Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
// Portions copyright (c) 2008-2009 Apple Inc. All rights reserved. // Portions copyright (c) 2008 - 2009, Apple Inc. 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

View File

@ -1,8 +1,8 @@
;/** @file ;/** @file
; Low level x64 routines used by the debug support driver. ; Low level x64 routines used by the debug support driver.
; ;
; 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
X64 specific debug support macros. X64 specific debug support macros.
Copyright (c) 2006 - 2008, Intel Corporation Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
X64 specific functions to support Debug Support protocol. X64 specific functions to support Debug Support 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

View File

@ -2,8 +2,8 @@
Device Path Driver to produce DevPathUtilities Protocol, DevPathFromText Protocol Device Path Driver to produce DevPathUtilities Protocol, DevPathFromText Protocol
and DevPathToText Protocol. and DevPathToText Protocol.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Definition for Device Path Utilities driver Definition for Device Path Utilities driver
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

View File

@ -6,8 +6,8 @@
# PcdDevicePathSupportDevicePathToText & PcdDevicePathSupportDevicePathFromText # PcdDevicePathSupportDevicePathToText & PcdDevicePathSupportDevicePathFromText
# respectively. # respectively.
# #
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
DevicePathFromText protocol as defined in the UEFI 2.0 specification. DevicePathFromText protocol as defined in the UEFI 2.0 specification.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
DevicePathToText protocol as defined in the UEFI 2.0 specification. DevicePathToText protocol as defined in the UEFI 2.0 specification.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Implementation file for Device Path Utilities Protocol Implementation file for Device Path Utilities Protocol
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
UEFI Component Name(2) protocol implementation for DiskIo driver. UEFI Component Name(2) protocol implementation for DiskIo driver.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -9,8 +9,8 @@
Aligned - A read of N contiguous sectors. Aligned - A read of N contiguous sectors.
OverRun - The last byte is not on a sector boundary. OverRun - The last byte is not on a sector boundary.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Master header file for DiskIo driver. It includes the module private defininitions. Master header file for DiskIo driver. It includes the module private defininitions.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -8,8 +8,8 @@
# already have a Disk I/O protocol. File systems and other disk access # already have a Disk I/O protocol. File systems and other disk access
# code utilize the Disk I/O protocol. # code utilize the Disk I/O protocol.
# #
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
UEFI Component Name protocol for Partition driver. UEFI Component Name protocol for Partition driver.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Decode an El Torito formatted CD-ROM Decode an El Torito formatted CD-ROM
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -2,8 +2,8 @@
Decode a hard disk partitioned with the GPT scheme in the UEFI 2.0 Decode a hard disk partitioned with the GPT scheme in the UEFI 2.0
specification. specification.
Copyright (c) 2006 - 2009, Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -11,8 +11,8 @@
always on the first sector of a media. The first sector also contains always on the first sector of a media. The first sector also contains
the legacy boot strap code. the legacy boot strap code.
Copyright (c) 2006 - 2009, Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -4,8 +4,8 @@
of the raw block devices media. Currently "El Torito CD-ROM", Legacy of the raw block devices media. Currently "El Torito CD-ROM", Legacy
MBR, and GPT partition schemes are supported. MBR, and GPT partition schemes are supported.
Copyright (c) 2006 - 2009, Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -4,8 +4,8 @@
of the raw block devices media. Currently "El Torito CD-ROM", Legacy of the raw block devices media. Currently "El Torito CD-ROM", Legacy
MBR, and GPT partition schemes are supported. MBR, and GPT partition schemes are supported.
Copyright (c) 2006 - 2009, Intel Corporation. <BR> Copyright (c) 2006 - 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

View File

@ -7,8 +7,8 @@
# The partition of physical BlockIo device supported is one of legacy MBR, GPT, # The partition of physical BlockIo device supported is one of legacy MBR, GPT,
# and "El Torito" partitions. # and "El Torito" partitions.
# #
# 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

View File

@ -7,8 +7,8 @@
# It allows code running in the boot services environment to perform lexical # It allows code running in the boot services environment to perform lexical
# comparison functions on Unicode strings for English languages. # comparison functions on Unicode strings for English languages.
# #
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Driver to implement English version of Unicode Collation Protocol. Driver to implement English version of Unicode Collation Protocol.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Head file for Unicode Collation Protocol (English) Head file for Unicode Collation Protocol (English)
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -2,8 +2,8 @@
This is an example of how a driver might export data to the HII protocol to be This is an example of how a driver might export data to the HII protocol to be
later utilized by the Setup Protocol later utilized by the Setup Protocol
Copyright (c) 2004 - 2010, Intel Corporation Copyright (c) 2004 - 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

View File

@ -1,7 +1,7 @@
/** @file /** @file
Copyright (c) 2007 - 2009, Intel Corporation Copyright (c) 2007 - 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

View File

@ -2,9 +2,9 @@
# This is a sample driver which show how HII protocol, VFR and UNI files are used to # This is a sample driver which show how HII protocol, VFR and UNI files are used to
# create a driver which can be dipslayed and configured by a UEFI HII Form Browser. # create a driver which can be dipslayed and configured by a UEFI HII Form Browser.
# #
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved. # 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

View File

@ -2,8 +2,8 @@
// //
// Sample Inventory Data // Sample Inventory Data
// //
// Copyright (c) 2004 - 2008, Intel Corporation. <BR> // Copyright (c) 2004 - 2008, 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

View File

@ -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

View File

@ -2,8 +2,8 @@
// //
// Sample Setup formset. // Sample Setup formset.
// //
// Copyright (c) 2004 - 2010, Intel Corporation. <BR> // Copyright (c) 2004 - 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

View File

@ -5,8 +5,8 @@
# platform and processor-independent mechanisms for loading and executing EFI # platform and processor-independent mechanisms for loading and executing EFI
# device drivers. # device drivers.
# #
# 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Contains code that implements the virtual machine. Contains code that implements the virtual machine.
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

View File

@ -3,8 +3,8 @@
be of use to a disassembler for the most part. Also provides function be of use to a disassembler for the most part. Also provides function
prototypes for VM functions. prototypes for VM functions.
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

View File

@ -3,8 +3,8 @@
Provides auxiliary support routines for the VM. That is, routines Provides auxiliary support routines for the VM. That is, routines
that are not particularly related to VM execution of EBC instructions. that are not particularly related to VM execution of EBC instructions.
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

View File

@ -2,8 +2,8 @@
Main routines for the EBC interpreter. Includes the initialization and Main routines for the EBC interpreter. Includes the initialization and
main interpreter routines. main interpreter routines.
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

View File

@ -2,8 +2,8 @@
# #
# Low level IA32 specific EBC support routines. # Low level IA32 specific EBC support routines.
# #
# Copyright (c) 2007 - 2008, Intel Corporation. <BR> # Copyright (c) 2007 - 2008, 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

View File

@ -3,8 +3,8 @@
; This code provides low level routines that support the Virtual Machine ; This code provides low level routines that support the Virtual Machine
; for option ROMs. ; for option ROMs.
; ;
; Copyright (c) 2006 - 2008, Intel Corporation. <BR> ; Copyright (c) 2006 - 2008, 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

View File

@ -2,8 +2,8 @@
This module contains EBC support routines that are customized based on This module contains EBC support routines that are customized based on
the target processor. the target processor.
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

View File

@ -3,8 +3,8 @@
// Contains low level routines for the Virtual Machine implementation // Contains low level routines for the Virtual Machine implementation
// on an Itanium-based platform. // on an Itanium-based platform.
// //
// Copyright (c) 2006 - 2008, Intel Corporation. <BR> // Copyright (c) 2006 - 2008, 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

View File

@ -2,8 +2,8 @@
This module contains EBC support routines that are customized based on This module contains EBC support routines that are customized based on
the target processor. the target processor.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Definition of EBC Support function. Definition of EBC Support function.
Copyright (c) 2006 - 2008, Intel Corporation. <BR> Copyright (c) 2006 - 2008, 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

View File

@ -3,8 +3,8 @@
# This code provides low level routines that support the Virtual Machine # This code provides low level routines that support the Virtual Machine
# for option ROMs. # for option ROMs.
# #
# Copyright (c) 2007 - 2008, Intel Corporation. <BR> # Copyright (c) 2007 - 2008, 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

View File

@ -3,8 +3,8 @@
; This code provides low level routines that support the Virtual Machine. ; This code provides low level routines that support the Virtual Machine.
; for option ROMs. ; for option ROMs.
; ;
; Copyright (c) 2006 - 2008, Intel Corporation. <BR> ; Copyright (c) 2006 - 2008, 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

View File

@ -2,8 +2,8 @@
This module contains EBC support routines that are customized based on This module contains EBC support routines that are customized based on
the target x64 processor. the target x64 processor.
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

View File

@ -40,8 +40,8 @@
If one of them is not satisfied, FtwWrite may fail. If one of them is not satisfied, FtwWrite may fail.
Usually, Spare area only takes one block. That's SpareAreaLength = BlockSize, NumberOfSpareBlock = 1. Usually, Spare area only takes one block. That's SpareAreaLength = BlockSize, NumberOfSpareBlock = 1.
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

View File

@ -3,8 +3,8 @@
The internal header file includes the common header files, defines The internal header file includes the common header files, defines
internal structure and functions used by FtwLite module. internal structure and functions used by FtwLite module.
Copyright (c) 2006 - 2008, Intel Corporation Copyright (c) 2006 - 2008, 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

View File

@ -3,9 +3,9 @@
# which provides fault tolerant write capability for block devices. # which provides fault tolerant write capability for block devices.
# Its implementation depends on the full functionality FVB protocol that support read, write/erase flash access. # Its implementation depends on the full functionality FVB protocol that support read, write/erase flash access.
# #
# 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

View File

@ -2,8 +2,8 @@
Internal generic functions to operate flash block. Internal generic functions to operate flash block.
Copyright (c) 2006 - 2008, Intel Corporation Copyright (c) 2006 - 2008, 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

View File

@ -2,8 +2,8 @@
Internal functions to operate Working Block Space. Internal functions to operate Working Block Space.
Copyright (c) 2006 - 2008, Intel Corporation Copyright (c) 2006 - 2008, 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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Implementation of interfaces function for EFI_HII_CONFIG_ROUTING_PROTOCOL. Implementation of interfaces function for EFI_HII_CONFIG_ROUTING_PROTOCOL.
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

View File

@ -1,8 +1,8 @@
/** @file /** @file
Implementation for EFI_HII_DATABASE_PROTOCOL. Implementation for EFI_HII_DATABASE_PROTOCOL.
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

Some files were not shown because too many files have changed in this diff Show More