audk/EmbeddedPkg/Library
oliviermartin a6caee65ac ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction()
The PcdStandalone is a PCD ARM Ltd uses to make the difference between a standalone UEFI (boot
from cold boot to Boot Manager without user intervention) and a Debug UEFI firmware (the firmware
engineer has to copy the Normale World image into the DRAM to enable his/her firmware).

By coping the firmware into DRAM in the non standalone version it is much faster than reflashing
the NOR Flash after each build.

ArmPlatformSecExtraAction() function is called just before the Sec module jump to normal world.
The platform firmware can run extra actions at this stage.
The 'ARM Standalone' concept has moved to the implementation of ArmPlatformSecExtraAction() for
the ARM development boards (in ArmPlatformPkg/Library/DebugSecExtraActionLib).


ArmPlatformPkg: Enable DebugAgentLib in Sec and PrePeiCore


ArmPlatformPkg: Fix line endings in some source files

Use CR+LF line endings as defined by the EDK2 coding convention




git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11991 6f19259b-4bc3-4df7-8a09-765794883524
2011-07-06 16:07:54 +00:00
..
DebugAgentTimerLibNull Update the copyright notice format 2010-04-29 12:40:51 +00:00
DxeHobPeCoffLib Update the copyright notice format 2010-04-29 12:40:51 +00:00
EblAddExternalCommandLib Update the copyright notice format 2010-04-29 12:40:51 +00:00
EblCmdLibNull Update the copyright notice format 2010-04-29 12:40:51 +00:00
EblNetworkLib Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable services commands. Fix arugment parsing in EBL. All fixes from ARM Ltd. 2011-02-01 05:37:22 +00:00
EfiFileLib Fix svn check in bug that broke CWD. Update the connect disconnect support in device command to minimize operations. 2010-05-07 16:45:48 +00:00
GdbDebugAgent Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable services commands. Fix arugment parsing in EBL. All fixes from ARM Ltd. 2011-02-01 05:37:22 +00:00
GdbSerialDebugPortLib Update the copyright notice format 2010-04-29 12:40:51 +00:00
GdbSerialLib Update the copyright notice format 2010-04-29 12:40:51 +00:00
HalRuntimeServicesExampleLib Update the copyright notice format 2010-04-29 12:40:51 +00:00
LzmaHobCustomDecompressLib Update the copyright notice format 2010-04-29 12:40:51 +00:00
NullDmaLib NullDmaLib:DmaMap() function needs to return valid DeviceAddress. 2010-05-28 22:50:59 +00:00
PrePiExtractGuidedSectionLib Update the copyright notice format 2010-04-29 12:40:51 +00:00
PrePiHobLib ArmPlatformPkg: Fix build issues 2011-07-04 10:18:18 +00:00
PrePiHobListPointerLib EmbeddedPkg/PrePiHobListPointerLib: New interface to abstract the HobListPointer storage 2011-07-01 10:59:06 +00:00
PrePiLib EmbeddedPkg: Removed unused PCD values 2011-07-01 14:41:25 +00:00
PrePiMemoryAllocationLib ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction() 2011-07-06 16:07:54 +00:00
TemplateRealTimeClockLib Update the copyright notice format 2010-04-29 12:40:51 +00:00
TemplateResetSystemLib Update the copyright notice format 2010-04-29 12:40:51 +00:00
TemplateSerialPortLib Update the copyright notice format 2010-04-29 12:40:51 +00:00