summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin2012-05-022-3/+3
* ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin2012-05-024-23/+15
* ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolcha...oliviermartin2012-05-021-2/+6
* ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2012-05-026-19/+19
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed calculation of GlobalVaria...oliviermartin2012-05-022-4/+4
* ArmPlatformPkg: Removed the 'Identify' functionsoliviermartin2012-05-022-65/+3
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added new function ArmPlatformGe...oliviermartin2012-05-026-6/+63
* ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()oliviermartin2012-05-0214-29/+69
* ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInt...oliviermartin2012-05-022-3/+1
* ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin2012-05-026-54/+59
* 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