]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg/RelocatableVirtHelper: use correct FindMemNode argument order
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 13 Apr 2016 11:47:46 +0000 (13:47 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 13 Apr 2016 13:35:01 +0000 (15:35 +0200)
commit8457f5e40277d682b2de25f7769106a2cf803216
tree449ee47821b1d0a10205e4709c5d425cabb3bfcb
parent488182b6faf36676c507ecbd4fc596ccb015d442
ArmVirtPkg/RelocatableVirtHelper: use correct FindMemNode argument order

Commit 03b6bed17ea6 ArmVirtPkg/XenRelocatablePlatformLib: rewrite DTB
memory node retrieval in C") introduced a FindMemNode () C function
that takes pointers to system memory base and size as arguments, but the
calling code passes them in the wrong order.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/AARCH64/RelocatableVirtHelper.S
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ARM/RelocatableVirtHelper.S
ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/AARCH64/RelocatableVirtHelper.S
ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/ARM/RelocatableVirtHelper.S