]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap()
authorOlivier Martin <olivier.martin@arm.com>
Thu, 27 Jun 2013 18:18:24 +0000 (18:18 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Jun 2013 18:18:24 +0000 (18:18 +0000)
commita58266e5fde9ed7e0e88f0b039ae68e926745dc5
tree3e9c1d5135c256cbd9bc0c1bb2d89b0310cc1c04
parenta3202839da599ce4a0267e5a1288eee7099af880
ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap()

The UEFI specification mandates that software uses the DescriptorSize returned
by the GetMemoryMap() function to find the start of each EFI_MEMORY_DESCRIPTOR
in the MemoryMap array. This allows for future expansion of the EFI_MEMORY_DESCRIPTOR.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14447 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/BdsLib/BdsLinuxFdt.c