mirror of https://github.com/acidanthera/audk.git
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:
parent
5f3232d7e8
commit
c18f12d375
|
@ -274,12 +274,11 @@ CoreAcquireGcdMemoryLock (
|
|||
|
||||
|
||||
/**
|
||||
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
|
||||
memory map, so memory allocations and resource allocations can be made. The first
|
||||
part of this function can not depend on any memory services until at least one
|
||||
memory descriptor is provided to the memory services. Then the memory services
|
||||
can be used to intialize the GCD map.
|
||||
External function. Initializes memory services based on the memory
|
||||
descriptor HOBs. This function is responsible for priming the memory
|
||||
map, so memory allocations and resource allocations can be made.
|
||||
The first part of this function can not depend on any memory services
|
||||
until at least one memory descriptor is provided to the memory services.
|
||||
|
||||
@param HobStart The start address of the HOB.
|
||||
@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
|
||||
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
|
||||
part of this function can not depend on any memory services until at least one
|
||||
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.
|
||||
memory map, so memory allocations and resource allocations can be made. The
|
||||
HobStart will be relocated to a pool buffer.
|
||||
|
||||
@param HobStart The start address of the HOB
|
||||
@param MemoryBaseAddress Start address of memory region found to init DXE
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1723,12 +1723,11 @@ CoreConvertResourceDescriptorHobAttributesToCapabilities (
|
|||
|
||||
|
||||
/**
|
||||
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
|
||||
memory map, so memory allocations and resource allocations can be made. The first
|
||||
part of this function can not depend on any memory services until at least one
|
||||
memory descriptor is provided to the memory services. Then the memory services
|
||||
can be used to intialize the GCD map.
|
||||
External function. Initializes memory services based on the memory
|
||||
descriptor HOBs. This function is responsible for priming the memory
|
||||
map, so memory allocations and resource allocations can be made.
|
||||
The first part of this function can not depend on any memory services
|
||||
until at least one memory descriptor is provided to the memory services.
|
||||
|
||||
@param HobStart The start address of the HOB.
|
||||
@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
|
||||
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
|
||||
part of this function can not depend on any memory services until at least one
|
||||
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.
|
||||
memory map, so memory allocations and resource allocations can be made. The
|
||||
HobStart will be relocated to a pool buffer.
|
||||
|
||||
@param HobStart The start address of the HOB
|
||||
@param MemoryBaseAddress Start address of memory region found to init DXE
|
||||
|
|
Loading…
Reference in New Issue