]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/TemplateSec/TemplateSec.c
Maintainers.txt: Update MdeModulePkg maintainers
[mirror_edk2.git] / EmbeddedPkg / TemplateSec / TemplateSec.c
index b43bb13e401fee3ef95f682044ca6e577cf1ed6a..c63adbb6f90f57cd266949d85d6c3b8ebc1e5445 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-  \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
@@ -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