summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize s...oliviermartin2012-09-282-1/+52
* ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin2012-09-287-13/+14
* ArmPkg/BdsLib: Added FDT support for BdsLiboliviermartin2012-09-2810-53/+473
* ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type libraryoliviermartin2012-09-287-83/+174
* ArmPlatformPkg/Sec: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLiboliviermartin2012-09-284-5/+572
* EmbeddedPkg: Added support to libfdtoliviermartin2012-09-271-0/+1
* ARM Packages: Minor typo, mispellings and coding style changesoliviermartin2012-09-277-47/+25
* ArmPkg/include: Added macro ARM_VECTOR_TABLE_ALIGNMENToliviermartin2012-09-261-0/+2
* ArmPkg: Changed Uncached System Memory from EFI_MEMORY_UC to EFI_MEMORY_WColiviermartin2012-08-312-3/+5
* ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8oliviermartin2012-08-021-0/+2
* ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8oliviermartin2012-07-122-1/+55
* ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware()oliviermartin2012-07-041-2/+2
* ARM Packages: Fixed mispellingsoliviermartin2012-07-044-6/+6
* ArmPkg/SemihostFs: Fixed DataAbort in Semihosting File Systemoliviermartin2012-07-041-16/+25
* ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMem...oliviermartin2012-07-041-9/+11
* ArmPkg/TimerDxe: Fixed incorrect TimerTicks calculationoliviermartin2012-07-041-1/+1
* ArmPkg/BaseMemoryLibStm: Removed duplicated instruction in InternalMemSetMem()oliviermartin2012-07-042-3/+1
* ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin2012-07-042-4/+4
* ArmPkg/ArmPkg.dec: Removed duplicated PCD declarationsoliviermartin2012-07-041-6/+0
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-044-8/+9
* ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface()oliviermartin2012-07-042-0/+19
* ArmPkg/PL390Gic: Fixed initialization when the primary core is not (Cluster0,...oliviermartin2012-07-042-2/+15
* ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu()oliviermartin2012-06-061-1/+1
* ArmPkg: Enhance CompareGuid performance by using CompareMem instead of nested...oliviermartin2012-05-312-22/+2
* ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'oliviermartin2012-05-021-1/+1
* ArmPkg/ArmCpuLib: Fixed SMP Cortex-A9 and Cortex-A15oliviermartin2012-05-023-8/+33
* ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin2012-05-023-45/+31
* ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin2012-05-024-9/+6
* ArmPkg/ArmLib: Added ARM Cpu IDsoliviermartin2012-05-021-0/+19
* ArmPkg/ArmLib: Fixed MpCore macrosoliviermartin2012-05-021-4/+10
* ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin2012-05-026-11/+122
* ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin2012-05-026-76/+82
* ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolcha...oliviermartin2012-05-022-0/+13
* ArmPkg/ArmCpuLib: Removed unused filesoliviermartin2012-05-024-228/+0
* ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2012-05-0213-255/+42
* ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInt...oliviermartin2012-05-027-31/+43
* ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin2012-05-021-219/+219
* 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