summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin3-4/+4
2012-09-26ArmPlatformPkg/EblCmdLib: Fixed 'performance' commandoliviermartin1-3/+9
2012-09-26ArmPlatformPkg/VExpressMotherBoard.h: Added more motherboard definitionsoliviermartin1-0/+10
2012-09-26ArmPlatformPkg/PL011Uart: The PL011 UART fractional part does not need to be ...oliviermartin1-3/+0
2012-09-26ArmPlatformPkg: Added 'Makefile' to build EDK2 from Makefile based IDEoliviermartin1-0/+66
2012-08-08ArmPlatformPkg/Bds: Fixed device path of the default error output deviceoliviermartin1-1/+1
2012-08-03ArmPlatformPkg/Drivers/PL011Uart: Fixed PL011UartWrite()oliviermartin1-2/+2
2012-08-02ArmPlatformPkg: Fixed ArmRealViewEb & BeagleBoard buildsoliviermartin1-0/+1
2012-08-02ArmPlatformPkg/PL180MciDxe: Clean codeoliviermartin1-42/+13
2012-08-02ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is ...oliviermartin1-3/+5
2012-08-02ArmPlatformPkg/PL180MciDxe: Fixed coding styleoliviermartin2-169/+208
2012-08-01ArmPlatformPkg/ArmVExpressPkg: Fixed build issueoliviermartin1-0/+1
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