Updated PeiRebase to produce a map file of the relocations done by this tool

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1192 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ajfish
2006-08-05 17:22:18 +00:00
parent 8d86099955
commit 5049fd31d6
2 changed files with 63 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ Abstract:
//
// The maximum number of arguments accepted from the command line.
//
#define MAX_ARGS 7
#define MAX_ARGS 9
//
// The file copy buffer size
@@ -131,7 +131,8 @@ Returns:
EFI_STATUS
FfsRebase (
IN OUT EFI_FFS_FILE_HEADER *FfsFile,
IN EFI_PHYSICAL_ADDRESS BaseAddress
IN EFI_PHYSICAL_ADDRESS BaseAddress,
IN FILE *MapFile OPTIONAL
)
/*++