]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/AutoScanPei/AutoScanPei.c
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / AutoScanPei / AutoScanPei.c
index 78cdd34965027ba4759cb1e6f1a2a4d0a1309784..c5e190a93c61669bea62cbf0109bbe7e5cb3053a 100644 (file)
@@ -1,14 +1,8 @@
 /*++ @file\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 Portions copyright (c) 2011, Apple Inc. All rights reserved.\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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -38,7 +32,7 @@ Routine Description:
 Arguments:\r
   FfsHeader   - General purpose data available to every PEIM\r
   PeiServices - General purpose services available to every PEIM.\r
-    \r
+\r
 Returns:\r
   None\r
 \r
@@ -89,7 +83,7 @@ Returns:
 \r
         Attributes |= EFI_RESOURCE_ATTRIBUTE_TESTED;\r
       }\r
-      \r
+\r
       BuildResourceDescriptorHob (\r
         EFI_RESOURCE_SYSTEM_MEMORY,\r
         Attributes,\r
@@ -101,9 +95,9 @@ Returns:
   } while (!EFI_ERROR (Status));\r
 \r
   //\r
-  // Build the CPU hob with 36-bit addressing and 16-bits of IO space.\r
+  // Build the CPU hob with 57-bit addressing and 16-bits of IO space.\r
   //\r
-  BuildCpuHob (36, 16);\r
-  \r
+  BuildCpuHob (57, 16);\r
+\r
   return Status;\r
 }\r