summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2013-07-26ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin1-0/+4
2013-07-18ArmPlatformPkg: Added Aarch64 supportHarry Liebel13-21/+350
2013-05-15EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin2-13/+21
2013-05-10ArmPlatform/ArmPlatformLib: Introduced ArmPlatformPeiBootAction()oliviermartin2-3/+12
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added ArmPlatformGetPrimaryCoreMpId()oliviermartin2-0/+20
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin6-8/+48
2013-04-14ArmPlatformPkg: Remove an unused function.oliviermartin1-18/+0
2013-03-12ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin9-7/+10
2013-03-12ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin1-10/+10
2013-03-12ArmPlatformPkg/ArmPlatformLibNull: Fixed buildoliviermartin1-0/+1
2013-03-12EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin3-79/+146
2013-03-06ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin3-180/+0
2013-01-28ArmPlatformPkg/PL031RealTimeClockLib: Set PL031_{TimeZone,Daylight} UEFI vari...oliviermartin2-55/+95
2013-01-28ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin3-6/+7
2013-01-28ArmPlatformPkg/ArmPlatformLibNull: Added template for ArmPlatformGetCorePosit...oliviermartin4-0/+113
2013-01-25ARM Packages: Fixed line endingsoliviermartin12-1211/+1211
2012-09-28ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize s...oliviermartin3-0/+257
2012-09-28EmbeddedPkg: Introduced 'SerialPortExtLib.h'oliviermartin2-1/+83
2012-09-28ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin4-4/+8
2012-09-28ArmPlatformPkg/EblCmdLib: Added the command 'dumpfdt'oliviermartin3-2/+238
2012-09-26ArmPlatformPkg/EblCmdLib: Fixed 'performance' commandoliviermartin1-3/+9
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin2-0/+3
2012-05-02ArmPlatformPkg/DebugSecExtraActionLib: Added Warning comment to signal the DR...oliviermartin1-0/+10
2012-05-02ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin4-14/+19
2012-05-02ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin1-1/+1
2012-05-02ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin2-3/+4
2012-05-02EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the portoliviermartin1-2/+1
2012-05-02ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin1-2/+2
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin1-2/+1
2012-05-02ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolcha...oliviermartin1-2/+6
2012-05-02ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed calculation of GlobalVaria...oliviermartin2-4/+4
2012-05-02ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added new function ArmPlatformGe...oliviermartin5-5/+57
2012-05-02ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin2-5/+14
2012-03-26ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2-2/+10
2012-03-26ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure...oliviermartin3-0/+180
2012-03-26ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed incorrect type castingoliviermartin3-3/+3
2012-02-29ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin2-52/+59
2012-02-28ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin4-0/+155
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin5-87/+89
2012-02-27ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added an assert to ensure the 'V...oliviermartin7-22/+32
2011-11-01ArmPlatform/PrePi: Fixed PrePi for MP Cores platform and Global Variable regi...oliviermartin1-3/+5
2011-11-01ArmPlatformPkg: Remove ArmPlatformBootRemapping() function from the ArmPlatfo...oliviermartin1-15/+0
2011-09-27ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2-3/+3
2011-09-27ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib templateoliviermartin7-0/+459
2011-09-22ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin12-36/+467
2011-09-22ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2-6/+6
2011-09-22ArmPlatformPkg: Introduce Primary core macrosoliviermartin2-6/+9
2011-09-22ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2-4/+4
2011-08-30ArmPlatformPkg: Fix ARM RealView EB and VE buildsoliviermartin1-0/+1
2011-08-18ArmPlatformPkg: Changed the reference base of the PI Global Pointer Offsetoliviermartin1-2/+8