summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArmPkg/BdsLib: Fix MemMap Device Path node supportoliviermartin2011-09-091-4/+8
* ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin2011-09-094-11/+108
* ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin2011-09-093-6/+27
* ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pk...oliviermartin2011-09-091-0/+19
* ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCToliviermartin2011-09-073-1/+112
* ArmPlatformPkg: Fix ARM RealView EB and VE buildsoliviermartin2011-08-301-2/+2
* ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was oliviermartin2011-08-221-2/+4
* ArmPkg/BdsLib: Fixed parameters passed to AllocatePages()oliviermartin2011-08-191-2/+2
* BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin2011-08-181-0/+2
* ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one in...oliviermartin2011-08-181-4/+20
* ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin2011-08-184-4/+30
* ArmPkg: Fix ARMGCC buildoliviermartin2011-08-181-1/+1
* ArmPkg/DebugAgentSymbolsOnlyLib: Fix the Firmware Base Address containing the...oliviermartin2011-08-151-1/+1
* ArmPkg/ArmDmaLib: Fix coherency issues in DmaLiboliviermartin2011-08-151-32/+42
* ArmPkg/DebugAgentSymbolsOnlyLib: Fixed switch() statement - missing 'break'oliviermartin2011-08-151-0/+2