Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10429 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
CPU DXE Module.
|
CPU DXE Module.
|
||||||
|
|
||||||
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
|
||||||
CPU DXE Module.
|
CPU DXE Module.
|
||||||
|
|
||||||
Copyright (c) 2008 - 2009, Intel Corporation
|
Copyright (c) 2008 - 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
#
|
#
|
||||||
# Component description file for simple CPU driver
|
# Component description file for simple CPU 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
C based implemention of IA32 interrupt handling only
|
C based implemention of IA32 interrupt handling only
|
||||||
requiring a minimal assembly interrupt entry point.
|
requiring a minimal assembly interrupt entry point.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2009, Intel Corporation
|
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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#*
|
#*
|
||||||
#* Copyright 2006 - 2009, Intel Corporation
|
#* 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
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
TITLE CpuAsm.asm:
|
TITLE CpuAsm.asm:
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
;*
|
;*
|
||||||
;* Copyright 2006 - 2009, Intel Corporation
|
;* 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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2009, Intel Corporation
|
# 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
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
TITLE IvtAsm.asm:
|
TITLE IvtAsm.asm:
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
;*
|
;*
|
||||||
;* Copyright 2008 - 2009, Intel Corporation
|
;* Copyright (c) 2008 - 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#*
|
#*
|
||||||
#* Copyright 2008 - 2009, Intel Corporation
|
#* Copyright (c) 2008 - 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 @@
|
|||||||
TITLE CpuAsm.asm:
|
TITLE CpuAsm.asm:
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
;*
|
;*
|
||||||
;* Copyright 2008 - 2009, Intel Corporation
|
;* Copyright (c) 2008 - 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
|
||||||
Produces the CPU I/O 2 Protocol.
|
Produces the CPU I/O 2 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
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
#
|
#
|
||||||
# This DXE driver produces of the CPU I/O 2 Protocol, as introduced by PI 1.2.
|
# This DXE driver produces of the CPU I/O 2 Protocol, as introduced by PI 1.2.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
Produces the SMM CPU I/O Protocol.
|
Produces the SMM 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
|
||||||
# Module that produces the SMM CPU I/O 2 Protocol using the services of the I/O Library
|
# Module that produces the SMM CPU I/O 2 Protocol using the services of the I/O Library
|
||||||
#
|
#
|
||||||
# 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
|
||||||
Produces the CPU I/O PPI.
|
Produces the CPU I/O PPI.
|
||||||
|
|
||||||
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,8 +3,8 @@
|
|||||||
#
|
#
|
||||||
# This PEIM produces of the CPU I/O PPI.
|
# This PEIM produces of the CPU I/O PPI.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
MTRR setting library
|
MTRR setting library
|
||||||
|
|
||||||
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
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
This library class defines some routines that are generic for IA32 family CPU
|
This library class defines some routines that are generic for IA32 family CPU
|
||||||
to be UEFI specification compliant.
|
to be UEFI specification compliant.
|
||||||
|
|
||||||
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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# This library defines some routines that are generic for IA32 family CPU
|
# This library defines some routines that are generic for IA32 family CPU
|
||||||
# to be UEFI specification compliant.
|
# to be UEFI specification compliant.
|
||||||
#
|
#
|
||||||
# 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,7 +1,7 @@
|
|||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#*
|
#*
|
||||||
#* Copyright 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 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,7 +1,7 @@
|
|||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#*
|
#*
|
||||||
#* Copyright 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 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
|
||||||
MTRR setting library
|
MTRR setting library
|
||||||
|
|
||||||
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
|
||||||
# MTRR library provides API for MTRR operation
|
# MTRR library provides API for MTRR operation
|
||||||
#
|
#
|
||||||
# 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
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
## @file
|
## @file
|
||||||
# Reset Vector binary
|
# Reset Vector binary
|
||||||
#
|
#
|
||||||
# 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,9 +1,9 @@
|
|||||||
## @file
|
## @file
|
||||||
# Automate the process of building the various reset vector types
|
# Automate the process of building the various reset vector types
|
||||||
#
|
#
|
||||||
# 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Common macros used in the ResetVector VTF module.
|
; Common macros used in the ResetVector VTF module.
|
||||||
;
|
;
|
||||||
; Copyright (c) 2008, Intel Corporation
|
; Copyright (c) 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Debug disabled
|
; Debug disabled
|
||||||
;
|
;
|
||||||
; 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Transition from 16 bit real mode into 32 bit flat protected mode
|
; Transition from 16 bit real mode into 32 bit flat protected mode
|
||||||
;
|
;
|
||||||
; 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 @@
|
|||||||
; @file
|
; @file
|
||||||
; 16-bit initialization code
|
; 16-bit initialization code
|
||||||
;
|
;
|
||||||
; Copyright (c) 2008 - 2009, Intel Corporation
|
; Copyright (c) 2008 - 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; First code exectuted by processor after resetting.
|
; First code exectuted by processor after resetting.
|
||||||
;
|
;
|
||||||
; Copyright (c) 2008 - 2009, Intel Corporation
|
; Copyright (c) 2008 - 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Transition from 32 bit flat protected mode into 64 bit flat protected mode
|
; Transition from 32 bit flat protected mode into 64 bit flat protected mode
|
||||||
;
|
;
|
||||||
; Copyright (c) 2008 - 2009, Intel Corporation
|
; Copyright (c) 2008 - 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Search for the Boot Firmware Volume (BFV) base address
|
; Search for the Boot Firmware Volume (BFV) base address
|
||||||
;
|
;
|
||||||
; Copyright (c) 2008 - 2009, Intel Corporation
|
; Copyright (c) 2008 - 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Search for the SEC Core entry point
|
; Search for the SEC Core entry point
|
||||||
;
|
;
|
||||||
; Copyright (c) 2008 - 2009, Intel Corporation
|
; Copyright (c) 2008 - 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Main routine of the pre-SEC code up through the jump into SEC
|
; Main routine of the pre-SEC code up through the jump into SEC
|
||||||
;
|
;
|
||||||
; Copyright (c) 2008 - 2009, Intel Corporation
|
; Copyright (c) 2008 - 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,9 +1,9 @@
|
|||||||
## @file
|
## @file
|
||||||
# Makefile to create FFS Raw sections for VTF images.
|
# Makefile to create FFS Raw sections for VTF images.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008, Intel Corporation
|
# Copyright (c) 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Port 0x80 debug support macros
|
; Port 0x80 debug support macros
|
||||||
;
|
;
|
||||||
; 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Definitions of POST CODES for the reset vector module
|
; Definitions of POST CODES for the reset vector module
|
||||||
;
|
;
|
||||||
; 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; This file includes all other code files to assemble the reset vector code
|
; This file includes all other code files to assemble the reset vector code
|
||||||
;
|
;
|
||||||
; Copyright (c) 2008 - 2009, Intel Corporation
|
; Copyright (c) 2008 - 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
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
; @file
|
; @file
|
||||||
; Serial port debug support macros
|
; Serial port debug support macros
|
||||||
;
|
;
|
||||||
; Copyright (c) 2008 - 2009, Intel Corporation
|
; Copyright (c) 2008 - 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,9 +1,9 @@
|
|||||||
## @file
|
## @file
|
||||||
# Apply fixup to VTF binary image for FFS Raw section
|
# Apply fixup to VTF binary image for FFS Raw section
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008, Intel Corporation
|
# Copyright (c) 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
|
||||||
|
@ -2,9 +2,8 @@
|
|||||||
#
|
#
|
||||||
# This Package provides UEFI compatible CPU modules and libraries.
|
# This Package provides UEFI compatible CPU modules and libraries.
|
||||||
#
|
#
|
||||||
# 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 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 which accompanies this distribution.
|
# the terms and conditions of the BSD License which 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
|
||||||
# UefiCpuPkg Package
|
# UefiCpuPkg Package
|
||||||
#
|
#
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user