1. 70119d2 ArmPkg: remove ARMv6 support code by Ard Biesheuvel · 9 years ago
  2. 8d13298 ArmPkg: split off ArmGicArchLib from ArmGicLib by Ard Biesheuvel · 9 years ago
  3. 23b01c8 ArmPkg/Application: Add new EFI application to boot Linux by Ronald Cron · 9 years ago
  4. 04f1a70 ArmPlatformPkg/ArmVExpressDxe: Load FDT into the EFI Configuration Table by Ronald Cron · 10 years ago
  5. 061568e ArmPkg/BdsLib: Rework TFTP boot by Ronald Cron · 10 years ago
  6. 0b4d97a ArmPlatformPkg/ArmJunoPkg: Move the watchdog generic driver to ArmPkg/Drivers by Ronald Cron · 10 years ago
  7. 4a8fa96 ArmPlatformPkg: The toolchain family name can be omitted if the options are common by Olivier Martin · 10 years ago
  8. ca3026d ArmPkg: Introduced ArmPsciResetSystemLib by Ard Biesheuvel · 10 years ago
  9. 58e92b3 ArmPkg: Add ArmHvcLib by Ard Biesheuvel · 10 years ago
  10. 4f6d34b ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLib by Ard Biesheuvel · 10 years ago
  11. bcf37cf ArmPkg: add ArmGenericTimerCounterLib implementation using virtual timer by Ard Biesheuvel · 10 years ago
  12. cece12d ArmPkg: add ArmGenericTimerCounterLib implementation using physical timer by Ard Biesheuvel · 10 years ago
  13. bd1d062 ARM Packages: Added support for GCC stack protector by Olivier Martin olivier.martin · 10 years ago
  14. 3402aac ARM Packages: Removed trailing spaces by Ronald Cron · 10 years ago
  15. ef0fa8e ArmPkg: Remove BasePeCoffLib by Harry Liebel · 10 years ago
  16. 017baa1 ARM Packages: Renamed PL390Gic driver into ArmGic driver by Olivier Martin · 11 years ago
  17. 634bdd9 ArmPkg/BdsLib: Added Aarch64 support for booting Linux by Harry Liebel · 11 years ago
  18. 25402f5 ArmPkg: Added Aarch64 support by Harry Liebel · 11 years ago
  19. 166c01f ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkg by oliviermartin · 12 years ago
  20. 3eef284 ArmPkg: Fixed ArmPkg.dsc RELEASE build by oliviermartin · 12 years ago
  21. ddfae86 ArmPkg/ArmPkg.dsc: Fixed build by oliviermartin · 12 years ago
  22. 1e57a46 ARM Packages: Fixed line endings by oliviermartin · 12 years ago
  23. fa4a706 EmbeddedPkg: Added support to libfdt by oliviermartin · 12 years ago
  24. 65acd8e ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg/Drivers by oliviermartin · 13 years ago
  25. d314d05 ArmPkg/ArmPkg.dsc: Add latest drivers to the DSC file to validate that they build by oliviermartin · 13 years ago
  26. 90d6a1b ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization by oliviermartin · 13 years ago
  27. 1d2bbdb ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib' by oliviermartin · 13 years ago
  28. 8fc38a3 ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLib by oliviermartin · 13 years ago
  29. 55a0d64 ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib' by oliviermartin · 13 years ago
  30. 11c20f4 Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention by oliviermartin · 13 years ago
  31. 5cc45b7 ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Drivers/ by oliviermartin · 13 years ago
  32. e7f7105 ArmPkg: Renamed PL354SmcSecLib into PL354SmcLib by oliviermartin · 14 years ago
  33. ce73d60 EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkg by oliviermartin · 14 years ago
  34. 709497d ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc builds by oliviermartin · 14 years ago
  35. 507ebc1 Fixes to get CodeSourcery GCC and RVCT 3.1 compiling. by andrewfish · 14 years ago
  36. 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
  37. 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
  38. 076c050 Set the default compilers arch flags for these packages by andrewfish · 15 years ago
  39. 4099cdc Remove obsolete DebugSupport Driver by andrewfish · 15 years ago
  40. d6ebcab Update the copyright notice format by hhtian · 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. 097bd46 Move ARM disassembler into a library. by andrewfish · 15 years ago
  43. 7e1ae73 Remove out of date comment and fix gcc warning. by andrewfish · 15 years ago
  44. 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
  45. 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
  46. 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
  47. 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
  48. 8bbf0f0 Fix some more headers. Add some missing library classes in .dec file and update .dsc to default to cortex ARM cpu type. by AJFISH · 15 years ago
  49. 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago