1. 047c0cb ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronization by Olivier Martin · 11 years ago
  2. 6a343fa ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception type by Girish K S · 11 years ago
  3. e7e50d6 ArmPkg/ArmV7Mmu.h: Fixed XN bit conversion from section to small/large page format by Olivier Martin · 11 years ago
  4. d6dc67b ARM: Remove NSACR from the common code by Olivier Martin · 11 years ago
  5. 70f89c0 ArmPkg/ArmLib: Fixed TBLs invalidation in EL1 by Olivier Martin · 11 years ago
  6. e21227c ArmPkg/Library: AArch64 MMU EL1 support by Olivier Martin · 11 years ago
  7. 5b53eaf ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap() by Olivier Martin · 11 years ago
  8. 6ea162c ArmPkg/ArmLib/AArch64: Use the appropriate macros and update comments by Olivier Martin · 11 years ago
  9. ff35168 ArmPkg: Update the AArch64 Image File Machine Type to match the PE/COFF spec by Olivier Martin · 11 years ago
  10. 63e25b6 ArmPkg/BdsLib: AArch64 MPCore Linux 'spin-table' boot cache fix by Harry Liebel · 11 years ago
  11. 383070d ArmPkg/ArmLib/AArch64: Fixed the calculation of the last entry in the Translation Table by Olivier Martin · 11 years ago
  12. 93deac7 ArmPkg: Added AArch64 support (missing files) by Harry Liebel · 11 years ago
  13. 634bdd9 ArmPkg/BdsLib: Added Aarch64 support for booting Linux by Harry Liebel · 11 years ago
  14. 25402f5 ArmPkg: Added Aarch64 support by Harry Liebel · 11 years ago
  15. 591fb37 ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture specific to 'CpuMmuCommon.c' by Olivier Martin · 11 years ago
  16. da27524 ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreId by Olivier Martin · 11 years ago
  17. a1cca63 ArmPkg/PL390Gic: Populate the GIC Distributor Target Register with the GIC CPU ID retrieved from the GIC by Olivier Martin · 11 years ago
  18. f5f89bf ArmPkg/UncachedMemoryAllocationLib: Removed unused header (Protocol/Cpu.h) by Olivier Martin · 11 years ago
  19. a7463b3 ArmPkg: Fix UncachedFreeAlignedPages in UncachedMemoryAllocationLib by Eugene Cohen · 11 years ago
  20. a58266e ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap() by Olivier Martin · 12 years ago
  21. a320283 ArmPkg/ArmLib: Marked functions as 'STATIC' if not exposed outside of the scope of the source file by Olivier Martin · 12 years ago
  22. 6f050ad ArmPkg: Made ArmConfigureMmu() returns a status code by Olivier Martin · 12 years ago
  23. 918c653 ArmPkg/ArmLib: Removed ArmInvalidateTlb when disabling cache as ArmDisableMmu() already does it by Olivier Martin · 12 years ago
  24. 2425e1d ArmPkg: Moved PcdArmLinuxAtagMaxOffset to be ARM specific by Olivier Martin · 12 years ago
  25. 86d7584 ArmPkg/BdsLib: Update FDT CPU node format by Olivier Martin · 12 years ago
  26. e703b08 ArmPkg/Drivers/TimerDxe: Improve Timer initialisation. by Olivier Martin · 12 years ago
  27. e359565 ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes. by oliviermartin · 12 years ago
  28. 8255c56 ArmPkg/BdsLinuxFdt.c: Introduce cpu_to_fdtn() function. by oliviermartin · 12 years ago
  29. cc9f215 ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions. by oliviermartin · 12 years ago
  30. 2d45f19 ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatformGetCorePosition() by oliviermartin · 12 years ago
  31. bebda7c ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore() by oliviermartin · 12 years ago
  32. 387653a ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignment by oliviermartin · 12 years ago
  33. ac0fb62 ArmPkg: Delete PCD value PcdArmLinuxKernelFixedOffset. by oliviermartin · 12 years ago
  34. 467b76b ArmPkg/BdsLib: Fix uInitrd detection by oliviermartin · 12 years ago
  35. 3809e6e ArmPkg/BdsLib: Do not create additional 'cpu' nodes if the 'cpus' node already exist by oliviermartin · 12 years ago
  36. 1a7b6d9 ArmPkg/BdsLib: Replace ARM magic value by a proper defined value. by oliviermartin · 12 years ago
  37. 81742bb ArmPkg/PL390Gic: Do not try to clear spurious interrupts. by oliviermartin · 12 years ago
  38. 09f2cf8 ArmPkg/SemihostFs: Make the driver more compliant with the UEFI specification by oliviermartin · 12 years ago
  39. 2edb5ad ArmPkg/BdsLib: Fixed TFTP and PXE Boot by oliviermartin · 12 years ago
  40. a90e327 ArmPkg/BdsLib: Free the memory when Linux fails to start by oliviermartin · 12 years ago
  41. 7e91dec ArmPkg/BdsLinuxFdt.c: Check that FDT blob is correctly loaded. by oliviermartin · 12 years ago
  42. 39f58c9 ArmPkg/BdsLib: Update 'cpu-release-addr' with the UEFI locations if the method is 'spin-table' by oliviermartin · 12 years ago
  43. 5ea2c2d ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register. by oliviermartin · 12 years ago
  44. 8fa3caf ArmPkg/SemihostLib: Removed leading separator in FileName in SemihostFileOpen() by oliviermartin · 12 years ago
  45. b1cab81 ArmPkg/SemihostFs: Added comment in FileRead() by oliviermartin · 12 years ago
  46. ed2405a ArmPkg/SemihostFs: Use Unicode to Ascii function for the conversion by oliviermartin · 12 years ago
  47. bc87b50 ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (PSCI) to the Flat Device Tree (FDT) by oliviermartin · 12 years ago
  48. 782d3d4 ArmPkg/IndustryStandard: Added definition for some SMC IDs by oliviermartin · 12 years ago
  49. a01e042 ArmPkg/BdsLib: Passed reserved memory regions to the Device Tree by oliviermartin · 12 years ago
  50. c63626b ArmPkg: Fixed unsigned type to be architecture independent by oliviermartin · 12 years ago
  51. 2614b0c ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectory by oliviermartin · 12 years ago
  52. 6f71161 ARM Packages: Fixed coding style and typos by oliviermartin · 12 years ago
  53. c0b2e47 ArmPkg: Introduce GetGlobalEnvironmentVariable() function. by oliviermartin · 12 years ago
  54. 166c01f ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkg by oliviermartin · 12 years ago
  55. 28929e2 ArmPkg/DebugPeCoffExtraActionLib: Checked the ImageContext->PdbPointer is not null by oliviermartin · 12 years ago
  56. 76aee8f ArmPkg/CompilerIntrinsicsLib: Add missing __aeabi_llsl and __aeabi_llsr for GCC by oliviermartin · 12 years ago
  57. 111339d ArmPkg/ArmV7.h: Introduced ARM_ARCH_EXCEPTION_IRQ by oliviermartin · 12 years ago
  58. 3eef284 ArmPkg: Fixed ArmPkg.dsc RELEASE build by oliviermartin · 12 years ago
  59. 063ad84 ArmPlatformPkg/PrePi: Removed magic values by oliviermartin · 12 years ago
  60. ddfae86 ArmPkg/ArmPkg.dsc: Fixed build by oliviermartin · 12 years ago
  61. 1df657d ArmPkg/LinuxLoader: Fixed builds by oliviermartin · 12 years ago
  62. c26aa6f ArmPkg/BdsLib: Added TimerLib to INF file by oliviermartin · 12 years ago
  63. 47585ed ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to library header file by oliviermartin · 12 years ago
  64. 1ea3171 ArmPkg/SemiHosting: Recognise '.' directory as the root directory. by oliviermartin · 12 years ago
  65. 1e57a46 ARM Packages: Fixed line endings by oliviermartin · 12 years ago
  66. 17839a4 ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize stacks by oliviermartin · 12 years ago
  67. 21de944 ARM Packages: Moved ARM assembly files to 'Arm' subdirectory by oliviermartin · 12 years ago
  68. 0a6653b ArmPkg/BdsLib: Added FDT support for BdsLib by oliviermartin · 12 years ago
  69. 619b399 ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type library by oliviermartin · 12 years ago
  70. 9d6b024 ArmPlatformPkg/Sec: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLib by oliviermartin · 12 years ago
  71. fa4a706 EmbeddedPkg: Added support to libfdt by oliviermartin · 12 years ago
  72. b34e4db ARM Packages: Minor typo, mispellings and coding style changes by oliviermartin · 12 years ago
  73. 01bd6ea ArmPkg/include: Added macro ARM_VECTOR_TABLE_ALIGNMENT by oliviermartin · 12 years ago
  74. 3f5aa19 ArmPkg: Changed Uncached System Memory from EFI_MEMORY_UC to EFI_MEMORY_WC by oliviermartin · 12 years ago
  75. 7d77584 ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8 by oliviermartin · 12 years ago
  76. 836a782 ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8 by oliviermartin · 12 years ago
  77. ed71a22 ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware() by oliviermartin · 12 years ago
  78. ce88684 ARM Packages: Fixed mispellings by oliviermartin · 12 years ago
  79. 3bb46df ArmPkg/SemihostFs: Fixed DataAbort in Semihosting File System by oliviermartin · 12 years ago
  80. 7422411 ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMemoryMap() was successful by oliviermartin · 12 years ago
  81. ae42bc8 ArmPkg/TimerDxe: Fixed incorrect TimerTicks calculation by oliviermartin · 12 years ago
  82. dac180f ArmPkg/BaseMemoryLibStm: Removed duplicated instruction in InternalMemSetMem() by oliviermartin · 12 years ago
  83. a32dae4 ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePositionFromMpId' by oliviermartin · 12 years ago
  84. 77734e3 ArmPkg/ArmPkg.dec: Removed duplicated PCD declarations by oliviermartin · 12 years ago
  85. 2575b72 ArmPkg: Fixed RVCT compiler warnings by oliviermartin · 12 years ago
  86. 9736c29 ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface() by oliviermartin · 12 years ago
  87. d695039 ArmPkg/PL390Gic: Fixed initialization when the primary core is not (Cluster0,Cpu0) by oliviermartin · 12 years ago
  88. 526099f ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu() by oliviermartin · 13 years ago
  89. c4c9086 ArmPkg: Enhance CompareGuid performance by using CompareMem instead of nested unaligned read calls by oliviermartin · 13 years ago
  90. f8181c9 ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib' by oliviermartin · 13 years ago
  91. 9d59a88 ArmPkg/ArmCpuLib: Fixed SMP Cortex-A9 and Cortex-A15 by oliviermartin · 13 years ago
  92. 315649c ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeInterrupt' by oliviermartin · 13 years ago
  93. 4c19ece ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGI by oliviermartin · 13 years ago
  94. 1e40431 ArmPkg/ArmLib: Added ARM Cpu IDs by oliviermartin · 13 years ago
  95. 9133aa8 ArmPkg/ArmLib: Fixed MpCore macros by oliviermartin · 13 years ago
  96. 836c350 ArmPkg/ArmLib: Added new functions to access ARM coprocessors by oliviermartin · 13 years ago
  97. 7fffeef ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptor by oliviermartin · 13 years ago
  98. 96a8bc1 ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolchain v5 by oliviermartin · 13 years ago
  99. 124dfbf ArmPkg/ArmCpuLib: Removed unused files by oliviermartin · 13 years ago
  100. b1d41be ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSynchronizeSignal by sev & wfe by oliviermartin · 13 years ago