mirror of https://github.com/acidanthera/audk.git
Update the comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6124 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b05ac954ab
commit
076a01da02
|
@ -2,7 +2,7 @@
|
||||||
PEI Services Table Pointer Library implementation for IPF that uses Kernel
|
PEI Services Table Pointer Library implementation for IPF that uses Kernel
|
||||||
Register 7 to store the pointer.
|
Register 7 to store the pointer.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2007, Intel Corporation.<BR>
|
Copyright (c) 2006 - 2008, Intel Corporation.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -63,7 +63,7 @@ PeiServicesTablePointerLibConstructor (
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The function set the pointer of PEI services immediately preceding the IDT table
|
The function set the pointer of PEI services in KR7 register
|
||||||
according to PI specification.
|
according to PI specification.
|
||||||
|
|
||||||
@param PeiServicesTablePointer The address of PeiServices pointer.
|
@param PeiServicesTablePointer The address of PeiServices pointer.
|
||||||
|
|
Loading…
Reference in New Issue