summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/PrePi
AgeCommit message (Expand)AuthorFilesLines
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin5-14/+15
2013-03-12ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin4-6/+10
2013-01-25ArmPlatformPkg/PrePi: Removed magic valuesoliviermartin2-6/+8
2012-09-28ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize s...oliviermartin4-123/+51
2012-09-28ArmPlatformPkg: Introduction of gArmPlatformTokenSpaceGuid.PcdCoreCountoliviermartin4-6/+20
2012-09-28ArmPlatformPkg/PrePi: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLiboliviermartin6-254/+1
2012-07-04ARM Packages: Fixed mispellingsoliviermartin2-2/+2
2012-07-04ArmPlatformPkg/PrePi: Declared the ARM MP Core Infooliviermartin5-36/+55
2012-07-04ARM Packages: Clean code (Remove unused PCDs, ...)oliviermartin1-0/+1
2012-07-04ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin2-2/+2
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin1-1/+1
2012-05-02ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin2-4/+16
2012-05-02ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin2-3/+4
2012-05-02ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin3-7/+6
2012-05-02ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin1-1/+4
2012-05-02ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin2-2/+4
2012-03-26ArmPlatformPkg/PrePi: Added Firmware Version String to the 'welcome' statementoliviermartin3-1/+6
2012-03-26ArmPlatformPkg/PrePi: Fix comment (minor change)oliviermartin2-2/+2
2012-02-28ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin2-58/+40
2012-02-28ArmPlatformPkg/PrePi: Fixed stack setup when System Memory is mapped upto 0xF...oliviermartin2-2/+42
2011-11-16ArmPlatformPkg/PrePi: Ony synchronize cores when it is a MPCore Systemoliviermartin1-3/+5
2011-11-09ArmPlatformPkg: Fix Global Variable region initialization when GlobalVariable...oliviermartin2-6/+6
2011-11-01ArmPlatformPkg/PrePi: Remove duplicate call of BuildMemoryTypeInformationHob()oliviermartin1-2/+0
2011-11-01ArmPlatformPkg: Fix initialization of the Global Variable when stack pointer ...oliviermartin2-2/+2
2011-11-01ArmPlatform/PrePi: Fixed PrePi for MP Cores platform and Global Variable regi...oliviermartin8-22/+109
2011-10-04Arm Packages: Fix builds for XCODE32 toolchainoliviermartin1-1/+1
2011-09-27ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2-4/+4
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2-3/+0
2011-09-22ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin2-2/+0
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin1-0/+3
2011-09-22ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin3-2/+42
2011-09-22ArmPlatformPkg/PrePi: Removed the dependency on 'PcdCPUCoresNonSecStackBase'oliviermartin6-16/+34
2011-09-22ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin4-14/+14
2011-09-22ArmPlatformPkg: Changed memory model for the stacksoliviermartin5-44/+167
2011-09-22ArmPlatformPkg: Introduce Primary core macrosoliviermartin7-18/+24
2011-09-22ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2-6/+6
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2-99/+100
2011-08-18ArmPlatformPkg/PrePi: Removed harcoded HobList pointer calculation to use Pre...oliviermartin1-4/+4
2011-08-18ArmPlatformPkg/PrePi: Removed second initialization of DebugAgenLiboliviermartin1-3/+0
2011-07-07ArmPlatformPkg: Fix warningsoliviermartin1-3/+8
2011-07-06ArmPlatformPkg: Change the memory model for the ARM Platform componentsoliviermartin9-275/+311
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2-2/+2
2011-07-04ArmPlatformPkg: Fix build issuesoliviermartin1-0/+2
2011-07-01ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin1-1/+0
2011-07-01ArmPlatformPkg/PrePi: Add support for PrePi moduleoliviermartin11-0/+1055