summaryrefslogtreecommitdiff
path: root/Tools/CCode/Source/TianoTools.msa
diff options
context:
space:
mode:
authorbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2006-12-30 09:17:16 +0000
committerbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2006-12-30 09:17:16 +0000
commit8733430b83565480540d1d890986cbf22c54db0d (patch)
treea53fa90f7b3ed378eb58d46971572c792814599a /Tools/CCode/Source/TianoTools.msa
parent242c77a08512363429e22a2e1cceb77274a7ef44 (diff)
downloadedk2-platforms-8733430b83565480540d1d890986cbf22c54db0d.tar.xz
1. Added a new tool GenFvMap, which is able to generate FV map files upon LOG files generated by PeiRebase.
2. Updated PeiRebase to generate LOG files while processing FV images. The original MAP feature and its corresponding option '-M' are dropped, however, they are superceded by the FV map file. 3. The FV map file are not generated yet. My next check-in will update FPD files to generate FV map files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2157 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source/TianoTools.msa')
-rw-r--r--Tools/CCode/Source/TianoTools.msa6
1 files changed, 4 insertions, 2 deletions
diff --git a/Tools/CCode/Source/TianoTools.msa b/Tools/CCode/Source/TianoTools.msa
index 2e4b27c19d..b7101dda18 100644
--- a/Tools/CCode/Source/TianoTools.msa
+++ b/Tools/CCode/Source/TianoTools.msa
@@ -13,8 +13,8 @@
updates either the OS or the HOST tool chain, these tools should be rebuilt.</Description>
<Copyright>Copyright 2006, Intel Corporation</Copyright>
<License URL="http://opensource.org/licenses/bsd-license.php">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
+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
@@ -96,6 +96,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</L
<Filename>GenFvImage/GenFvImageLib.c</Filename>
<Filename>GenFvImage/GenFvImageLib.h</Filename>
<Filename>GenFvImage/GenFvImageLibInternal.h</Filename>
+ <Filename>GenFvMap/build.xml</Filename>
+ <Filename>GenFvMap/GenFvMap.cpp</Filename>
<Filename>GenSection/build.xml</Filename>
<Filename>GenSection/GenSection.c</Filename>
<Filename>GenSection/GenSection.h</Filename>