summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArmPkg/ArmV7: Move the MMU specific macros into 'Chipset/ArmV7Mmu.holiviermartin2011-09-221-0/+219
* ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin2011-09-225-104/+0
* ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin2011-09-229-14/+299
* ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin2011-09-221-0/+3
* ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2011-09-223-7/+7
* ArmPlatformPkg: Changed memory model for the stacksoliviermartin2011-09-222-1/+30
* ArmPlatformPkg: Introduce Primary core macrosoliviermartin2011-09-222-0/+13
* ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2011-09-2210-291/+254
* ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI applicationoliviermartin2011-09-226-0/+692
* ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate...oliviermartin2011-09-224-147/+175
* ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdtoliviermartin2011-09-224-92/+157
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-229-274/+112
* ArmPkg/ArmDisassemblerLib: Comment out unused variableoliviermartin2011-09-131-3/+3
* ArmPkg/BdsLib: Add missing BdsLoadOption.c fileoliviermartin2011-09-121-0/+264