summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2017-11-30ArmPlatformPkg/ArmPlatformLib: remove ARM_SYSTEM_MEMORY_REGION_DESCRIPTORArd Biesheuvel1-13/+0
2017-11-26ArmPlatformPkg: remove ArmTrustedMonitorLib definition and implementationArd Biesheuvel1-24/+0
2017-11-26ArmPlatformPkg: remove ArmPlatformSecLib definition and implementationsArd Biesheuvel1-88/+0
2017-11-25ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from ArmPlatformLibArd Biesheuvel1-13/+0
2017-11-17ArmPlatformPkg: reorganize PL011 codeArd Biesheuvel1-0/+189
2017-07-17ArmPlatformPkg: Support different PL011 reg offsetJun Nie1-0/+31
2017-05-10ArmPlatformPkg,ArmVirtPkg: delete redundant PL031 functionsLeif Lindholm1-11/+0
2017-01-26ArmPlatformPkg/TZASC: Allow specifying subregions to be disabledBhupesh Sharma1-1/+18
2016-10-11ArmPlatformPkg: Correct mendacious comments.Alexei1-3/+2
2016-06-15ArmPlatformPkg: Add support to configure PL011 UART clockEvan Lloyd1-7/+10
2016-06-15ArmPlatformPkg: Tidy PL011 UART driverEvan Lloyd1-26/+52
2016-03-14ArmPlatformPkg: PL061: support multiple controllerHaojian Zhuang1-24/+22
2016-02-26ArmPlatformPkg: PL061 - rewrite the hardware interactionLeif Lindholm1-4/+1
2015-11-27ArmPlatformPkg: remove ArmGlobalVariable PCD, GUID and PPI definitionsArd Biesheuvel2-106/+0
2015-11-27ArmPlatformPkg: remove all ArmPlatformGlobalVariableLib implementationsArd Biesheuvel1-38/+0
2015-08-25ArmPlatformPkg/LcdGraphicsOutputDxe: check PrimeCell ID before initializingArd Biesheuvel1-0/+9
2015-02-26ArmPlatformPkg/ArmJunoPkg : Use FdtPlatformDxe driver to install the FDTRonald Cron1-23/+0
2015-02-25ArmPlatformPkg/ArmVExpressDxe: Identify the current platformOlivier Martin1-0/+13
2015-01-23ArmPlatformPkg: detect correct pl011 fifo depthLeif Lindholm1-0/+8
2015-01-06ArmPlatformPkg/Bds: Signal when the variable 'Fdt' has been updatedOlivier Martin1-0/+23
2014-10-27EmbeddedPkg: Clarify the declaration of SerialPortGetControl()Ronald Cron1-8/+28
2014-10-27EmbeddedPkg: Clarify the declaration of SerialPortSetControl()Ronald Cron1-10/+26
2014-10-27ArmPlatformPkg/ArmShellCmdRunAxf: Added 'runaxf' cmd to shellHarry Liebel1-0/+57
2014-08-26ArmPlatformPkg: Provide mechanism to get BootMonFS file information (cont.)Harry Liebel1-0/+47
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron1-83/+83
2014-08-19ARM Packages: Removed trailing spacesRonald Cron6-39/+39
2014-07-15ArmPlatformPkg/ArmPlatformLib.h: Added documentation for ArmPlatformPeiBootAc...Olivier Martin1-0/+16
2014-04-08ArmPlatformPkg/PL031RealTimeClock: Fixed driver to support UEFI Runtime ServicesOlivier Martin1-17/+17
2013-05-15EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin1-6/+6
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added ArmPlatformGetPrimaryCoreMpId()oliviermartin1-0/+14
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin1-0/+24
2013-05-10ArmPlatformPkg/ArmPlatformLib.h: Removed non-required header fileoliviermartin1-2/+1
2013-04-14ArmPlatformPkg: Remove an unused function.oliviermartin1-15/+0
2013-03-12ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin1-1/+4
2013-03-06ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin1-44/+0
2013-01-25ARM Packages: Fixed line endingsoliviermartin8-865/+865
2012-09-28ArmPlatformPkg/LcdPlatformLib.h: Updated HD mode settings to produce a 60Hz f...oliviermartin1-2/+2
2012-09-28ArmPlatformPkg/LcdPlatformLib.h: Added support for 'WSXGA+ Mode: 1680 x 1050'oliviermartin1-2/+18
2012-09-28ArmPlatformPkg/ArmPlatformLib.h: Introduced ArmPlatformGetCorePosition()oliviermartin1-0/+5
2012-07-04ArmPlatformPkg/Sec: Added support for Non Cold Boot Pathsoliviermartin1-0/+4
2012-05-02ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin2-66/+84
2012-05-02EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the portoliviermartin1-1/+0
2012-05-02ArmPlatformPkg/PL35xSmc: Added function PL35xSmcSetRefresholiviermartin1-4/+6
2012-05-02ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added new function ArmPlatformGe...oliviermartin1-1/+6
2012-05-02ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin1-3/+3
2012-03-26ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin1-1/+1
2012-03-26ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure...oliviermartin1-0/+44
2012-03-26ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from th...oliviermartin1-42/+1
2012-02-29ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it...oliviermartin1-5/+5
2012-02-29ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin1-141/+188