audk/EmbeddedPkg/Ebl
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
..
CmdTemplate.c Update the copyright notice format 2010-04-29 12:40:51 +00:00
Command.c Update the copyright notice format 2010-04-29 12:40:51 +00:00
Dir.c Update the copyright notice format 2010-04-29 12:40:51 +00:00
Ebl.h 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
Ebl.inf 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
EfiDevice.c Fix bug in LoadFv command. Don't free the buffer the file was loaded into as the DXE Core will point to it as an FV. 2010-08-12 17:21:22 +00:00
Hob.c Update the copyright notice format 2010-04-29 12:40:51 +00:00
HwDebug.c Update the copyright notice format 2010-04-29 12:40:51 +00:00
HwIoDebug.c Update the copyright notice format 2010-04-29 12:40:51 +00:00
Main.c EmbeddedPkg/Ebl: Check if gST->ConOut has been initialized 2011-07-01 14:37:16 +00:00
Network.c Update the copyright notice format 2010-04-29 12:40:51 +00:00
Script.c Update the copyright notice format 2010-04-29 12:40:51 +00:00
Variable.c ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction() 2011-07-06 16:07:54 +00:00