summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2012-07-04ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware()oliviermartin1-2/+2
2012-07-04ARM Packages: Fixed mispellingsoliviermartin4-6/+6
2012-07-04ArmPkg/SemihostFs: Fixed DataAbort in Semihosting File Systemoliviermartin1-16/+25
2012-07-04ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMem...oliviermartin1-9/+11
2012-07-04ArmPkg/TimerDxe: Fixed incorrect TimerTicks calculationoliviermartin1-1/+1
2012-07-04ArmPkg/BaseMemoryLibStm: Removed duplicated instruction in InternalMemSetMem()oliviermartin2-3/+1
2012-07-04ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin2-4/+4
2012-07-04ArmPkg/ArmPkg.dec: Removed duplicated PCD declarationsoliviermartin1-6/+0
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin4-8/+9
2012-07-04ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface()oliviermartin2-0/+19
2012-07-04ArmPkg/PL390Gic: Fixed initialization when the primary core is not (Cluster0,...oliviermartin2-2/+15
2012-06-06ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu()oliviermartin1-1/+1
2012-05-31ArmPkg: Enhance CompareGuid performance by using CompareMem instead of nested...oliviermartin2-22/+2
2012-05-02ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'oliviermartin1-1/+1
2012-05-02ArmPkg/ArmCpuLib: Fixed SMP Cortex-A9 and Cortex-A15oliviermartin3-8/+33
2012-05-02ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin3-45/+31
2012-05-02ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin4-9/+6
2012-05-02ArmPkg/ArmLib: Added ARM Cpu IDsoliviermartin1-0/+19
2012-05-02ArmPkg/ArmLib: Fixed MpCore macrosoliviermartin1-4/+10
2012-05-02ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin6-11/+122
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin6-76/+82
2012-05-02ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolcha...oliviermartin2-0/+13
2012-05-02ArmPkg/ArmCpuLib: Removed unused filesoliviermartin4-228/+0
2012-05-02ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin13-255/+42
2012-05-02ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInt...oliviermartin7-31/+43
2012-05-02ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin1-219/+219
2012-04-12EDK II Packages: Added License.txt filesoliviermartin1-0/+26
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten1-0/+188
2012-03-26ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin3-6/+19
2012-03-26ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin4-0/+4
2012-03-26ArmPkg: Declared ARM Hypervisor Firmware PCDsoliviermartin1-1/+9
2012-03-26ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin1-0/+1
2012-03-26ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious ...oliviermartin1-2/+3
2012-03-26ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change)oliviermartin3-9/+0
2012-03-26ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin1-4/+4
2012-03-26ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for co...oliviermartin4-3/+8
2012-03-26ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the se...oliviermartin3-5/+49
2012-02-29ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin1-2/+4
2012-02-28ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library)oliviermartin2-32/+32
2012-02-28ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin2-2/+35
2012-02-28ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is m...oliviermartin1-2/+2
2012-02-28ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin1-3/+3
2012-02-28ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin4-226/+0
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin1-1/+1
2012-02-27ArmPkg/ArmArchTimerLib: Renamed the constructor to 'TimerConstructor()'oliviermartin2-4/+4
2012-02-27ArmPkg/PL390Gic: Removed duplicated line of codes disabling the interruptsoliviermartin1-5/+2
2012-02-27ArmPkg/LinuxLoader: Fixed memory leakoliviermartin1-1/+2
2012-02-24ArmPkg/BdsLib: Added support for using uInitrdoliviermartin1-0/+14
2012-02-24ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei formatoliviermartin1-0/+1
2012-02-14ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin7-14/+154