summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Include/Library
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg: Fix Ecc error 8001Pierre Gondois2021-04-153-15/+15
* ArmPlatformPkg: Fix Ecc error 8005Pierre Gondois2021-01-041-9/+10
* ArmPlatformPkg: Fix various typosAntoine Cœur2019-07-042-2/+2
* ArmPlatformPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-096-42/+6
* ArmPlatformPkg/NorFlashPlatformLib: remove unused Guid member from structArd Biesheuvel2018-11-271-1/+0
* ArmPlatformPkg: PL011 Dynamic clock freq SupportUdit Kumar2018-06-131-0/+31
* ArmPlatformPkg: Additional display modesGirish Pathak2018-04-231-0/+60
* ArmPlatformPkg: Redefine LcdPlatformGetTimings functionGirish Pathak2018-04-231-16/+15
* ArmPlatformPkg: Tidy Lcd code: Updated commentsGirish Pathak2018-04-231-20/+72
* ArmPlatformPkg: Tidy Lcd code: Coding standardGirish Pathak2018-04-231-7/+7
* ArmPlatformPkg: introduce LcdHwLib library classArd Biesheuvel2017-12-121-0/+68
* ArmPlatformPkg: remove BootMonFs and ArmShellCmdRunAxfArd Biesheuvel2017-12-081-57/+0
* ArmPlatformPkg: remove ArmPlatformSysConfigLib library classArd Biesheuvel2017-12-081-63/+0
* ArmPlatformPkg: remove ArmPlatformInitializeSystemMemoryArd Biesheuvel2017-11-301-11/+0
* ArmPlatformPkg/ArmPlatformLib: remove ARM_SYSTEM_MEMORY_REGION_DESCRIPTORArd Biesheuvel2017-11-301-13/+0
* ArmPlatformPkg: remove ArmTrustedMonitorLib definition and implementationArd Biesheuvel2017-11-261-24/+0
* ArmPlatformPkg: remove ArmPlatformSecLib definition and implementationsArd Biesheuvel2017-11-261-88/+0
* ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from ArmPlatformLibArd Biesheuvel2017-11-251-13/+0
* ArmPlatformPkg: reorganize PL011 codeArd Biesheuvel2017-11-171-0/+189
* ArmPlatformPkg: remove all ArmPlatformGlobalVariableLib implementationsArd Biesheuvel2015-11-271-38/+0
* ArmPlatformPkg/ArmVExpressDxe: Identify the current platformOlivier Martin2015-02-251-0/+13
* ArmPlatformPkg/ArmShellCmdRunAxf: Added 'runaxf' cmd to shellHarry Liebel2014-10-271-0/+57
* ARM Packages: Removed trailing spacesRonald Cron2014-08-192-14/+14
* ArmPlatformPkg/ArmPlatformLib.h: Added documentation for ArmPlatformPeiBootAc...Olivier Martin2014-07-151-0/+16
* ArmPlatformPkg/ArmPlatformLib: Added ArmPlatformGetPrimaryCoreMpId()oliviermartin2013-05-101-0/+14
* ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin2013-05-101-0/+24
* ArmPlatformPkg/ArmPlatformLib.h: Removed non-required header fileoliviermartin2013-05-101-2/+1
* ArmPlatformPkg: Remove an unused function.oliviermartin2013-04-141-15/+0
* ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin2013-03-061-44/+0
* ARM Packages: Fixed line endingsoliviermartin2013-01-254-320/+320
* ArmPlatformPkg/LcdPlatformLib.h: Updated HD mode settings to produce a 60Hz f...oliviermartin2012-09-281-2/+2
* ArmPlatformPkg/LcdPlatformLib.h: Added support for 'WSXGA+ Mode: 1680 x 1050'oliviermartin2012-09-281-2/+18
* ArmPlatformPkg/ArmPlatformLib.h: Introduced ArmPlatformGetCorePosition()oliviermartin2012-09-281-0/+5
* ArmPlatformPkg/Sec: Added support for Non Cold Boot Pathsoliviermartin2012-07-041-0/+4
* ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin2012-05-022-66/+84
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added new function ArmPlatformGe...oliviermartin2012-05-021-1/+6
* ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin2012-05-021-3/+3
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-261-1/+1
* ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure...oliviermartin2012-03-261-0/+44
* ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it...oliviermartin2012-02-291-5/+5
* ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGet...oliviermartin2012-02-281-1/+9
* ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driveroliviermartin2012-02-281-5/+7
* ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin2012-02-281-0/+24
* ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin2012-02-281-2/+2
* ArmPlatformPkg/LcdPlatformLib: Produce the protocols EFI_EDID_DISCOVERED_PROT...oliviermartin2011-12-141-1/+1
* ArmPlatformPkg: Remove ArmPlatformBootRemapping() function from the ArmPlatfo...oliviermartin2011-11-011-12/+0
* ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin2011-09-271-16/+0
* ArmPlatformPkg: Add ArmPlatformGetPlatformPpiList()oliviermartin2011-09-221-0/+16
* ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin2011-09-221-0/+33
* ArmPlatformPkg/ArmPlatformLib: Removed 'ArmPlatformIsMemoryInitialized' functionoliviermartin2011-09-221-13/+0