]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Update FFS_FIXED_CHECKSUM to 0xAA to match PI FV image generated by EDKII build...
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 19 Jul 2010 05:33:56 +0000 (05:33 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 19 Jul 2010 05:33:56 +0000 (05:33 +0000)
2.  Clean up EfiScriptLib by removing unused EfiDriverLib from its INF file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10662 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Framework/Include/EfiFirmwareFileSystem.h
EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf

index 4f1da47c774da40f62718d482b84b5367b90a83b..989904d0a62c74200f93107560f53b17e7cc2bd8 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 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
@@ -62,10 +62,9 @@ Abstract:
 //\r
 // FFS_FIXED_CHECKSUM is the default checksum value used when the\r
 // FFS_ATTRIB_CHECKSUM attribute bit is clear\r
-// note this is NOT an architecturally defined value, but is in this file for\r
-// implementation convenience\r
+// This value is defined in PI 1.2.\r
 //\r
-#define FFS_FIXED_CHECKSUM  0x5A\r
+#define FFS_FIXED_CHECKSUM  0xAA\r
 \r
 \r
 //\r
index 2c9d7e7bc75f95f90dd3d239686b58cfaabf5aed..47b084e09b1e9cc26c53edec74ad944541a65aab 100644 (file)
@@ -1,6 +1,6 @@
 #/*++\r
 #\r
-# Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 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
@@ -42,6 +42,5 @@ COMPONENT_TYPE      = LIBRARY
 \r
 [libraries.common]\r
   EdkFrameworkProtocolLib\r
-  EfiDriverLib\r
 \r
 [nmake.common]\r