Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
c777c3574ee91f8f75104eb090cd24ce0b4cf511
/
ArmPkg
/
Library
883b666
Clean up UncachedMemoryAllocationLib to use CPU AP.
by andrewfish
· 15 years ago
85e385f
Added CWD to EfiFileLib. Fix some X64 warnings.
by andrewfish
· 15 years ago
f3198cb
Update input of disasmembler to support IfThen construct. Add prototype dos script to build BeagleBoard.
by andrewfish
· 15 years ago
fef5272
More disasm work.
by andrewfish
· 15 years ago
c5c902d
More updated
by andrewfish
· 15 years ago
c639c2d
Fix GCC warnings
by andrewfish
· 15 years ago
eeb7892
Cleanup to match MdePkg cleanups. More progress on ARM disassembler.
by andrewfish
· 15 years ago
b32fecd
Added Thumb2 loads and stores to Disassmebler
by andrewfish
· 15 years ago
c7ed09e
Fix thumb2 Branch instruction in disassembler
by andrewfish
· 15 years ago
7c34497
More progress on the disassebler lib
by andrewfish
· 15 years ago
f9f937d
Move ARM disassembler into a library and out of the exception handler. Add a hook to call the lib from a platform specific EBL command on BeagleBoard.
by andrewfish
· 15 years ago
097bd46
Move ARM disassembler into a library.
by andrewfish
· 15 years ago
7e1ae73
Remove out of date comment and fix gcc warning.
by andrewfish
· 15 years ago
d5b0f23
Update execption handler to print out DFSR & IFSR info.
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
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
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
965626c
Adding a Debug version of the UncachedMemoryAllocationLib that will make the PCI DMA address not match the CPU C address for a DMA buffer. The PCI DMA address will generate a page fault if accessed from the CPU. This should make it easy to debug EFI DMA code to make sure it is following the correct rules for which pointer to use.
by AJFISH
· 15 years ago
c2b5ca8
Need to add some extra functions to the libraries to support paging in the CpuDxe driver (still working on that). Also looks like some of the .INF file hade the token used to search replace the copyright headers and not the headers so I updated that.
by AJFISH
· 15 years ago
06dc4de
Add some missing 64-bit math functions for gcc
by AJFISH
· 15 years ago
2ef2b01
Adding support for BeagleBoard.
by AJFISH
· 15 years ago