|
From: <js...@us...> - 2012-01-04 08:48:36
|
Revision: 2476
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2476&view=rev
Author: jsu1
Date: 2012-01-04 08:48:29 +0000 (Wed, 04 Jan 2012)
Log Message:
-----------
Correct support for section type of SUBTYPE_GUID for GenFds
Reviewed-by: gikidy
Signed-off-by: jsu1
Modified Paths:
--------------
trunk/BaseTools/Source/Python/GenFds/Ffs.py
Modified: trunk/BaseTools/Source/Python/GenFds/Ffs.py
===================================================================
--- trunk/BaseTools/Source/Python/GenFds/Ffs.py 2012-01-04 06:21:42 UTC (rev 2475)
+++ trunk/BaseTools/Source/Python/GenFds/Ffs.py 2012-01-04 08:48:29 UTC (rev 2476)
@@ -64,6 +64,7 @@
'COMPAT16' : '.com16',
'RAW' : '.raw',
'FREEFORM_SUBTYPE_GUID': '.guid',
+ 'SUBTYPE_GUID' : '.guid',
'FV_IMAGE' : 'fv.sec',
'COMPRESS' : '.com',
'GUIDED' : '.guided',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|