]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiPlatformDxe / AcpiPlatform.c
old mode 100755 (executable)
new mode 100644 (file)
index 6714da7..06097ee
@@ -1,8 +1,8 @@
 /** @file\r
   Sample ACPI Platform Driver\r
 \r
-  Copyright (c) 2008 - 2009, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2008 - 2010, 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
@@ -29,7 +29,6 @@
   FV protocol, then it will return the first FV that contains the ACPI table\r
   storage file.\r
 \r
-  @param  Protocol      The protocol to find.\r
   @param  Instance      Return pointer to the first instance of the protocol\r
 \r
   @return EFI_SUCCESS           The function completed successfully.\r
@@ -94,7 +93,7 @@ LocateFvInstanceWithTables (
     //\r
     Status = FvInstance->ReadFile (\r
                            FvInstance,\r
-                           FixedPcdGetPtr (PcdAcpiTableStorageFile),\r
+                           (EFI_GUID*)PcdGetPtr (PcdAcpiTableStorageFile),\r
                            NULL,\r
                            &Size,\r
                            &FileType,\r
@@ -208,7 +207,7 @@ AcpiPlatformEntryPoint (
 \r
     Status = FwVol->ReadSection (\r
                       FwVol,\r
-                      FixedPcdGetPtr (PcdAcpiTableStorageFile),\r
+                      (EFI_GUID*)PcdGetPtr (PcdAcpiTableStorageFile),\r
                       EFI_SECTION_RAW,\r
                       Instance,\r
                       (VOID**) &CurrentTable,\r