summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* ARM Packages: Removed 'Chipset/ArmV7.h' inclusion from the non-ARMv7 specific...Olivier Martin2013-11-281-2/+0
* ArmPlatformPkg/PL031RealTimeClockLib: Fixed the conditions in LibSetTime()Olivier Martin2013-10-211-11/+13
* ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin2013-07-261-0/+4
* ArmPlatformPkg: Added Aarch64 supportHarry Liebel2013-07-1813-21/+350
* EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin2013-05-152-13/+21
* ArmPlatform/ArmPlatformLib: Introduced ArmPlatformPeiBootAction()oliviermartin2013-05-102-3/+12
* ArmPlatformPkg/ArmPlatformLib: Added ArmPlatformGetPrimaryCoreMpId()oliviermartin2013-05-102-0/+20
* ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin2013-05-106-8/+48
* ArmPlatformPkg: Remove an unused function.oliviermartin2013-04-141-18/+0
* ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-129-7/+10
* ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin2013-03-121-10/+10
* ArmPlatformPkg/ArmPlatformLibNull: Fixed buildoliviermartin2013-03-121-0/+1
* EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin2013-03-123-79/+146
* ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin2013-03-063-180/+0
* ArmPlatformPkg/PL031RealTimeClockLib: Set PL031_{TimeZone,Daylight} UEFI vari...oliviermartin2013-01-282-55/+95
* ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin2013-01-283-6/+7
* ArmPlatformPkg/ArmPlatformLibNull: Added template for ArmPlatformGetCorePosit...oliviermartin2013-01-284-0/+113
* ARM Packages: Fixed line endingsoliviermartin2013-01-2512-1211/+1211
* ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize s...oliviermartin2012-09-283-0/+257
* EmbeddedPkg: Introduced 'SerialPortExtLib.h'oliviermartin2012-09-282-1/+83
* ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin2012-09-284-4/+8
* ArmPlatformPkg/EblCmdLib: Added the command 'dumpfdt'oliviermartin2012-09-283-2/+238
* ArmPlatformPkg/EblCmdLib: Fixed 'performance' commandoliviermartin2012-09-261-3/+9
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-042-0/+3
* ArmPlatformPkg/DebugSecExtraActionLib: Added Warning comment to signal the DR...oliviermartin2012-05-021-0/+10
* ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin2012-05-024-14/+19
* ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin2012-05-021-1/+1
* ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin2012-05-022-3/+4
* EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the portoliviermartin2012-05-021-2/+1
* ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin2012-05-021-2/+2
* ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin2012-05-021-2/+1
* ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolcha...oliviermartin2012-05-021-2/+6
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed calculation of GlobalVaria...oliviermartin2012-05-022-4/+4
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added new function ArmPlatformGe...oliviermartin2012-05-025-5/+57
* ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin2012-05-022-5/+14
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-262-2/+10
* ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure...oliviermartin2012-03-263-0/+180
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed incorrect type castingoliviermartin2012-03-263-3/+3
* ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin2012-02-292-52/+59
* ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin2012-02-284-0/+155
* ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin2012-02-285-87/+89
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added an assert to ensure the 'V...oliviermartin2012-02-277-22/+32
* ArmPlatform/PrePi: Fixed PrePi for MP Cores platform and Global Variable regi...oliviermartin2011-11-011-3/+5
* ArmPlatformPkg: Remove ArmPlatformBootRemapping() function from the ArmPlatfo...oliviermartin2011-11-011-15/+0
* ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2011-09-272-3/+3
* ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib templateoliviermartin2011-09-277-0/+459
* ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin2011-09-2212-36/+467
* ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2011-09-222-6/+6
* ArmPlatformPkg: Introduce Primary core macrosoliviermartin2011-09-222-6/+9
* ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2011-09-222-4/+4