1. 42de093 ArmPlatformPkg/Bds: Added boot timeout setting by Ronald Cron · 11 years ago
  2. 1b0ac0d ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt() by Olivier Martin · 11 years ago
  3. e700a1f ArmPkg/ArmGic: Introduced helper functions to access the GIC controller by Olivier Martin · 11 years ago
  4. 2ca815a ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgement by Olivier Martin · 11 years ago
  5. b0fdce9 ARM Packages: Fixed missing braces (the warning was disabled by GCC) by Olivier Martin · 11 years ago
  6. ec6b8ed ArmPlatformPkg/SP804TimerLib: Checked both Metronome and Performance timers are initialized by Olivier Martin · 11 years ago
  7. b4a6629 ArmPlatformPkg/ArmVExpressPkg: Set CNTFRQ to 100Mhz for the Fast Models by Olivier Martin · 11 years ago
  8. 8b7f930 ArmPlatformPkg/Ds5: Added script to profile EDK2 with ARM DSTREAM by Olivier Martin · 11 years ago
  9. 36d66ac ArmPlatformPkg/NorFlashDxe: Fixed LBA for FVB by Olivier Martin · 11 years ago
  10. 7c794bf ArmPlatformPkg/ArmVExpress-CTA15-A7.dsc: Fixed LAN controller name by Olivier Martin · 11 years ago
  11. 79e1233 ArmPlatformPkg/BootMonFs: Cache the HW Description address by Brendan Jackman · 11 years ago
  12. e29771b ArmPlatformPkg/BootMonFs: Fix flushing new files by Brendan Jackman · 11 years ago
  13. bf6091a ArmPlatformPkg/BootMonFs: Fix finding space for new files by Brendan Jackman · 11 years ago
  14. dcaf7c9 ArmPlatformPkg/BootMonFs: Don't write file header to media until Flush by Brendan Jackman · 11 years ago
  15. 35d3b52 ArmPlatformPkg/BootMonFs: Fix permission check in SetFileInfo by Brendan Jackman · 11 years ago
  16. a9185e7 ArmPlatformPkg/BootMonFs: Use DiskIO to read image descriptions by Brendan Jackman · 11 years ago
  17. cc13514 ArmPlatformPkg/ArmVExpressPkg: Remove the last 16MB of the 32bit DRAM region by Olivier Martin · 11 years ago
  18. f8a9910 ARM Packages: Use .8byte instead of .dword for pointers by Brendan Jackman · 11 years ago
  19. 73ca500 ARM Packages: Use AND instead of BIC instruction with immediate by Brendan Jackman · 11 years ago
  20. 919a3a0 ARM Packages: use GCC_ASM_EXPORT to export functions by Brendan Jackman · 11 years ago
  21. ef7b378 ARM Packages: Remove GCC filter for AARCH64 assembly files by Brendan Jackman · 11 years ago
  22. 5382a85 ArmPlatformPkg/Bds: Fix setting kernel command line by Olivier Martin · 11 years ago
  23. 452a9ee ArmPlatformPkg/Drivers/NorFlashDxe: Directly implement DiskIO protocol by Brendan Jackman · 11 years ago
  24. e691183 ArmPlatformPkg/ArmVExpressSecLibRTSM: Only use extended name of system registers for GCC by Brendan Jackman · 11 years ago
  25. 518c243 ArmPlatformPkg/NorFlashDxe: Optimise FVB protocol by Harry Liebel · 11 years ago
  26. 6add2be ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Increased the size of FV after adding the Lan9118 driver by Olivier Martin · 11 years ago
  27. 02944eb ArmPlatformPkg: Added Lan9118 support by Olivier Martin · 11 years ago
  28. 5aecd34 ArmPlatformPkg/Bds: Do not print garbage if the command line argument is empty by Olivier Martin · 11 years ago
  29. 0aa39d2 ArmPlatformPkg/Bds: Do not free NULL pointer by Olivier Martin · 11 years ago
  30. a78167a ArmPlatformPkg/ArmVExpressPkg: Update the Runtime Code and Data number of pages by Olivier Martin · 11 years ago
  31. 214698e ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 6GB memory of DRAM on Foundation Model by Olivier Martin · 11 years ago
  32. df44112 ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 2GB memory of DRAM on FVP by Olivier Martin · 11 years ago
  33. 3e8ddb4 ArmPlatformPkg/ArmVExpressLibRTSM: Removed unused dead code by Olivier Martin · 11 years ago
  34. 1335480 ArmPlatformPkg/Bds: Fix loading Timeout from NV storage by Harry Liebel · 11 years ago
  35. 4c8bb1e ArmPlatformPkg/Bds: Do not start all devices when starting an OS loader by Olivier Martin · 11 years ago
  36. 3b3b72d ArmPlatformPkg/Bds: Allow to update EFI application boot entries by Olivier Martin · 11 years ago
  37. 5389972 ArmPlatformPkg: Print arguments for EFI Application by Olivier Martin · 11 years ago
  38. 135b09a ArmPlatformPkg/Bds: Introduced helper function to detect if an Ascii/Unicode string is printable by Olivier Martin · 11 years ago
  39. 6bcedce ArmPlatformPkg: Set PcdDefaultBootArgument to an empty unicode string by Olivier Martin · 11 years ago
  40. 55a9f75 ArmPlatformPkg/Bds: Added support to detect if the binary is a EFI image by Olivier Martin · 11 years ago
  41. 0604481 ArmPlatformPkg/Bds: Added support to pass parameters to EFI applications by Olivier Martin · 11 years ago
  42. 90a44ec ArmPlatformPkg/Bds: Decoupled OptionalData for the EFI application boot entry from the Linux loader by Olivier Martin · 11 years ago
  43. 9fc9aa4 ArmPlatformPkg/Bds: Add support to handle Unicode parameters by Olivier Martin · 11 years ago
  44. 734b6c3 ArmPlatformPkg/Bds: Check OptionalData is not NULL before accessing it by Olivier Martin · 11 years ago
  45. 1dbbfc1 ArmPlatformPkg/NorFlashDxe: Fixed driver to support UEFI Runtime mode by Olivier Martin · 11 years ago
  46. 2dff0c1 ArmPlatformPkg/NorFlashDxe: Fix coding mistakes that would prevent Runtime mode by Olivier Martin · 11 years ago
  47. 000f80f ArmPlatformPkg/NorFlashDxe: Declare the driver as a UEFI Runtime driver by Olivier Martin · 11 years ago
  48. 18ee5b6 ArmPlatformPkg/PL031RealTimeClock: Fixed driver to support UEFI Runtime Services by Olivier Martin · 11 years ago
  49. 81514a8 ArmPlatformPkg/PrePi: Use the same calculation to declare the stack size as in the entrypoint by Olivier Martin · 11 years ago
  50. cddd490 ArmPlatformPkg/ArmVExpress-FVP-AArch64: Fixed number of cores and cluster for Base and Foundation models by Olivier Martin · 11 years ago
  51. 79480c8 ArmPlatformPkg: Fixed memory leak after calling GetEnvironmentVariable() by Olivier Martin · 11 years ago
  52. ffcf178 ArmPlatformPkg/ArmVExpressPkg: Add processor identifiers for Cortex A12/A7 by Olivier Martin · 11 years ago
  53. 7ffa9c6 ArmPlatformPkg/Bds: stop inputting more characters when string is full by Ryan Harkin · 11 years ago
  54. cb77b48 ArmPlatformPkg/BootMonFs: Added support for new revision of the NOR Flash file system by Olivier Martin · 11 years ago
  55. 81f2915 ArmPlatformPkg/ArmVExpressPkg: Added Android FastBoot support by Olivier Martin · 11 years ago
  56. 4257aa4 ArmPlatformPkg/ArmVExpressPkg: Added Isp1761 USB OTG driver by Olivier Martin · 11 years ago
  57. a4ab7df ArmPlatformPkg/ArmVExpressDxe: Platform specific driver for ARM VExpress based platform by Olivier Martin · 11 years ago
  58. 27995cd ArmPkg: Tidy assembler code by Olivier Martin · 11 years ago
  59. eaa84fd ArmPkg: Replace single dead loop. by Olivier Martin · 11 years ago
  60. 51ad04c ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit version by Olivier Martin · 11 years ago
  61. ebdddda ArmPlatformPkg/ArmRealViewEbPkg: Fixed assertion in RuntimeDxe by Olivier Martin · 11 years ago
  62. b082496 ArmPlatformPkg/ArmRealViewEbPkg: Added MMC support by Olivier Martin · 11 years ago
  63. da5ae56 Add flag to make UEFI run from DRAM or FLASH for FVPs by Olivier Martin · 11 years ago
  64. e6f3ed4 ARM Packages: CRLF fixup by Leif Lindholm · 11 years ago
  65. abc0e10 ArmPkg: Removed unused header 'BdsUnixLib.h' by Olivier Martin · 11 years ago
  66. e30acb4 ArmPlatformPkg/BdsLib: Let the user press enter when inputting booleans by Olivier Martin · 11 years ago
  67. 3f3659e ArmPlatformPkg/Scripts/Makefile: Update after edksetup.sh changes by Olivier Martin · 11 years ago
  68. 80ae629 ArmPlatformPkg/ArmVExpress.dsc.inc: Exposed the 2 NOR Flash filesystem to UEFI by Olivier Martin · 11 years ago
  69. 5a78d29 ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Move UEFI image above the first 128MB of DRAM by Olivier Martin · 11 years ago
  70. c2d87a4 ArmPlatformPkg/PrePi: Fixed register corruption by Olivier Martin · 11 years ago
  71. eb98fc6 ArmPlatformPkg: Removed the hardware floating point build flags by Olivier Martin · 11 years ago
  72. d91e3ba Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'. by Gao, Liming · 11 years ago
  73. 974d611 ArmPlatformPkg/ArmVExpressPkg: Clean line endings by Laszlo Ersek · 11 years ago
  74. 9ad8d7d ArmPlatformPkg/ArmVExpress-RTSM-A15_MPCore.fdf: Added Generic Network drivers by Reece R. Pollack · 11 years ago
  75. 5c20c0c ArmPlatformPkg/ArmVExpress-RTSM-A15.fdf: Added the generic Network drivers by Reece R. Pollack · 11 years ago
  76. 1eee8f3 ArmPlatformPkg/ArmVExpressPkg: Add the core network components needed for networking and PXE boot. by Ryan Harkin · 11 years ago
  77. 94e0955 ArmPlatformPkg/BootMonFs: Added support for the NorFlash File System of the ARM Development Boards by Olivier Martin · 11 years ago
  78. 33fc8b0 ArmPlatformPkg/ArmVExpressPkg: Add build option to support VExpress A15 QEMU emulation by Roy Franz · 11 years ago
  79. 92720fe ArmPlatformPkg/ArmVExpressPkg: add virtio to RTSM A9 BSP by Ryan Harkin · 11 years ago
  80. bdf67cd ArmPlatformPkg/ArmVExpressPkg: add virtio to RTSM A15 BSP by Ryan Harkin · 11 years ago
  81. 4b128e5 ArmPlatformPkg/ArmVExpressPkg: Add virtio to RTSM A15 MPCore BSP by Ryan Harkin · 11 years ago
  82. 382e45e ArmPlatformPkg/PeiServicesTablePointerLib: Update PeiServicesTablePointerLib instance to add new API MigratePeiServicesTablePointer() by Gao, Liming · 11 years ago
  83. c357fd6 ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64 by Olivier Martin · 11 years ago
  84. 94caa81 ArmPlatformPkg/ArmFvpDxe: Fixed the line endings by oliviermartin · 11 years ago
  85. e94784c ArmPlatformPkg/ArmFvpDxe: Added Virtio Block support by Olivier Martin · 11 years ago
  86. 1e69576 ArmPlatformPkg/ArmVExpressPkg: Added the empty 'ArmFvpDxe' platform UEFI driver by Olivier Martin · 11 years ago
  87. b2ce4a3 ARM Packages: Removed 'inline' keyword by Olivier Martin · 11 years ago
  88. 7cf1a5b ArmPlatformPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc: Remove the Monitor stacks PCDs by Olivier Martin · 11 years ago
  89. 8a25bd7 ArmPlatformPkg/ArmPlatformStackLib: Do not directly use PcdArmPrimaryCore by Olivier Martin · 11 years ago
  90. 9926709 ArmPlatformPkg: Fix and Implement ArmPlatformGetPrimaryCoreMpId by Olivier Martin · 11 years ago
  91. 34b292f EmbeddedPkg/EmbeddedPkg.dec: Defined default values for PcdPrePiCpuMemorySize & PcdPrePiCpuIoSize by Olivier Martin · 11 years ago
  92. ace8987 ArmPlatformPkg/Ds5: Update script to support System Memory above the 32bit space on AArch64 by Olivier Martin · 11 years ago
  93. d4c92ad ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed the initial secondary core bringup when remapping DRAM at 0x0 by Olivier Martin · 11 years ago
  94. 6cc28dc ARM Packages: Removed 'Chipset/ArmV7.h' inclusion from the non-ARMv7 specific files by Olivier Martin · 11 years ago
  95. 54ed21d ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF file by Olivier Martin · 11 years ago
  96. 8c6ab85 ArmPlatformPkg/ArmVExpressPkg: Fixed when EDK2_ARMVE_STANDALONE is set to zero by Olivier Martin · 11 years ago
  97. 75f6303 ArmPlatformPkg: Added initial support for the FVP Base and Foundation Models by Olivier Martin · 11 years ago
  98. 017baa1 ARM Packages: Renamed PL390Gic driver into ArmGic driver by Olivier Martin · 11 years ago
  99. cc104d1 ArmPlatformPkg/PL031RealTimeClockLib: Fixed the conditions in LibSetTime() by Olivier Martin · 11 years ago
  100. 4f8c9ae ArmPlatformPkg/PL180MciDxe: Fixed check for space in transmit FIFO by Olivier Martin · 11 years ago