]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Include/Library/ArmLib.h
ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GB
authorOlivier Martin <olivier.martin@arm.com>
Wed, 5 Feb 2014 12:53:09 +0000 (12:53 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 5 Feb 2014 12:53:09 +0000 (12:53 +0000)
commit4e57d6d70b836dc5888603b9c0c7c00177e3d063
tree0cb4f84bd09c8bd6c8337bc52eb4f009fd87fbc4
parent2818c158de6a164d012e6afb0fc145656aed4e4b
ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GB

The function ArmWriteVBar had a UINT32 parameter.
Need to change it to UINT.

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@15208 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Include/Library/ArmLib.h
ArmPkg/Library/ArmLib/Arm11/Arm11Lib.c