1. f3e6990 Update example symbol command to dump out gdb load commands if you compile with gcc or RVCT commands if you compile with other compilers. by andrewfish · 14 years ago
  2. 934309d Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we don't know how the PE/COFF spec will change, but we can merge the real change into the MdePkg when the PE/COFF spec is updated and remove this library. To be clear I made up the PE/COFF relocation extension for these relocations, but as long as the tools match it all works.... Mainly doing this to support gcc. by andrewfish · 14 years ago
  3. 685f8c7 Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in example platforms. by andrewfish · 14 years ago
  4. 7c137ca Fix the build break in two open source packages caused by check in 10660. by andrewfish · 14 years ago
  5. 81bc205 Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abstractions and make OMAP DMA lib about channel programming only. by andrewfish · 15 years ago
  6. 076c050 Set the default compilers arch flags for these packages by andrewfish · 15 years ago
  7. 9e04898 Remove references to a package that does not exist. by andrewfish · 15 years ago
  8. b830c1d Fix grammer in comment by andrewfish · 15 years ago
  9. d3f55de Add in OmapDmaLib instance. by andrewfish · 15 years ago
  10. 2a9fe54 Add ReadyToBoot signal to BDS. by andrewfish · 15 years ago
  11. 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
  12. 1ebd6c1 Update the copyright notice format by hhtian · 15 years ago
  13. d39eb83 Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS by andrewfish · 15 years ago
  14. 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
  15. 2ed3c9c Enable NEON (SIMD instructions) via coprocessor register so CopyMem/SetMem can use VLDM and friends if you want. by andrewfish · 15 years ago
  16. 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
  17. 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
  18. 319dd74 Fix stray info in checkin by andrewfish · 15 years ago
  19. 9d1d724 Try out performance infrastructure by andrewfish · 15 years ago
  20. 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
  21. 7e35385 Fix build break. Was fixing Beagle names in Omap35xx package and missed a few. by andrewfish · 15 years ago
  22. bff4e9e Sync up ARMASM and GCC version by andrewfish · 15 years ago
  23. 7781f9f Add a build script for code socery gcc. by andrewfish · 15 years ago
  24. 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
  25. 4951b24 Remove dead file, and update startup code to null out vector table. by andrewfish · 15 years ago
  26. aebb096 Update to use new $() form by andrewfish · 15 years ago
  27. d367fe4 Turn of USB legacy support in EHCI driver as it is not needed. by andrewfish · 15 years ago
  28. 97e9818 Sync with ARMASM version. by andrewfish · 15 years ago
  29. b8758b6 Remove unneeded space in sym output to make sure the output is RVD compatible. by andrewfish · 15 years ago
  30. 61e299a Make script less verbose by andrewfish · 15 years ago
  31. fe35c03 Fix build break caused by adding DebugAgentLib to the DXE Core. by andrewfish · 15 years ago
  32. 5aa324d Update comment in dsc file to explain NULL library class. by andrewfish · 15 years ago
  33. 753816a Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD by andrewfish · 15 years ago
  34. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  35. 14e00c1 Fix line endings by andrewfish · 15 years ago
  36. d4aeb70 Update comments to define where stuff comes from by andrewfish · 15 years ago
  37. d5505a2 Make the passed in string not require \n by andrewfish · 15 years ago
  38. b2a73e2 Adding a command to show how symbols work in EFI by andrewfish · 15 years ago
  39. 23cb7cb Make build script exit on build error by andrewfish · 15 years ago
  40. 752d258 Update gcc flags to armv7 by andrewfish · 15 years ago
  41. 5dea9bd Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation of the ARMv7 processor architecture. by andrewfish · 15 years ago
  42. 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
  43. 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
  44. 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
  45. 3aa4215 Update so Windows build works like Cygwin buid by andrewfish · 15 years ago
  46. f3198cb Update input of disasmembler to support IfThen construct. Add prototype dos script to build BeagleBoard. by andrewfish · 15 years ago
  47. 7784490 Fix some disasm issues by andrewfish · 15 years ago
  48. 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
  49. 097bd46 Move ARM disassembler into a library. by andrewfish · 15 years ago
  50. da85ce1 Added new file. by andrewfish · 15 years ago
  51. ca3ad58 Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off. by andrewfish · 15 years ago
  52. e303288 Remove obsolete comment and drive --thumb from here. by andrewfish · 15 years ago
  53. 47d5cc9 Changed name of Metronome driver. by andrewfish · 15 years ago
  54. adbd84b Fixup RELEASE build to use some NULL libs by andrewfish · 15 years ago
  55. 2cbf6d9 Fix bug in script for relase ROM by andrewfish · 15 years ago
  56. 8c3f387 Add support for a RELASE build by andrewfish · 15 years ago
  57. f8a61fe Missed a library by andrewfish · 15 years ago
  58. cb0f9ff Remove items moved to OMAP350 Package by andrewfish · 15 years ago
  59. 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
  60. 920cb92 Fix RVCT compiler warnings, and a bug in the GdbStub by AJFISH · 15 years ago
  61. 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
  62. 1096a48 Update scripts to point to edk2 BaseTools now fixes have been checked in by AJFISH · 15 years ago
  63. 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
  64. 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
  65. a957d4a More headers cleanup. by AJFISH · 15 years ago
  66. 1b2927d Fix typo in comment. by AJFISH · 15 years ago
  67. 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
  68. 05d612f Remove bad comment by AJFISH · 15 years ago
  69. db5c4f9 Update to support a single stack. GCC update will follow. by AJFISH · 15 years ago
  70. 841f6ba Make the build.sh script match the TOT BaseTools project. by AJFISH · 15 years ago
  71. 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago