summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg: Fixed build after latest BaseTools syncupoliviermartin2012-04-1311-101/+83
* EDK II Packages: Added License.txt filesoliviermartin2012-04-121-0/+25
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-111-0/+188
* ArmPlatformPkg/PrePi: Added Firmware Version String to the 'welcome' statementoliviermartin2012-03-263-1/+6
* ArmPlatformPkg/Sec: Change initial 'welcome' string from 'UEFI Firmware' to '...oliviermartin2012-03-262-1/+9
* ArmPlatformPkg/SP805WatchdogDxe: Removed late initialization capability from ...oliviermartin2012-03-262-39/+8
* ArmPlatformPkg: Fixed gcc build (minor change)oliviermartin2012-03-261-1/+1
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-268-12/+28
* ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure...oliviermartin2012-03-264-0/+224
* ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from th...oliviermartin2012-03-262-86/+44
* ArmPlatformPkg/Sec: Move ArmGicSetupNonSecure() prior to initialize platform-...oliviermartin2012-03-261-3/+4
* ArmPlatformPkg/Sec: Fixed monitor stack setupoliviermartin2012-03-262-6/+10
* ArmPlatformPkg/PrePi: Fix comment (minor change)oliviermartin2012-03-262-2/+2
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed incorrect type castingoliviermartin2012-03-263-3/+3
* ARM Packages: Added the NULL implementation of CpuExceptionHandlerLiboliviermartin2012-03-154-0/+4
* ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it...oliviermartin2012-02-295-43/+46
* ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin2012-02-296-368/+650
* ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGet...oliviermartin2012-02-282-1/+19
* ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driveroliviermartin2012-02-289-357/+372
* ArmPlatformPkg/Bds: Fixed the size of the unicode string use to represent hex...oliviermartin2012-02-281-2/+2
* ArmPlatformPkg/Sec: Add ASSERT() for checking the Secure Monitor Stack PCD va...oliviermartin2012-02-281-0/+5
* ArmPlatformPkg/Sec: Move 'ArmPlatformSecExtraAction' before we set NSACR & SCRoliviermartin2012-02-282-13/+17
* ArmPlatformPkg/Sec: Fix transition to Trusted Monitor World with ARMGCColiviermartin2012-02-284-50/+94
* ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin2012-02-2812-34/+196
* ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin2012-02-286-184/+134
* ArmPlatformPkg/PrePi: Fixed stack setup when System Memory is mapped upto 0xF...oliviermartin2012-02-282-2/+42
* ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin2012-02-285-3/+230
* ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller (2)oliviermartin2012-02-283-0/+274
* ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin2012-02-2823-455/+432
* ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controlleroliviermartin2012-02-281-1/+1
* ArmPlatformPkg/PrePeiCore: Ensured the size is 8-byte alignedoliviermartin2012-02-272-6/+14
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added an assert to ensure the 'V...oliviermartin2012-02-277-22/+32
* ArmPlatformPkg/SP804TimerDxe: Move 'gVector' initialization earlier in the codeoliviermartin2012-02-271-1/+4
* ArmPlatformPkg/Bds: Add support for 'BootCurrent'oliviermartin2012-02-091-0/+13
* ArmPlatformPkg/Bds: Fixed update of boot entriesoliviermartin2012-02-091-3/+3
* ArmPlatformPkg/Bds: Fixed 'BootNext' supportoliviermartin2012-02-091-8/+33
* ArmPlatformPkg/Bds: Fixed memory leakoliviermartin2012-02-092-2/+25
* ArmPlatformPkg: Fix ARM EB and VE buildsoliviermartin2011-12-153-10/+16
* ArmPlatformPkg/ArmVExpressPkg: Add PL180 MCI support to ARM RTSMoliviermartin2011-12-146-1/+31
* ArmPlatformPkg: Renamed 'DebugSecExtraActionLib' into 'ArmPlatformSecExtraAct...oliviermartin2011-12-145-5/+5
* ArmPlatformPkg/LcdPlatformLib: Produce the protocols EFI_EDID_DISCOVERED_PROT...oliviermartin2011-12-144-88/+138
* ArmPlatformPkg/Sec: Fixed Monitor stack setupoliviermartin2011-12-141-1/+1
* MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin2011-12-121-300/+300
* ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changesoliviermartin2011-12-072-2/+2
* BaseTools: Pending patches updateoliviermartin2011-12-061-23/+55
* ArmPlatformPkg/Sec: Enabled VFP (if supported by platform) prior to any libra...oliviermartin2011-12-061-4/+5
* ArmPlatformPkg: Update pending patches with the latest BaseTools SyncUpoliviermartin2011-12-051-271/+0
* ArmPlatformPkg/PrePi: Ony synchronize cores when it is a MPCore Systemoliviermartin2011-11-161-3/+5
* ArmPlatformPkg: Remove inappropriate comment in ArmPlatformPkg.decoliviermartin2011-11-151-2/+0
* ArmPlatformPkg/patches: Update pending patches to fix buildsoliviermartin2011-11-151-7/+39