summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)Author
2012-08-02ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8oliviermartin
2012-07-12ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8oliviermartin
2012-07-04ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware()oliviermartin
2012-07-04ARM Packages: Fixed mispellingsoliviermartin
2012-07-04ArmPkg/SemihostFs: Fixed DataAbort in Semihosting File Systemoliviermartin
2012-07-04ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMem...oliviermartin
2012-07-04ArmPkg/TimerDxe: Fixed incorrect TimerTicks calculationoliviermartin
2012-07-04ArmPkg/BaseMemoryLibStm: Removed duplicated instruction in InternalMemSetMem()oliviermartin
2012-07-04ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin
2012-07-04ArmPkg/ArmPkg.dec: Removed duplicated PCD declarationsoliviermartin
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin
2012-07-04ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface()oliviermartin
2012-07-04ArmPkg/PL390Gic: Fixed initialization when the primary core is not (Cluster0,...oliviermartin
2012-06-06ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu()oliviermartin
2012-05-31ArmPkg: Enhance CompareGuid performance by using CompareMem instead of nested...oliviermartin
2012-05-02ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'oliviermartin
2012-05-02ArmPkg/ArmCpuLib: Fixed SMP Cortex-A9 and Cortex-A15oliviermartin
2012-05-02ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin
2012-05-02ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin
2012-05-02ArmPkg/ArmLib: Added ARM Cpu IDsoliviermartin
2012-05-02ArmPkg/ArmLib: Fixed MpCore macrosoliviermartin
2012-05-02ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin
2012-05-02ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolcha...oliviermartin
2012-05-02ArmPkg/ArmCpuLib: Removed unused filesoliviermartin
2012-05-02ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin
2012-05-02ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInt...oliviermartin
2012-05-02ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin
2012-04-12EDK II Packages: Added License.txt filesoliviermartin
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten
2012-03-26ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin
2012-03-26ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin
2012-03-26ArmPkg: Declared ARM Hypervisor Firmware PCDsoliviermartin
2012-03-26ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin
2012-03-26ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious ...oliviermartin
2012-03-26ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change)oliviermartin
2012-03-26ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin
2012-03-26ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for co...oliviermartin
2012-03-26ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the se...oliviermartin
2012-02-29ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin
2012-02-28ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library)oliviermartin
2012-02-28ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin
2012-02-28ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is m...oliviermartin
2012-02-28ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin
2012-02-28ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin
2012-02-27ArmPkg/ArmArchTimerLib: Renamed the constructor to 'TimerConstructor()'oliviermartin
2012-02-27ArmPkg/PL390Gic: Removed duplicated line of codes disabling the interruptsoliviermartin
2012-02-27ArmPkg/LinuxLoader: Fixed memory leakoliviermartin
2012-02-24ArmPkg/BdsLib: Added support for using uInitrdoliviermartin