]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/ArmPkg.dec
Added a library for the default exception handler and started to add a dissasembler...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Jan 2010 02:47:47 +0000 (02:47 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Jan 2010 02:47:47 +0000 (02:47 +0000)
commit6f72e28d04348ad4539679949609675b114896e1
tree400aead84d74026d523bacb5a23089f588fc5819
parent3b66da94989fc44890483b67b7d13c031c2f9fdc
Added a library for the default exception handler and started to add a dissasembler. Cleaned up some issues with BlockIo in BeagleBoard and add some extra info on Ebl devices command to show if a blk device has a file system on it.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9830 6f19259b-4bc3-4df7-8a09-765794883524
22 files changed:
ArmPkg/ArmPkg.dec
ArmPkg/ArmPkg.dsc
ArmPkg/Drivers/CpuDxe/CpuDxe.c
ArmPkg/Drivers/CpuDxe/CpuDxe.h
ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ArmPkg/Drivers/CpuDxe/Exception.c
ArmPkg/Drivers/CpuDxe/ExceptionSupport.ARMv6.asm
ArmPkg/Drivers/CpuDxe/Mmu.c
ArmPkg/Include/Library/ArmLib.h
ArmPkg/Include/Library/DefaultExceptionHandlerLib.h [new file with mode: 0644]
ArmPkg/Library/DefaultExceptionHandlerLib/ArmDisassembler.c [new file with mode: 0644]
ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandler.c [new file with mode: 0644]
ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf [new file with mode: 0644]
ArmPkg/Library/DefaultExceptionHandlerLib/ThumbDisassembler.c [new file with mode: 0644]
BeagleBoardPkg/BeagleBoardPkg.dsc
BeagleBoardPkg/BeagleBoardPkg.fdf
BeagleBoardPkg/Flash/Flash.c
BeagleBoardPkg/Flash/Flash.h
BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.c
BeagleBoardPkg/MMCHSDxe/MMCHS.c
BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.asm
EmbeddedPkg/Ebl/EfiDevice.c