index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ArmPkg
/
Drivers
/
CpuDxe
Age
Commit message (
Expand
)
Author
2010-04-13
Cleanup MMU code to do book required sync. Update exception handler to clear ...
andrewfish
2010-03-17
Remove hook for debugger. Should be implemented using the new library scheme.
andrewfish
2010-03-05
Added FIQ interrupt primatives. Update exception handler to disable/reenable ...
andrewfish
2010-03-05
Make these drivers more compatible with a projected Debug Agent Library imple...
andrewfish
2010-02-25
Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*
jljusten
2010-02-19
Sync gcc with armasm. update some memory barriers.
andrewfish
2010-02-16
Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...
andrewfish
2010-02-03
Cleanup to match MdePkg cleanups. More progress on ARM disassembler.
andrewfish
2010-01-27
Added a library for the default exception handler and started to add a dissas...
andrewfish
2010-01-17
Fix RVCT compiler warnings, and a bug in the GdbStub
AJFISH
2010-01-17
Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...
AJFISH
2010-01-15
Minor update to move array into function to dead strip better on release builds
AJFISH
2010-01-15
Updated ARM Exception handler to print out text values for CPSR register
AJFISH
2010-01-14
Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...
AJFISH
2010-01-14
Fix GCC build bug and add a debug library to dump load and unload commands in...
AJFISH
2010-01-14
Added support for L2 (4K) page tables and made the CPU driver change cachabil...
AJFISH
2010-01-12
Working on adding paging to the CpuDxe driver so it can update cachablity. At...
AJFISH
2010-01-08
Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...
AJFISH
2010-01-08
Fix stray charcter in comment.
AJFISH
2010-01-08
Adding support for a single stack, GCC check in will follow
AJFISH
2009-12-22
Working on having a single stack for all modes. This code currently has an is...
AJFISH
2009-12-06
Adding support for BeagleBoard.
AJFISH