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
This commit is contained in:
bxing
2006-12-30 09:17:16 +00:00
parent 242c77a085
commit 8733430b83
6 changed files with 973 additions and 303 deletions

View File

@@ -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>