]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Introduce the PCD PcdDebuggerExceptionSupport
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jun 2011 09:18:00 +0000 (09:18 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jun 2011 09:18:00 +0000 (09:18 +0000)
commiteeec69c5dc62460d2b256f3dee8097fb7afb34d5
treee87b4c9097fb66c7c8c87cd8f279190ba8b94090
parent55fad965091e831e3a4fbe84e30f35fd9d454afc
ArmPkg: Introduce the PCD PcdDebuggerExceptionSupport

The Exception Vector can be set before installing the CPU DXE driver to add
debugger support at the early stage of the firmware initialization.
If no one has touched the exception vector prior to the CPU DXE then the Vector
might contain non zero data.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11733 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/ArmPkg.dec
ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ArmPkg/Drivers/CpuDxe/Exception.c