- 1bfda05 Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib.h and fixed a lot of issues with Xcode building. by andrewfish · 14 years ago
- 63ca740 Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. by andrewfish · 14 years ago
- 5792e32 Fix build break on Apple Xcode, caused by fixing normal gcc build break. by andrewfish · 14 years ago
- fe29507 Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can use NEON registers to speed things up. This means we need to save state so we don't blow up a CopyMem. by andrewfish · 14 years ago
- afdfe8f Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to have a PEI phase, and added place holder CPU PEIM to ArmPkg. This ArmRealViewEbPkg now boots from SEC, PEI, DXE, BDS, to EBL in the ARM RealView system emulator that comes with RealView Pro. by andrewfish · 15 years ago
- d6ebcab Update the copyright notice format by hhtian · 15 years ago
- bb02cb8 Cleanup MMU code to do book required sync. Update exception handler to clear fault registers. by andrewfish · 15 years ago
- 9f50cb9 Remove hook for debugger. Should be implemented using the new library scheme. by andrewfish · 15 years ago
- 0416278 Added FIQ interrupt primatives. Update exception handler to disable/reenable FIQ when updating in case debug agent library is using FIQ. by andrewfish · 15 years ago
- 41d4780 Make these drivers more compatible with a projected Debug Agent Library implementation. by andrewfish · 15 years ago
- a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
- 98bc0c8 Sync gcc with armasm. update some memory barriers. by andrewfish · 15 years ago
- 65e2744 Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandler lib inc the PC past the faulting instruction to aid debug. Update LR in Exception hanlder, so return address can get updated properly. by andrewfish · 15 years ago
- eeb7892 Cleanup to match MdePkg cleanups. More progress on ARM disassembler. by andrewfish · 15 years ago
- 6f72e28 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. by andrewfish · 15 years ago
- 920cb92 Fix RVCT compiler warnings, and a bug in the GdbStub by AJFISH · 15 years ago
- d4f167a Missed a fix in the Cpu Driver. Added some more debug for Execption handling and clean up some uncached stuff. by AJFISH · 15 years ago
- 79b9790 Minor update to move array into function to dead strip better on release builds by AJFISH · 15 years ago
- 235605b Updated ARM Exception handler to print out text values for CPSR register by AJFISH · 15 years ago
- 225290e Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. by AJFISH · 15 years ago
- 62e797a Fix GCC build bug and add a debug library to dump load and unload commands into the RVI debugger window. by AJFISH · 15 years ago
- f659880 Added support for L2 (4K) page tables and made the CPU driver change cachability attributes on request. Also got the DebugUncache infrastructure working for the first time. Looks like it works for the simple case. Checking in so we can get more eyes looking at the code. by AJFISH · 15 years ago
- aeb6153 Working on adding paging to the CpuDxe driver so it can update cachablity. At this point it is coded, but untested. So this file is not yet hooked into the driver. by AJFISH · 15 years ago
- 70575d1 One more header fix by AJFISH · 15 years ago
- d213712 Fixed a bug in the HardwareInterrupt handler that would blow the stack if you reenable interrupts in the TimerHandler. It should be noted this happens as the TimerHandler raises and restores TPL for the timer tick used by the DXE Core. There was some work around code in the CPU driver to prevent interrupts from being enabled while handling exceptions. This has been removed. by AJFISH · 15 years ago
- bbd8fad Fix stray charcter in comment. by AJFISH · 15 years ago
- 8a4d81e Adding support for a single stack, GCC check in will follow by AJFISH · 15 years ago
- 8595f12 Working on having a single stack for all modes. This code currently has an issue nesting interrupts in a big honking loop, but seems to save and restore context correctly. by AJFISH · 15 years ago
- 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago