X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FCapsule%2FRuntimeDxe%2FCapsule.c;h=a55fb432e03d131ea8b2f0f3a453e1386684e261;hp=125a4453df4980a6694301cb9cd91b9c1fd31bd7;hb=07a171a42a119e8f001e26f95e524e44d4c3f741;hpb=25df080117785575e7d761c9b8c8cccfc066e85d diff --git a/EdkModulePkg/Universal/Capsule/RuntimeDxe/Capsule.c b/EdkModulePkg/Universal/Capsule/RuntimeDxe/Capsule.c index 125a4453df..a55fb432e0 100644 --- a/EdkModulePkg/Universal/Capsule/RuntimeDxe/Capsule.c +++ b/EdkModulePkg/Universal/Capsule/RuntimeDxe/Capsule.c @@ -1,13 +1,13 @@ /*++ -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2006, Intel Corporation +All rights reserved. This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Module Name: @@ -33,7 +33,7 @@ CapsuleServiceInitialize ( Routine Description: This code is capsule runtime service initialization. - + Arguments: ImageHandle The image handle @@ -48,6 +48,7 @@ Returns: EFI_STATUS Status; EFI_HANDLE NewHandle; + EFI_DEADLOOP (); SystemTable->RuntimeServices->UpdateCapsule = UpdateCapsule; SystemTable->RuntimeServices->QueryCapsuleCapabilities = QueryCapsuleCapabilities;