summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg: Remove an unused function.oliviermartin2013-04-146-106/+0
* Remove unused L2 controller PCD from platform files.oliviermartin2013-04-143-15/+0
* ArmPlatformPkg/Bds: Missing CRC32 updateoliviermartin2013-04-141-0/+14
* ArmPlatformPkg/NorFlashDxe: Make the driver more compliant with the UEFI spec...oliviermartin2013-04-142-12/+21
* ArmPlatformPkg/PL011Uart: Added support for default BaudRateoliviermartin2013-04-142-11/+19
* ArmPlatformPkg/Bds: Fixed adding support for new boot entry when the generate...oliviermartin2013-03-123-37/+52
* ArmPlatformPkg/LcdGraphicsOutputDxe: The structure signature is a 32 bit valueoliviermartin2013-03-121-1/+1
* ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (P...oliviermartin2013-03-122-0/+2
* ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-1229-83/+123
* ARM Packages: Fixed coding style and typosoliviermartin2013-03-122-7/+7
* ArmPlatformPkg/NorFlashDxe: Fixed BufferSize calculation in NorFlashWriteSing...oliviermartin2013-03-121-1/+1
* ArmPlatformPkg/CTA15-A7: Add a convenient way to restore default values in NO...oliviermartin2013-03-122-5/+10
* ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin2013-03-125-51/+48
* ArmPlatformPkg/BootMenu.c: Print loader type in a more friendly way.oliviermartin2013-03-121-1/+17
* ArmPlatformPkg/ArmPlatformLibNull: Fixed buildoliviermartin2013-03-122-3/+4
* EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin2013-03-125-79/+148
* ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin2013-03-067-225/+3
* ArmPlatformPkg/PL031RealTimeClockLib: Set PL031_{TimeZone,Daylight} UEFI vari...oliviermartin2013-01-282-55/+95
* ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin2013-01-286-13/+14
* ArmPlatformPkg/ArmPlatformLibNull: Added template for ArmPlatformGetCorePosit...oliviermartin2013-01-284-0/+113
* ArmPlatformPkg/Bds/BootMenu.c: Set "Fdt" UEFI variable as localoliviermartin2013-01-282-16/+32
* ArmPlatformPkg/Scripts: Added '--verbose' support to DS-5 scriptsoliviermartin2013-01-254-25/+52
* ArmPlatformPkg/PrePi: Removed magic valuesoliviermartin2013-01-252-6/+8
* ArmPlatformPkg: Fixed ArmPlatformPkg/ArmPlatform(-2ndstage).dsc buildsoliviermartin2013-01-253-3/+6
* ArmPlatformPkg: Replaced FatPkg source package by the pre-built FatPkg binaryoliviermartin2013-01-254-8/+22
* ArmPlatformPkg/Bds: Fixed the deletion of boot option entriesoliviermartin2013-01-251-2/+6
* ARM Packages: Fixed line endingsoliviermartin2013-01-2567-11349/+11349
* 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