Revision: 17290
          http://sourceforge.net/p/edk2/code/17290
Author:   zwei4
Date:     2015-05-05 02:58:21 +0000 (Tue, 05 May 2015)
Log Message:
-----------
Fixed SOURCE_DEBUG_ENABLE build error. 

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shifei Lu <[email protected]>
Reviewed-by: David Wei <[email protected]>

Modified Paths:
--------------
    branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkg.fdf
    branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf
    branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc

Modified: branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkg.fdf
===================================================================
--- branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkg.fdf      2015-05-05 
02:34:20 UTC (rev 17289)
+++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkg.fdf      2015-05-05 
02:58:21 UTC (rev 17290)
@@ -51,10 +51,10 @@
 DEFINE FLASH_REGION_FVMAIN_SIZE                               = 0x001A5000
 
 DEFINE FLASH_REGION_FV_RECOVERY2_OFFSET                       = 0x002A5000
-DEFINE FLASH_REGION_FV_RECOVERY2_SIZE                         = 0x0002D000
+DEFINE FLASH_REGION_FV_RECOVERY2_SIZE                         = 0x0002C000
 
-DEFINE FLASH_REGION_FV_RECOVERY_OFFSET                        = 0x002D2000
-DEFINE FLASH_REGION_FV_RECOVERY_SIZE                          = 0x0002E000
+DEFINE FLASH_REGION_FV_RECOVERY_OFFSET                        = 0x002D1000
+DEFINE FLASH_REGION_FV_RECOVERY_SIZE                          = 0x0002F000
 
 
################################################################################
 #

Modified: branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf
===================================================================
--- branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf   2015-05-05 
02:34:20 UTC (rev 17289)
+++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf   2015-05-05 
02:58:21 UTC (rev 17290)
@@ -52,10 +52,10 @@
 
 
 DEFINE FLASH_REGION_FV_RECOVERY2_OFFSET                       = 0x00296000
-DEFINE FLASH_REGION_FV_RECOVERY2_SIZE                         = 0x0002D000
+DEFINE FLASH_REGION_FV_RECOVERY2_SIZE                         = 0x0002C000
 
-DEFINE FLASH_REGION_FV_RECOVERY_OFFSET                        = 0x002C3000
-DEFINE FLASH_REGION_FV_RECOVERY_SIZE                          = 0x0003D000
+DEFINE FLASH_REGION_FV_RECOVERY_OFFSET                        = 0x002C2000
+DEFINE FLASH_REGION_FV_RECOVERY_SIZE                          = 0x0003E000
 
 
################################################################################
 #

Modified: branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc
===================================================================
--- branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc        
2015-05-05 02:34:20 UTC (rev 17289)
+++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc        
2015-05-05 02:58:21 UTC (rev 17290)
@@ -1584,14 +1584,8 @@
   MSFT:*_*_X64_GENFW_FLAGS  = --keepexceptiontable
   GCC:*_*_X64_GENFW_FLAGS   = --keepexceptiontable
   INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
-!if $(TARGET) == DEBUG
-  DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS = /Od /Oy-
 !endif
-!else
-  DEFINE SOURCE_LEVEL_DEBUG_BUILD_OPTIONS =
 
-!endif
-
 [BuildOptions.Common.EDK]
 
 #


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to