1. 513aa34 ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable CPU and Platform Specific settings by oliviermartin · 13 years ago
  2. d314d05 ArmPkg/ArmPkg.dsc: Add latest drivers to the DSC file to validate that they build by oliviermartin · 13 years ago
  3. 3d4c7ab ArmPkg/RvdPeCoffExtraActionLib: Add quotes in RVD command line for RVD under Linux by oliviermartin · 13 years ago
  4. 7755dfd ArmPkg/DefaultExceptionHandlerLib: Replace the Print() by SerialOutputWrite() function by oliviermartin · 13 years ago
  5. ce4b2bd ArmPkg/ArmArchTimerLib: Fix TimerLib when the security extension is not implemented by oliviermartin · 13 years ago
  6. a8151a7 ArmPkg: Fix GetClusterId() calculation from MpId by oliviermartin · 13 years ago
  7. 81be6e0 ArmPkg/ArmCpuLib: Fix GCC/XCode builds by oliviermartin · 13 years ago
  8. 793275a ArmPlatformPkg: Coding style (minor changes) by oliviermartin · 13 years ago
  9. 89bbce1 Arm Packages: Fix builds for XCODE32 toolchain by oliviermartin · 13 years ago
  10. 68085d3 ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in __aeabi_uread4 by oliviermartin · 13 years ago
  11. 19a7404 ArmPkg/BdsLib: Fix incorrect pointer casting by oliviermartin · 13 years ago
  12. ae7f81c ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4 by oliviermartin · 13 years ago
  13. 886f97c ARM Packages: Fixed Build failings/warnings/EDK2 coding convention by oliviermartin · 13 years ago
  14. 88d4f51 ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4 by oliviermartin · 13 years ago
  15. da9675a ArmPkg: Add ARM Architectural Timer support by oliviermartin · 13 years ago
  16. 0c0e7ef ArmPkg/ArmLib: Update Arm11 port by oliviermartin · 13 years ago
  17. bd6b979 ArmPkg/ArmLib: Clean ArmV7Lib by oliviermartin · 13 years ago
  18. 12c5ae2 ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gArmTokenSpaceGuid.PcdTrustzoneSupport by oliviermartin · 13 years ago
  19. 3127615 ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2) by oliviermartin · 13 years ago
  20. aa84fef ArmPkg: Removed 'ArmV7/ArmV7MPCore*' files by oliviermartin · 13 years ago
  21. 90d6a1b ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization by oliviermartin · 13 years ago
  22. d9e4abb ArmPkg/ArmV7: Move the MMU specific macros into 'Chipset/ArmV7Mmu.h by oliviermartin · 13 years ago
  23. 1d2bbdb ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib' by oliviermartin · 13 years ago
  24. 44788ba ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platform by oliviermartin · 13 years ago
  25. 8fc38a3 ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLib by oliviermartin · 13 years ago
  26. f92b93c ARM Packages: Rename PcdNormal* into Pcd* PCDs by oliviermartin · 13 years ago
  27. 2dbcb8f ArmPlatformPkg: Changed memory model for the stacks by oliviermartin · 13 years ago
  28. 0787bc6 ArmPlatformPkg: Introduce Primary core macros by oliviermartin · 13 years ago
  29. 55a0d64 ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib' by oliviermartin · 13 years ago
  30. 75e4db2 ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application by oliviermartin · 13 years ago
  31. d9325c8 ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate file by oliviermartin · 13 years ago
  32. 76d17c3 ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdt by oliviermartin · 13 years ago
  33. 11c20f4 Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention by oliviermartin · 13 years ago
  34. 2a9f433 ArmPkg/ArmDisassemblerLib: Comment out unused variable by oliviermartin · 13 years ago
  35. a6d4d0a ArmPkg/BdsLib: Add missing BdsLoadOption.c file by oliviermartin · 13 years ago
  36. aa863d3 ArmPkg/BdsLib: Fix MemMap Device Path node support by oliviermartin · 13 years ago
  37. 4aa2417 ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ArmPlatformPkg/Bds to ArmPkg/BdsLib by oliviermartin · 13 years ago
  38. 2755d84 ArmPkg/BdsLib: Add support to pass argument to a loaded EFI application by oliviermartin · 13 years ago
  39. a6e97d2 ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pkg to ArmPkg/Bds by oliviermartin · 13 years ago
  40. 796b0b1 ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCT by oliviermartin · 13 years ago
  41. cc1e814 ArmPlatformPkg: Fix ARM RealView EB and VE builds by oliviermartin · 13 years ago
  42. 48be3ea ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was passed by oliviermartin · 13 years ago
  43. 1c6f402 ArmPkg/BdsLib: Fixed parameters passed to AllocatePages() by oliviermartin · 13 years ago
  44. 8c454d9 BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define System Memory by oliviermartin · 13 years ago
  45. bd54c23 ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one initially requested by oliviermartin · 13 years ago
  46. 656416b ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDS by oliviermartin · 13 years ago
  47. 151acec ArmPkg: Fix ARMGCC build by oliviermartin · 13 years ago
  48. abb4e5f ArmPkg/DebugAgentSymbolsOnlyLib: Fix the Firmware Base Address containing the Sec module by oliviermartin · 13 years ago
  49. e6d572b ArmPkg/ArmDmaLib: Fix coherency issues in DmaLib by oliviermartin · 13 years ago
  50. 9201b04 ArmPkg/DebugAgentSymbolsOnlyLib: Fixed switch() statement - missing 'break' by oliviermartin · 13 years ago
  51. 43f6991 ArmPkg/PL390Gic: Fix RegisterInterruptSource() to be able to unregister an interrupt handler by oliviermartin · 13 years ago
  52. 1d36ec0 ArmPkg: Fix ARM builds for XCode32 by oliviermartin · 13 years ago
  53. 5f4f133 ArmPkg/SemiHostingSerialPortLib: Return number of written bytes in SerialPortWrite() by oliviermartin · 14 years ago
  54. 44c0116 ArmPkg/UncachedMemoryAllocationLib: Use gDS function to set memory attributes by oliviermartin · 14 years ago
  55. 65cd89d ArmPkg/DebugAgentSymbolsOnlyLib: Add library to print loaded address of the SEC and PEI_CORE modules by oliviermartin · 14 years ago
  56. 438311a ArmPkg: Minor coding style changes by oliviermartin · 14 years ago
  57. a6caee6 ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction() by oliviermartin · 14 years ago
  58. 1c1e70f ArmPkg/BdsLib: Linux kernel supports either FDT or ATAG by oliviermartin · 14 years ago
  59. 6e88239 ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] array by oliviermartin · 14 years ago
  60. 3723a71 ArmPlatformPkg: Fix builds by oliviermartin · 14 years ago
  61. 5cc45b7 ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Drivers/ by oliviermartin · 14 years ago
  62. 5b49151 ArmPkg/BdsLib: Check if the performance timer is counting down or up in PrintPerformance() by oliviermartin · 14 years ago
  63. 8513037 ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid event by oliviermartin · 14 years ago
  64. 149daa6 ArmPkg/CpuPei: Declare the CPU HOB by oliviermartin · 14 years ago
  65. fbcd5ce ArmPkg/CpuPei: Get the System Memory from the Resource Memory HOB by oliviermartin · 14 years ago
  66. d7b6c49 ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gic by oliviermartin · 14 years ago
  67. 6bab33c ArmPlatformPkg/Bds: Fix various bugs in the new BDS by oliviermartin · 14 years ago
  68. e862cd5 ArmPkg: Fix warnings raised by ARMGCC by oliviermartin · 14 years ago
  69. 1ad14bc ArmPlatformPkg: Unify the Secure and Normal FD and FV PCD naming by oliviermartin · 14 years ago
  70. a355a36 ArmPkg/BdsLib: Upgrade the library to use natively the Device Path by oliviermartin · 14 years ago
  71. f501f5d ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initialization functions by oliviermartin · 14 years ago
  72. 9e2b420 ArmPkg: Fix coding style to follow EDK2 coding convention by oliviermartin · 14 years ago
  73. 838725a ArmPkg/PL180MciDxe: Replace VenHw Device Path GUID by EFI_CALLER_ID_GUID by oliviermartin · 14 years ago
  74. 0530bfe ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW register by oliviermartin · 14 years ago
  75. f0a7a8c ArmPkg/CompilerIntrinsincsLib: Add div and mullu functions to ARMGCC by oliviermartin · 14 years ago
  76. e748229 ArmPkg/PeCoffExtraActionLib: Add the return carriage character after printing the debugger command lines by oliviermartin · 14 years ago
  77. 4705b7d ArmPkg: Add comments to ArmEnableVFP by oliviermartin · 14 years ago
  78. f0fef79 ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functions by oliviermartin · 14 years ago
  79. e7f7105 ArmPkg: Renamed PL354SmcSecLib into PL354SmcLib by oliviermartin · 14 years ago
  80. 5a4b8c6 ArmPkg: Fix the default value of PcdCpuVectorBaseAddress by oliviermartin · 14 years ago
  81. 8be5d4d ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the code by oliviermartin · 14 years ago
  82. 51d191a ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the code by oliviermartin · 14 years ago
  83. 63adfb1 Armkg: Fix EDK2 coding style by oliviermartin · 14 years ago
  84. eeec69c ArmPkg: Introduce the PCD PcdDebuggerExceptionSupport by oliviermartin · 14 years ago
  85. ce73d60 EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkg by oliviermartin · 14 years ago
  86. 2cf57c9 ArmPkg/PL180Mci: Fix build by oliviermartin · 14 years ago
  87. 50c5f18 ArmPkg/PL180MciDxe: Use the new flag MMC_CMD_NO_CRC_RESPONSE by oliviermartin · 14 years ago
  88. 2b826e7 ArmPkg/MmcDxe: Introduce MMC_CMD_NO_CRC_RESPONSE flag by oliviermartin · 14 years ago
  89. 8ea50d2 Fix Xcode compile bug. It looks like these two arguments had an extra level of indirection that was in error. Good thing about extra compilers is we catch this kind of thing for almost free. by andrewfish · 14 years ago
  90. 2e3650d ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE aligned by oliviermartin · 14 years ago
  91. 709497d ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc builds by oliviermartin · 14 years ago
  92. 643ec0e ArmPkg: Fix InternalMemCopyMem() by oliviermartin · 14 years ago
  93. 61afd6a ArmPkg/ArmDisassemblerLib: Fix register list by oliviermartin · 14 years ago
  94. 964680c ArmPlatformPkg/ArmPlatformLib: Move the UEFI memory partionning to MemoryInitPei by oliviermartin · 14 years ago
  95. cf3a77a ArmPkg/BdsLib: Fix GetSystemMemoryResources() by oliviermartin · 14 years ago
  96. bad880b ArmPkg/BdsLib: Prevent application to hang the platform using watchdog by oliviermartin · 14 years ago
  97. 262a9b0 ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenSpaceGuid.PcdNormalFd* by oliviermartin · 14 years ago
  98. 1e6a5cf ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE() by oliviermartin · 14 years ago
  99. 53205a5 ArmPkg/ArmV7: Fix TT_DESCRIPTOR_LARGEPAGE_CACHE_POLICY_MASK mask by oliviermartin · 14 years ago
  100. fe93eba ArmPkg/PL390GixDxe: Return from the interrupt handler when it is a sporadic interrupt by oliviermartin · 14 years ago