]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Sec/SecMain.c
Update the copyright notice format
[mirror_edk2.git] / OvmfPkg / Sec / SecMain.c
index 58da92b0866acadcf5c6e7c8c6d481838c07334c..275d8e492a7292b83f10bc8045c91491e22e7b6e 100644 (file)
@@ -1,9 +1,9 @@
 /** @file
   Main SEC phase code.  Transitions to PEI.
 
-  Copyright (c) 2008 - 2009, Intel Corporation
+  Copyright (c) 2008 - 2009, Intel Corporation. All rights reserved.<BR>
 
-  All rights reserved. This program and the accompanying materials
+  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
@@ -127,7 +127,7 @@ SecCoreStartupWithStack (
   FindPeiCoreEntryPoint (&BootFv, &PeiCoreEntryPoint);
 
   SecCoreData->BootFirmwareVolumeBase = BootFv;
-  SecCoreData->BootFirmwareVolumeSize = BootFv->FvLength;
+  SecCoreData->BootFirmwareVolumeSize = (UINTN) BootFv->FvLength;
 
   if (PeiCoreEntryPoint != NULL) {
     DEBUG ((EFI_D_INFO,