|
From: <yi...@us...> - 2011-11-21 08:41:14
|
Revision: 2422
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2422&view=rev
Author: yingke
Date: 2011-11-21 08:41:08 +0000 (Mon, 21 Nov 2011)
Log Message:
-----------
Modify a GenFv error message to make it more clear.
Signed-off-by: yingke
Reviewed-by: djboyer
Modified Paths:
--------------
trunk/BaseTools/Source/C/GenFv/GenFvInternalLib.c
Modified: trunk/BaseTools/Source/C/GenFv/GenFvInternalLib.c
===================================================================
--- trunk/BaseTools/Source/C/GenFv/GenFvInternalLib.c 2011-11-21 08:40:57 UTC (rev 2421)
+++ trunk/BaseTools/Source/C/GenFv/GenFvInternalLib.c 2011-11-21 08:41:08 UTC (rev 2422)
@@ -1535,7 +1535,7 @@
//
Status = FindApResetVectorPosition (FvImage, &BytePointer);
if (EFI_ERROR (Status)) {
- Error (NULL, 0, 3000, "Invalid", "Cannot find the appropriate location in FvImage to add Ap reset vector!");
+ Error (NULL, 0, 3000, "Invalid", "FV image does not have enough space to place AP reset vector. The FV image needs to reserve at least 4KB of unused space.");
return EFI_ABORTED;
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|