]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.c
ArmPkg/ArmLib ARM: set .fpu to let Clang 7 assemble ArmV7Support.S
[mirror_edk2.git] / SourceLevelDebugPkg / DebugAgentPei / DebugAgentPei.c
index df0ac87b421d9ab914865d34e0fdb22b171cf833..4ef1945cd88e94344ba8f7dda2edfb32c1a17e5e 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   Initialize Debug Agent in PEI by invoking Debug Agent Library.\r
 \r
-Copyright (c) 2013, 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
-                                                                                          \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
+Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -24,7 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   This function is the Entry point of the CPU I/O PEIM which installs CpuIoPpi.\r
 \r
   @param[in]  FileHandle   Pointer to image file handle.\r
-  @param[in]  PeiServices  Pointer to PEI Services Table   \r
+  @param[in]  PeiServices  Pointer to PEI Services Table\r
 \r
   @retval EFI_SUCCESS    Debug Agent successfully initialized.\r
   @retval other          Some error occurs when initialzed Debug Agent.\r
@@ -39,6 +33,7 @@ DebugAgentPeiInitialize (
 {\r
   EFI_STATUS                 Status;\r
 \r
+  Status = EFI_UNSUPPORTED;\r
   InitializeDebugAgent (DEBUG_AGENT_INIT_PEI, &Status, NULL);\r
 \r
   return Status;\r