X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FTianoTools%2FPeiRebase%2FPeiRebaseExe.h;h=b05baefb59d4fc412946122d7a4d785533e57483;hp=b9e71f4ed985e542387cc5be6cffe623e70c6a33;hb=5049fd31d6b79c5cfabc9d7c9d971d4c1720a6bf;hpb=51d48c2666aac102c522f38609d6017f6fcdd6b1 diff --git a/Tools/Source/TianoTools/PeiRebase/PeiRebaseExe.h b/Tools/Source/TianoTools/PeiRebase/PeiRebaseExe.h index b9e71f4ed9..b05baefb59 100644 --- a/Tools/Source/TianoTools/PeiRebase/PeiRebaseExe.h +++ b/Tools/Source/TianoTools/PeiRebase/PeiRebaseExe.h @@ -1,13 +1,13 @@ /*++ -Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved -This software and associated documentation (if any) is furnished -under a license and may only be used or copied in accordance -with the terms of the license. Except as permitted by such -license, no part of this software or documentation may be -reproduced, stored in a retrieval system, or transmitted in any -form or by any means without the express written consent of -Intel Corporation. +Copyright (c) 1999-2006 Intel Corporation. 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 license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Module Name: @@ -23,10 +23,10 @@ Abstract: #ifndef _EFI_PEIM_FIXUP_EXE_H #define _EFI_PEIM_FIXUP_EXE_H -// #include "Efi2WinNt.h" -#include "FirmwareFileSystem.h" -#include "FirmwareVolumeHeader.h" -#include "MultiPhase.h" +#include +#include +#include +#include // // Utility Name @@ -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 ) /*++