1. 2a9fe54 Add ReadyToBoot signal to BDS. by andrewfish · 15 years ago
  2. 8c6151f Updated MMC/SD Card driver to support hot add and remove of the media (SD Cards) and enable write protect of SD Cards. Had to update pads for WP bit as it was not being programmed as a GPIO. I also changed some of the PAD #defins as there were only really 3 states, so OR things in the table in the .c file did not make a lot of sense. by andrewfish · 15 years ago
  3. 1ebd6c1 Update the copyright notice format by hhtian · 15 years ago
  4. d39eb83 Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS by andrewfish · 15 years ago
  5. d02b28d Change to a NEON compatible CPU Arch (ARMv7 is NEON optional) and add performance lib stuff to measure boot time. Also add an example performace lib dumper as an example EBL command. by andrewfish · 15 years ago
  6. 2ed3c9c Enable NEON (SIMD instructions) via coprocessor register so CopyMem/SetMem can use VLDM and friends if you want. by andrewfish · 15 years ago
  7. e89e593 Checked in some things from my working copy that break the build. Remove the unneeded things so the build works. by andrewfish · 15 years ago
  8. 5b792f1 Add a PE/COFF extra action lib that DEBUG prints the debugger command to load symbols. Turn off DXE Core DEBUG print on load and use this new library in its place. by andrewfish · 15 years ago
  9. 319dd74 Fix stray info in checkin by andrewfish · 15 years ago
  10. 9d1d724 Try out performance infrastructure by andrewfish · 15 years ago
  11. b1c5bd5 Cleaning up thing Beagle in Omap35xx. Partial checkin as I'm getting errors out of svn for doing a svn mv. by andrewfish · 15 years ago
  12. 7e35385 Fix build break. Was fixing Beagle names in Omap35xx package and missed a few. by andrewfish · 15 years ago
  13. bff4e9e Sync up ARMASM and GCC version by andrewfish · 15 years ago
  14. 7781f9f Add a build script for code socery gcc. by andrewfish · 15 years ago
  15. 0f02314 Update to use DEBUG/RELEASE properly in DSC now tools have been fixed. Add VectorBase PCD to SEC. Don't assume it is at start of DRAM. by andrewfish · 15 years ago
  16. 4951b24 Remove dead file, and update startup code to null out vector table. by andrewfish · 15 years ago
  17. aebb096 Update to use new $() form by andrewfish · 15 years ago
  18. d367fe4 Turn of USB legacy support in EHCI driver as it is not needed. by andrewfish · 15 years ago
  19. 97e9818 Sync with ARMASM version. by andrewfish · 15 years ago
  20. b8758b6 Remove unneeded space in sym output to make sure the output is RVD compatible. by andrewfish · 15 years ago
  21. 61e299a Make script less verbose by andrewfish · 15 years ago
  22. fe35c03 Fix build break caused by adding DebugAgentLib to the DXE Core. by andrewfish · 15 years ago
  23. 5aa324d Update comment in dsc file to explain NULL library class. by andrewfish · 15 years ago
  24. 753816a Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD by andrewfish · 15 years ago
  25. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  26. 14e00c1 Fix line endings by andrewfish · 15 years ago
  27. d4aeb70 Update comments to define where stuff comes from by andrewfish · 15 years ago
  28. d5505a2 Make the passed in string not require \n by andrewfish · 15 years ago
  29. b2a73e2 Adding a command to show how symbols work in EFI by andrewfish · 15 years ago
  30. 23cb7cb Make build script exit on build error by andrewfish · 15 years ago
  31. 752d258 Update gcc flags to armv7 by andrewfish · 15 years ago
  32. 5dea9bd Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation of the ARMv7 processor architecture. by andrewfish · 15 years ago
  33. eea5553 Update to pass up Decompress, and PECOFF code from SEC to DXE Core. Turn on USB, even though it does not currently work. by andrewfish · 15 years ago
  34. 026e30c Cleanup SerailIO drivers to have a device path and use PCD settings for various stuff. Also clean up a few coding convention items. by andrewfish · 15 years ago
  35. 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
  36. 3aa4215 Update so Windows build works like Cygwin buid by andrewfish · 15 years ago
  37. f3198cb Update input of disasmembler to support IfThen construct. Add prototype dos script to build BeagleBoard. by andrewfish · 15 years ago
  38. 7784490 Fix some disasm issues by andrewfish · 15 years ago
  39. 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
  40. 097bd46 Move ARM disassembler into a library. by andrewfish · 15 years ago
  41. da85ce1 Added new file. by andrewfish · 15 years ago
  42. ca3ad58 Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off. by andrewfish · 15 years ago
  43. e303288 Remove obsolete comment and drive --thumb from here. by andrewfish · 15 years ago
  44. 47d5cc9 Changed name of Metronome driver. by andrewfish · 15 years ago
  45. adbd84b Fixup RELEASE build to use some NULL libs by andrewfish · 15 years ago
  46. 2cbf6d9 Fix bug in script for relase ROM by andrewfish · 15 years ago
  47. 8c3f387 Add support for a RELASE build by andrewfish · 15 years ago
  48. f8a61fe Missed a library by andrewfish · 15 years ago
  49. cb0f9ff Remove items moved to OMAP350 Package by andrewfish · 15 years ago
  50. 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
  51. 920cb92 Fix RVCT compiler warnings, and a bug in the GdbStub by AJFISH · 15 years ago
  52. 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
  53. 1096a48 Update scripts to point to edk2 BaseTools now fixes have been checked in by AJFISH · 15 years ago
  54. 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
  55. 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
  56. a957d4a More headers cleanup. by AJFISH · 15 years ago
  57. 1b2927d Fix typo in comment. by AJFISH · 15 years ago
  58. 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
  59. 05d612f Remove bad comment by AJFISH · 15 years ago
  60. db5c4f9 Update to support a single stack. GCC update will follow. by AJFISH · 15 years ago
  61. 841f6ba Make the build.sh script match the TOT BaseTools project. by AJFISH · 15 years ago
  62. 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago