]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
MdePkg/BaseMemoryLibOptDxe ARM: add missing function annotations
[mirror_edk2.git] / MdePkg / Library / DxeCoreEntryPoint / DxeCoreEntryPoint.c
index 1c0e8869938aa709021e2f2326acaa99d291a24c..f065a1d0ceeb4c409f57f00c5bd3d22bca4be53a 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Entry point to the DXE Core.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\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
+http://opensource.org/licenses/bsd-license.php.\r
 \r
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -21,12 +21,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/BaseLib.h>\r
 \r
 //\r
-// Cache copy of HobList pointer. \r
-// \r
+// Cache copy of HobList pointer.\r
+//\r
 VOID *gHobList = NULL;\r
 \r
 /**\r
-  The entry point of PE/COFF Image for the DXE Core. \r
+  The entry point of PE/COFF Image for the DXE Core.\r
 \r
   This function is the entry point for the DXE Core. This function is required to call\r
   ProcessModuleEntryPointList() and ProcessModuleEntryPointList() is never expected to return.\r
@@ -34,7 +34,7 @@ VOID *gHobList = NULL;
   System Table and the image handle for the DXE Core itself have been established.\r
   If ProcessModuleEntryPointList() returns, then ASSERT() and halt the system.\r
 \r
-  @param  HobStart  Pointer to the beginning of the HOB List passed in from the PEI Phase. \r
+  @param  HobStart  The pointer to the beginning of the HOB List passed in from the PEI Phase.\r
 \r
 **/\r
 VOID\r
@@ -66,7 +66,7 @@ _ModuleEntryPoint (
 \r
   This function is required to call _ModuleEntryPoint() passing in HobStart.\r
 \r
-  @param  HobStart  Pointer to the beginning of the HOB List passed in from the PEI Phase. \r
+  @param  HobStart  The pointer to the beginning of the HOB List passed in from the PEI Phase.\r
 \r
 **/\r
 VOID\r