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:
@@ -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
|
||||
)
|
||||
/*++
|
||||
|
||||
|
Reference in New Issue
Block a user