summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg/Scripts: Fixed the Makefile for Windowsoliviermartin2012-10-291-5/+4
* ArmPlatformPkg/Scripts/Ds5: Added missing package declarations in Python scriptsoliviermartin2012-10-222-1/+5
* ArmPlatformPkg/Scripts/Ds5: Updated DS-5 scripts to be used by DS-5 v5.12oliviermartin2012-10-221-3/+8
* ArmPlatformPkg/Scripts: Added ARM DS-5 scripts to debug UEFIoliviermartin2012-10-225-0/+792
* ArmPlatformPkg/BaseTools-Pending-Patches.patch: Added latest ARMGCC & ARMLINU...oliviermartin2012-10-181-148/+83
* ArmPlatformPkg/LcdPlatformLib.h: Updated HD mode settings to produce a 60Hz f...oliviermartin2012-09-281-2/+2
* ArmPlatformPkg/LcdPlatformLib.h: Added support for 'WSXGA+ Mode: 1680 x 1050'oliviermartin2012-09-281-2/+18
* ArmPlatformPkg/ArmVExpress-CTA15-A7: Added support for CoreTile Express A15x2...oliviermartin2012-09-2811-0/+1539
* ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize s...oliviermartin2012-09-288-123/+309
* EmbeddedPkg: Introduced 'SerialPortExtLib.h'oliviermartin2012-09-282-1/+83
* ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin2012-09-2813-13/+23
* ArmPlatformPkg/EblCmdLib: Added the command 'dumpfdt'oliviermartin2012-09-283-2/+238
* ArmPlatformPkg/ArmPlatformLib.h: Introduced ArmPlatformGetCorePosition()oliviermartin2012-09-281-0/+5
* ArmPlatformPkg: Introduction of gArmPlatformTokenSpaceGuid.PcdCoreCountoliviermartin2012-09-2810-8/+29
* ArmPkg/BdsLib: Added FDT support for BdsLiboliviermartin2012-09-282-0/+2
* ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type libraryoliviermartin2012-09-282-0/+2
* ArmPlatformPkg/PrePi: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLiboliviermartin2012-09-286-254/+1
* ArmPlatformPkg/Sec: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLiboliviermartin2012-09-2811-259/+5
* ArmPlatformPkg/ArmVExpress-CTA9x4.dsc: Fixed buildoliviermartin2012-09-271-1/+0
* EmbeddedPkg: Added support to libfdtoliviermartin2012-09-272-1/+3
* ArmPlatformPkg/Bds: Replaced 'EBL' by 'UEFI Shell' as the default shell on AR...oliviermartin2012-09-271-3/+3
* ARM Packages: Replaced the build of Fat driver and EBL by the binaries of Fat...oliviermartin2012-09-2712-136/+104
* ARM Packages: Minor typo, mispellings and coding style changesoliviermartin2012-09-273-4/+4
* ArmPlatformPkg/EblCmdLib: Fixed 'performance' commandoliviermartin2012-09-261-3/+9
* ArmPlatformPkg/VExpressMotherBoard.h: Added more motherboard definitionsoliviermartin2012-09-261-0/+10
* ArmPlatformPkg/PL011Uart: The PL011 UART fractional part does not need to be ...oliviermartin2012-09-261-3/+0
* ArmPlatformPkg: Added 'Makefile' to build EDK2 from Makefile based IDEoliviermartin2012-09-261-0/+66
* ArmPlatformPkg/Bds: Fixed device path of the default error output deviceoliviermartin2012-08-081-1/+1
* ArmPlatformPkg/Drivers/PL011Uart: Fixed PL011UartWrite()oliviermartin2012-08-031-2/+2
* ArmPlatformPkg: Fixed ArmRealViewEb & BeagleBoard buildsoliviermartin2012-08-021-0/+1
* ArmPlatformPkg/PL180MciDxe: Clean codeoliviermartin2012-08-021-42/+13
* ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is ...oliviermartin2012-08-021-3/+5
* ArmPlatformPkg/PL180MciDxe: Fixed coding styleoliviermartin2012-08-022-169/+208
* ArmPlatformPkg/ArmVExpressPkg: Fixed build issueoliviermartin2012-08-011-0/+1
* ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed buildoliviermartin2012-07-111-0/+52
* ARM Packages: Fixed mispellingsoliviermartin2012-07-042-2/+2
* ArmPlatformPkg/Sec: Fixed Primary Non-Cold Boot Patholiviermartin2012-07-043-11/+21
* ArmPlatformPkg/PrePi: Declared the ARM MP Core Infooliviermartin2012-07-045-36/+55
* ARM Packages: Clean code (Remove unused PCDs, ...)oliviermartin2012-07-046-64/+1
* ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin2012-07-046-6/+6
* ArmPlatformPkg/Sec: Added support for Non Cold Boot Pathsoliviermartin2012-07-047-22/+58
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-049-9/+20
* ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'oliviermartin2012-05-0211-53/+40
* ArmPlatformPkg/Bds: Fixed Memory Corruption when updating the path of a Linux...oliviermartin2012-05-021-4/+7
* ArmPlatformPkg/DebugSecExtraActionLib: Added Warning comment to signal the DR...oliviermartin2012-05-021-0/+10
* ArmPlatformPkg: Introduced 'ArmPlatformSecLib'oliviermartin2012-05-0235-218/+568
* ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin2012-05-025-9/+33
* ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin2012-05-026-8/+11
* EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the portoliviermartin2012-05-023-19/+16
* ArmPlatformPkg/PL35xSmc: Added function PL35xSmcSetRefresholiviermartin2012-05-023-8/+25