summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
2012-07-11ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed buildoliviermartin1-0/+52
2012-07-04ARM Packages: Fixed mispellingsoliviermartin2-2/+2
2012-07-04ArmPlatformPkg/Sec: Fixed Primary Non-Cold Boot Patholiviermartin3-11/+21
2012-07-04ArmPlatformPkg/PrePi: Declared the ARM MP Core Infooliviermartin5-36/+55
2012-07-04ARM Packages: Clean code (Remove unused PCDs, ...)oliviermartin6-64/+1
2012-07-04ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin6-6/+6
2012-07-04ArmPlatformPkg/Sec: Added support for Non Cold Boot Pathsoliviermartin7-22/+58
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin9-9/+20
2012-05-02ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'oliviermartin11-53/+40
2012-05-02ArmPlatformPkg/Bds: Fixed Memory Corruption when updating the path of a Linux...oliviermartin1-4/+7
2012-05-02ArmPlatformPkg/DebugSecExtraActionLib: Added Warning comment to signal the DR...oliviermartin1-0/+10
2012-05-02ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin35-218/+568
2012-05-02ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin5-9/+33
2012-05-02ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin6-8/+11
2012-05-02EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the portoliviermartin3-19/+16
2012-05-02ArmPlatformPkg/PL35xSmc: Added function PL35xSmcSetRefresholiviermartin3-8/+25
2012-05-02ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin2-3/+3
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin4-23/+15
2012-05-02ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolcha...oliviermartin1-2/+6
2012-05-02ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin6-19/+19
2012-05-02ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed calculation of GlobalVaria...oliviermartin2-4/+4
2012-05-02ArmPlatformPkg: Removed the 'Identify' functionsoliviermartin2-65/+3
2012-05-02ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added new function ArmPlatformGe...oliviermartin6-6/+63
2012-05-02ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin14-29/+69
2012-05-02ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInt...oliviermartin2-3/+1
2012-05-02ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin6-54/+59
2012-04-13ArmPlatformPkg: Fixed build after latest BaseTools syncupoliviermartin11-101/+83
2012-04-12EDK II Packages: Added License.txt filesoliviermartin1-0/+25
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten1-0/+188
2012-03-26ArmPlatformPkg/PrePi: Added Firmware Version String to the 'welcome' statementoliviermartin3-1/+6
2012-03-26ArmPlatformPkg/Sec: Change initial 'welcome' string from 'UEFI Firmware' to '...oliviermartin2-1/+9
2012-03-26ArmPlatformPkg/SP805WatchdogDxe: Removed late initialization capability from ...oliviermartin2-39/+8
2012-03-26ArmPlatformPkg: Fixed gcc build (minor change)oliviermartin1-1/+1
2012-03-26ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin8-12/+28
2012-03-26ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure...oliviermartin4-0/+224
2012-03-26ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from th...oliviermartin2-86/+44
2012-03-26ArmPlatformPkg/Sec: Move ArmGicSetupNonSecure() prior to initialize platform-...oliviermartin1-3/+4
2012-03-26ArmPlatformPkg/Sec: Fixed monitor stack setupoliviermartin2-6/+10
2012-03-26ArmPlatformPkg/PrePi: Fix comment (minor change)oliviermartin2-2/+2
2012-03-26ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed incorrect type castingoliviermartin3-3/+3
2012-03-15ARM Packages: Added the NULL implementation of CpuExceptionHandlerLiboliviermartin4-0/+4
2012-02-29ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it...oliviermartin5-43/+46
2012-02-29ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin6-368/+650
2012-02-28ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGet...oliviermartin2-1/+19
2012-02-28ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driveroliviermartin9-357/+372
2012-02-28ArmPlatformPkg/Bds: Fixed the size of the unicode string use to represent hex...oliviermartin1-2/+2
2012-02-28ArmPlatformPkg/Sec: Add ASSERT() for checking the Secure Monitor Stack PCD va...oliviermartin1-0/+5
2012-02-28ArmPlatformPkg/Sec: Move 'ArmPlatformSecExtraAction' before we set NSACR & SCRoliviermartin2-13/+17
2012-02-28ArmPlatformPkg/Sec: Fix transition to Trusted Monitor World with ARMGCColiviermartin4-50/+94
2012-02-28ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin12-34/+196