summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2017-12-04ArmPlatformPkg: remove PlatformIntelBdsLibArd Biesheuvel3-508/+0
2017-11-30ArmPlatformPkg: move internal PL031 header into driver directoryArd Biesheuvel2-10/+54
2017-11-30ArmPlatformPkg: remove ArmPlatformInitializeSystemMemoryArd Biesheuvel1-14/+0
2017-11-26ArmPlatformPkg: remove EblCmdLib implementationArd Biesheuvel5-1191/+0
2017-11-26ArmPlatformPkg: remove unused L2X0CacheLibNull libraryArd Biesheuvel2-57/+0
2017-11-26ArmPlatformPkg: remove ArmTrustedMonitorLib definition and implementationArd Biesheuvel5-183/+0
2017-11-26ArmPlatformPkg: remove unused DebugSecExtraActionLib libraryArd Biesheuvel2-175/+0
2017-11-26ArmPlatformPkg: remove ArmPlatformSecLib definition and implementationsArd Biesheuvel5-275/+0
2017-11-17ArmPlatformPkg/ArmPlatformLibNull: remove bogus PCD dependenciesArd Biesheuvel1-3/+0
2017-11-17ArmPlatformPkg: reorganize PL011 codeArd Biesheuvel4-2/+638
2017-11-16ArmPlatformPkg/PL031RealTimeClockLib: drop ArmPlatformSysConfigLib referenceArd Biesheuvel2-38/+6
2017-11-13ArmPlatformPkg/PL031RealTimeClockLib: ignore DST setting when timezone is setArd Biesheuvel1-8/+4
2017-11-13ArmPlatformPkg/PL031RealTimeClockLib: remove validation and DST handlingArd Biesheuvel1-171/+15
2017-05-10ArmPlatformPkg,ArmVirtPkg: delete redundant PL031 functionsLeif Lindholm2-124/+4
2017-04-11ArmPlatformPkg/EblCmdLib: remove dependency on deprecated ARM BdsLibArd Biesheuvel2-2/+48
2017-04-05ArmPlatformPkg/ArmShellCmdRunAxf: remove BdsLib dependencyArd Biesheuvel2-2/+57
2017-03-03ArmPlatformPkg/PlatformIntelBdsLib: don't clobber ConSplitter handleArd Biesheuvel1-10/+15
2017-02-22ArmPlatformPkg/ArmPlatformStackLib: use callee preserved registersArd Biesheuvel1-24/+19
2017-01-20ArmPlatformPkg: Use EfiEventGroupSignal from UefiLibStar Zeng3-36/+6
2016-10-19ArmPlatformPkg/ArmShellCmdRunAxf: Reference MdePkg protocol definitionRuiyu Ni1-4/+2
2016-10-11ArmPlatformPkg: Remove UINTN cast when setting BaudRate.Alexei1-1/+1
2016-10-11ArmPlatformPkg: Correct mendacious comments.Alexei1-10/+7
2016-09-08ArmPkg ArmPlatformPkg ArmVirtPkg: ARM GICv2/v3 Base Address width fix-upDennis Chen1-4/+4
2016-08-11ArmPlatformPkg/ArmPlatformStackLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-48/+12
2016-08-11ArmPlatformPkg/ArmPlatformLibNull: switch to ASM_FUNC() asm macroArd Biesheuvel2-42/+14
2016-08-11ArmPlatformPkg RVCT: drop dependency on GCC macro libraryArd Biesheuvel2-11/+4
2016-06-15ArmPlatformPkg: Add support to configure PL011 UART clockEvan Lloyd2-14/+17
2016-06-15ArmPlatformPkg: Update PL011 Serial PCDs to Fixed PCDsEvan Lloyd2-13/+13
2016-06-15ArmPlatformPkg: Tidy PL011 UART driverEvan Lloyd1-47/+65
2016-05-11ArmPlatformPkg/PL031RealTimeClockLib: remove local copy of gRT pointerArd Biesheuvel1-10/+6
2016-05-11ArmPlatformPkg/PL031RealTimeClockLib: don't clobber gRT tableArd Biesheuvel1-6/+0
2016-02-24ArmPlatformPkg/IntelBds: call BdsLibConnectAll()Leif Lindholm1-0/+7
2016-02-02ArmPlatformPkg: Rectify file modesEvan Lloyd5-0/+0
2015-12-15ArmPlatformPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-12-14ArmPlatformPkg/ArmPlatformLibNull: use declared PPI rather than module local varArd Biesheuvel2-3/+4
2015-11-27ArmPlatformPkg/PlatformIntelBdsLib: drop bogus gArmGlobalVariableGuid depArd Biesheuvel1-1/+0
2015-11-27ArmPlatformPkg/EblCmdLib: drop bogus ArmGlobalVariableHob.h includeArd Biesheuvel1-1/+0
2015-11-27ArmPlatformPkg: remove all ArmPlatformGlobalVariableLib implementationsArd Biesheuvel8-515/+0
2015-11-27ArmPlatformPkg: remove PeiServicesTablePointerLib implementationArd Biesheuvel2-135/+0
2015-11-27ArmPlatformPkg/PrePiHobListPointerLib: use thread ID registerArd Biesheuvel2-14/+5
2015-11-26ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkgStar Zeng3-182/+115
2015-09-04ArmPlatformPkg: signal EndOfDxe event in PlatformBsdInitArd Biesheuvel3-0/+38
2015-09-01ArmPlatformPkg/PlatformIntelBdsLib: add splash screen supportArd Biesheuvel2-0/+6
2015-09-01ArmPlatformPkg/PlatformIntelBdsLib: fix and clean up error handlingArd Biesheuvel1-5/+5
2015-09-01ArmPlatformPkg/PlatformIntelBdsLib: remove ARM BDS dependencyArd Biesheuvel3-8/+15
2015-07-06ArmPlatformPkg/PrePi: Make dynamic the top of the System MemoryOlivier Martin2-8/+8
2015-05-27EmbeddedPkg: Fix Ebl dumpgcd bug with memory type and IO typeHeyi Guo1-7/+24
2015-05-06ArmPlatformPkg: Use the new PCDs defined in MdePkg and MdeModulePkg.Ruiyu Ni1-1/+1
2015-05-05ArmPkg/BdsLib: Exposed ShutdownUefiBootServices() in the BdsLib interfaceOlivier Martin2-58/+3
2015-03-27ArmPlatformPkg: fix two instances of FreePool () on NULL valueArd Biesheuvel1-1/+1