Comments for CoreInitializeMemoryServices should be updated

Comments for CoreInitializeGcdServices should be updated.
Comments for CoreInitializeEventServices should be updated.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5899 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2008-09-16 07:35:17 +00:00
parent 5f3232d7e8
commit c18f12d375
3 changed files with 15 additions and 23 deletions

View File

@ -274,12 +274,11 @@ CoreAcquireGcdMemoryLock (
/** /**
External function. Initializes the GCD and memory services based on the memory External function. Initializes memory services based on the memory
descriptor HOBs. This function is responsible for priming the GCD map and the descriptor HOBs. This function is responsible for priming the memory
memory map, so memory allocations and resource allocations can be made. The first map, so memory allocations and resource allocations can be made.
part of this function can not depend on any memory services until at least one The first part of this function can not depend on any memory services
memory descriptor is provided to the memory services. Then the memory services until at least one memory descriptor is provided to the memory services.
can be used to intialize the GCD map.
@param HobStart The start address of the HOB. @param HobStart The start address of the HOB.
@param MemoryBaseAddress Start address of memory region found to init DXE @param MemoryBaseAddress Start address of memory region found to init DXE
@ -301,11 +300,8 @@ CoreInitializeMemoryServices (
/** /**
External function. Initializes the GCD and memory services based on the memory External function. Initializes the GCD and memory services based on the memory
descriptor HOBs. This function is responsible for priming the GCD map and the descriptor HOBs. This function is responsible for priming the GCD map and the
memory map, so memory allocations and resource allocations can be made. The first memory map, so memory allocations and resource allocations can be made. The
part of this function can not depend on any memory services until at least one HobStart will be relocated to a pool buffer.
memory descriptor is provided to the memory services. Then the memory services
can be used to intialize the GCD map. The HobStart will be relocated to a pool
buffer.
@param HobStart The start address of the HOB @param HobStart The start address of the HOB
@param MemoryBaseAddress Start address of memory region found to init DXE @param MemoryBaseAddress Start address of memory region found to init DXE

View File

@ -90,7 +90,7 @@ CoreReleaseEventLock (
/** /**
Initializes "event" support and populates parts of the System and Runtime Table. Initializes "event" support.
@retval EFI_SUCCESS Always return success @retval EFI_SUCCESS Always return success

View File

@ -1723,12 +1723,11 @@ CoreConvertResourceDescriptorHobAttributesToCapabilities (
/** /**
External function. Initializes the GCD and memory services based on the memory External function. Initializes memory services based on the memory
descriptor HOBs. This function is responsible for priming the GCD map and the descriptor HOBs. This function is responsible for priming the memory
memory map, so memory allocations and resource allocations can be made. The first map, so memory allocations and resource allocations can be made.
part of this function can not depend on any memory services until at least one The first part of this function can not depend on any memory services
memory descriptor is provided to the memory services. Then the memory services until at least one memory descriptor is provided to the memory services.
can be used to intialize the GCD map.
@param HobStart The start address of the HOB. @param HobStart The start address of the HOB.
@param MemoryBaseAddress Start address of memory region found to init DXE @param MemoryBaseAddress Start address of memory region found to init DXE
@ -1938,11 +1937,8 @@ CoreInitializeMemoryServices (
/** /**
External function. Initializes the GCD and memory services based on the memory External function. Initializes the GCD and memory services based on the memory
descriptor HOBs. This function is responsible for priming the GCD map and the descriptor HOBs. This function is responsible for priming the GCD map and the
memory map, so memory allocations and resource allocations can be made. The first memory map, so memory allocations and resource allocations can be made. The
part of this function can not depend on any memory services until at least one HobStart will be relocated to a pool buffer.
memory descriptor is provided to the memory services. Then the memory services
can be used to intialize the GCD map. The HobStart will be relocated to a pool
buffer.
@param HobStart The start address of the HOB @param HobStart The start address of the HOB
@param MemoryBaseAddress Start address of memory region found to init DXE @param MemoryBaseAddress Start address of memory region found to init DXE