summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* EDK II Packages: Added License.txt filesoliviermartin2012-04-121-0/+26
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-111-0/+188
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-263-6/+19
* ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin2012-03-264-0/+4
* ArmPkg: Declared ARM Hypervisor Firmware PCDsoliviermartin2012-03-261-1/+9
* ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin2012-03-261-0/+1
* ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious ...oliviermartin2012-03-261-2/+3
* ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change)oliviermartin2012-03-263-9/+0
* ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin2012-03-261-4/+4
* ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for co...oliviermartin2012-03-264-3/+8
* ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the se...oliviermartin2012-03-263-5/+49
* ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin2012-02-291-2/+4
* ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library)oliviermartin2012-02-282-32/+32
* ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin2012-02-282-2/+35
* ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is m...oliviermartin2012-02-281-2/+2
* ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin2012-02-281-3/+3
* ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin2012-02-284-226/+0
* ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin2012-02-281-1/+1
* ArmPkg/ArmArchTimerLib: Renamed the constructor to 'TimerConstructor()'oliviermartin2012-02-272-4/+4
* ArmPkg/PL390Gic: Removed duplicated line of codes disabling the interruptsoliviermartin2012-02-271-5/+2
* ArmPkg/LinuxLoader: Fixed memory leakoliviermartin2012-02-271-1/+2
* ArmPkg/BdsLib: Added support for using uInitrdoliviermartin2012-02-241-0/+14
* ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei formatoliviermartin2012-02-241-0/+1
* ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin2012-02-147-14/+154
* ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...oliviermartin2012-02-143-17/+4
* ArmPkg/BdsLib: Fixed memory leakoliviermartin2012-02-091-2/+8
* ArmPkg/BdsLib: Fixed incorrect typecastingoliviermartin2012-02-091-2/+2
* ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the me...oliviermartin2012-02-091-2/+11
* ArmPkg/BdsLib: Added support to start uImageoliviermartin2012-02-092-3/+11
* ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable ...oliviermartin2011-11-011-0/+28
* ArmPkg/ArmPkg.dsc: Add latest drivers to the DSC file to validate that they b...oliviermartin2011-11-011-9/+13
* ArmPkg/RvdPeCoffExtraActionLib: Add quotes in RVD command line for RVD under ...oliviermartin2011-11-011-2/+2
* ArmPkg/DefaultExceptionHandlerLib: Replace the Print() by SerialOutputWrite()...oliviermartin2011-11-011-1/+8
* ArmPkg/ArmArchTimerLib: Fix TimerLib when the security extension is not imple...oliviermartin2011-11-011-1/+1
* ArmPkg: Fix GetClusterId() calculation from MpIdoliviermartin2011-11-011-1/+1
* ArmPkg/ArmCpuLib: Fix GCC/XCode buildsoliviermartin2011-11-017-6/+31
* ArmPlatformPkg: Coding style (minor changes)oliviermartin2011-11-011-1/+1
* Arm Packages: Fix builds for XCODE32 toolchainoliviermartin2011-10-045-8/+23
* ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in...oliviermartin2011-09-291-38/+38
* ArmPkg/BdsLib: Fix incorrect pointer castingoliviermartin2011-09-273-12/+12
* ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4oliviermartin2011-09-271-0/+2
* ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2011-09-273-20/+23
* ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4oliviermartin2011-09-274-0/+238
* ArmPkg: Add ARM Architectural Timer supportoliviermartin2011-09-2715-1/+1468
* ArmPkg/ArmLib: Update Arm11 portoliviermartin2011-09-2711-138/+640
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-2718-1596/+1390
* ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin2011-09-271-0/+2
* ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2)oliviermartin2011-09-278-0/+449
* ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin2011-09-276-301/+0
* ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initializationoliviermartin2011-09-271-3/+3