summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4
AgeCommit message (Expand)AuthorFilesLines
2017-11-30ArmPlatformPkg: remove unused ArmVExpressLibCTA9x4 codeArd Biesheuvel6-540/+0
2016-08-11ArmPlatformPkg/ArmVExpressPkg: switch to ASM_FUNC() asm macroArd Biesheuvel1-21/+7
2016-08-11ArmPlatformPkg RVCT: drop dependency on GCC macro libraryArd Biesheuvel1-10/+3
2015-12-14ArmPlatformPkg/CTA9x4: use declared PPI rather than module local varArd Biesheuvel3-3/+7
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron1-1/+1
2014-08-19ARM Packages: Removed trailing spacesRonald Cron6-41/+41
2013-12-06ArmPlatformPkg: Fix and Implement ArmPlatformGetPrimaryCoreMpIdOlivier Martin2-2/+3
2013-11-28ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed the initial secondary core bringup...Olivier Martin2-19/+3
2013-11-28ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF fileOlivier Martin2-6/+0
2013-05-10ArmPlatform/ArmPlatformLib: Introduced ArmPlatformPeiBootAction()oliviermartin3-2/+12
2013-05-10ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatform...oliviermartin2-0/+21
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added ArmPlatformGetPrimaryCoreMpId()oliviermartin2-0/+21
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin5-1/+87
2013-04-14ArmPlatformPkg: Remove an unused function.oliviermartin1-18/+0
2013-01-25ARM Packages: Fixed line endingsoliviermartin2-269/+269
2012-07-11ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed buildoliviermartin1-0/+52
2012-07-04ARM Packages: Clean code (Remove unused PCDs, ...)oliviermartin1-53/+0
2012-05-02ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin4-435/+53
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin1-13/+6
2012-05-02ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin2-4/+13
2012-03-26ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2-1/+9
2012-02-28ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin1-2/+2
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin1-2/+1
2011-12-14ArmPlatformPkg: Renamed 'DebugSecExtraActionLib' into 'ArmPlatformSecExtraAct...oliviermartin1-1/+1
2011-11-01ArmPlatformPkg: Use fixed PcdTrustzoneSupport to define if Trustzone is enabl...oliviermartin1-20/+20
2011-11-01ArmPlatformPkg: Remove ArmPlatformBootRemapping() function from the ArmPlatfo...oliviermartin1-23/+11
2011-09-29ArmPlatformPkg/ArmVExpressPkg: The virtual memory must have the Secure attrib...oliviermartin2-6/+14
2011-09-27ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin4-51/+24
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin1-2/+72
2011-09-22ArmPlatformPkg: Add ArmPlatformGetPlatformPpiList()oliviermartin1-0/+10
2011-09-22ArmPlatformPkg/ArmPlatformLib: Removed 'ArmPlatformIsMemoryInitialized' functionoliviermartin4-98/+0
2011-09-22ArmPlatformPkg/ArmPlatformLib: Introduce ArmPlatformSecBootAction functionoliviermartin2-0/+26
2011-07-28ArmPkg: Fix ARM builds for XCode32oliviermartin1-3/+3
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2-8/+1
2011-07-01ArmPlatformPkg: Fix buildsoliviermartin2-12/+12
2011-07-01ArmPlatformPkg/PL34xDmc: Remove DMC base address from the DMC configurationoliviermartin1-6/+4
2011-07-01ArmPlatformPkg/PL35xSmc: Clean SMC driver to replace hardcoded Chip Select in...oliviermartin6-105/+238
2011-07-01ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin4-1/+10
2011-07-01ArmPlatformPkg: Move PcdStandalone from Feature PCD to Fixed PCDoliviermartin2-2/+4
2011-06-15ArmPkg: Fix warnings raised by ARMGCColiviermartin1-1/+1
2011-06-11ArmPlatformPkg/ArmVExpressLib: Move Secure code into a separate fileoliviermartin4-93/+126
2011-06-11ArmPlatformPkg: Code cleaningoliviermartin2-6/+0
2011-06-11ArmPlatformPkg/ArmVExpressPkg: Introduce the PcdNorFlashRemapping feature PCDoliviermartin4-82/+109
2011-06-11ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin2-25/+69
2011-06-03ArmPlatformPkg/ArmVExpressPkg: Create ArmVExpressPkg/Include/VExpressMotherBo...oliviermartin2-2/+2
2011-06-03ArmPlatformPkg/SP804Timer: Remove the SP810 System Controller dependencyoliviermartin1-2/+11
2011-06-03ArmPkg: Renamed PL354SmcSecLib into PL354SmcLiboliviermartin1-1/+1
2011-06-03ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-26/+33
2011-06-03ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-2/+6
2011-04-26ArmPlatformPkg/ArmPlatformLib: Renamed ArmPlatformInitialize into ArmPlatform...oliviermartin1-7/+34