]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/Capsule/RuntimeDxe/Capsule.c
1. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead to memory...
[mirror_edk2.git] / EdkModulePkg / Universal / Capsule / RuntimeDxe / Capsule.c
index 125a4453df4980a6694301cb9cd91b9c1fd31bd7..a55fb432e03d131ea8b2f0f3a453e1386684e261 100644 (file)
@@ -1,13 +1,13 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. 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) 2006, Intel Corporation\r
+All rights reserved. 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
 \r
 Module Name:\r
 \r
@@ -33,7 +33,7 @@ CapsuleServiceInitialize (
 Routine Description:\r
 \r
   This code is capsule runtime service initialization.\r
-  \r
+\r
 Arguments:\r
 \r
   ImageHandle          The image handle\r
@@ -48,6 +48,7 @@ Returns:
   EFI_STATUS  Status;\r
   EFI_HANDLE  NewHandle;\r
 \r
+  EFI_DEADLOOP ();\r
   SystemTable->RuntimeServices->UpdateCapsule                    = UpdateCapsule;\r
   SystemTable->RuntimeServices->QueryCapsuleCapabilities         = QueryCapsuleCapabilities;\r
 \r