]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/TemplateSec/TemplateSec.c
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / EmbeddedPkg / TemplateSec / TemplateSec.c
index dbbf3cb815050b8d0516a3848c5cc3528d4a0a06..c63adbb6f90f57cd266949d85d6c3b8ebc1e5445 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 \r
-  Copyright (c) 2008-2009, Apple Inc. All rights reserved.\r
-  \r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -46,30 +46,30 @@ CEntryPoint (
   MemoryLength = (UINT64)MemorySize;\r
   HobBase      = (VOID *)(UINTN)(FixedPcdGet32(PcdEmbeddedFdBaseAddress) + FixedPcdGet32(PcdEmbeddedFdSize));\r
   CreateHobList (MemoryBase, MemorySize, HobBase, StackBase);\r
-  \r
+\r
   MemoryBegin  = (EFI_PHYSICAL_ADDRESS)(UINTN)StackBase;\r
   MemoryLength = (UINT64)StackSize;\r
   UpdateStackHob (MemoryBegin, MemoryLength);\r
 \r
   DEBUG ((DEBUG_ERROR, "CEntryPoint (%x,%x,%x,%x)\n", MemoryBase, MemorySize, StackBase, StackSize));\r
-  \r
+\r
   //\r
   // Add your C code stuff here....\r
   //\r
-  \r
-  \r
+\r
+\r
   //\r
   // Load the DXE Core and transfer control to it\r
   //\r
-  \r
-  // Give the DXE Core access to our DEBUG and ASSERT infrastructure so this will work prior \r
+\r
+  // Give the DXE Core access to our DEBUG and ASSERT infrastructure so this will work prior\r
   // to the DXE version being loaded. Thus we close the debugging gap between phases.\r
   AddDxeCoreReportStatusCodeCallback ();\r
-  \r
+\r
   //BuildFvHobs (PcdBfvBase, PcdBfvSize, NULL);\r
-  \r
+\r
   LoadDxeCoreFromFv (NULL, 0);\r
-  \r
+\r
   // DXE Core should always load and never return\r
   ASSERT (FALSE);\r
 }\r