Revision: 17039
http://sourceforge.net/p/edk2/code/17039
Author: zwei4
Date: 2015-03-11 05:49:13 +0000 (Wed, 11 Mar 2015)
Log Message:
-----------
Fixed the issue of saving memory size information.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Mang Guo <[email protected]>
Reviewed-by: David Wei <[email protected]>
Modified Paths:
--------------
branches/UDK2014.SP1/Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.c
Modified:
branches/UDK2014.SP1/Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.c
===================================================================
--- branches/UDK2014.SP1/Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.c
2015-03-11 05:34:18 UTC (rev 17038)
+++ branches/UDK2014.SP1/Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.c
2015-03-11 05:49:13 UTC (rev 17039)
@@ -123,7 +123,7 @@
MemInfoProtocol->MemInfoData.memSize = 0;
for (Channel = 0; Channel < CH_NUM; Channel ++){
for (Slot = 0; Slot < DIMM_NUM; Slot ++){
- MemInfoProtocol->MemInfoData.dimmSize[Slot + (Channel * DIMM_NUM)] =
PlatformInfoHobPtr->MemData.DimmSize[Slot];
+ MemInfoProtocol->MemInfoData.dimmSize[Slot + (Channel * DIMM_NUM)] =
PlatformInfoHobPtr->MemData.DimmSize[Slot + (Channel * DIMM_NUM)];
}
}
MemInfoProtocol->MemInfoData.memSize =
PlatformInfoHobPtr->MemData.MemSize;
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits