Re: [edk2] S3SaveStateDxe.inf doesn't explicitly include SmbusLib, is it a bug?

2016-01-21 Thread
t;DxeS3BootScriptLib.inf in MdeModulePkg) and S3BootScriptLib link SmbusLib. > >You may could check the PCD usage in your SmbusLib instance. > >Thanks, >Star >From: 王晓峰 [mailto:winggundu...@163.com] >Sent: Thursday, January 21, 2016 5:40 PM >To: edk2-de...@ml01.01.org >Cc

[edk2] S3SaveStateDxe.inf doesn't explicitly include SmbusLib, is it a bug?

2016-01-21 Thread
Hi All, I meet a issue that there is a get PCD assert for S3SaveStateDxe.inf. It is strange that I seached all the library and their child library in S3SaveStateDxe.inf , no PCD found related to this issue [LibraryClasses] UefiBootServicesTableLib MemoryAllocationLib

Re: [edk2] S3SaveStateDxe.inf doesn't explicitly include SmbusLib, is it a bug?

2016-01-21 Thread
But no SmbusLib interface will be consumed by >S3SaveStateDxe directly, so SmbusLib is not listed in S3SaveStateDxe.inf, that >is expected. > >Thanks, >Star >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of 王晓峰 >Sent: Thurs

[edk2] GenFds error to build SMM file in fdf

2015-12-22 Thread
Hi All, I tried to build a FFS in fdf with the following statement FILE DXE_SMM_DRIVER = guid{ SECTION SMM_DEPEX = 1.depex SECTION PE32 =1.efi SECTION UI = "1" } and build tool return the following error ,anyone knows how to solve it? Is it a build tool bug? GenFds... : error

[edk2] Do Edk2 support Secure Hash Algorithm-3 (SHA-3) Standard?

2015-10-14 Thread
Dear All, NIST released SHA-3 Standard this year, http://www.nist.gov/manuscript-publication-search.cfm?pub_id=919061 Do edk2 plant to support this new algorithm or it has already been done? Thanks in advance ! ___ edk2-devel mailing list

[edk2] Why I get assert in PCD\Dxe\Service.c

2015-09-09 Thread
Dear PCD module owner, I have meet an assert in PCDDXE UDK2014 revision. The Assert happens when PCDdxe initlize. ASSERT e:\code\MdeModulePkg\Universal\PCD\Dxe\Service.c(1137): TokenNumber + 1 < mPcdTotalTokenCount + 1 it seems that build tool automatically generate PEI and DXE token number

Re: [edk2] How Can I add Section VERSION in fdf file?

2015-08-06 Thread
, 2015 1:58 PM To: 王晓峰 Cc: edk2-devel@lists.01.org Subject: Re: [edk2] How Can I add Section VERSION in fdf file? On Aug 5, 2015, at 10:17 PM, 王晓峰 winggundu...@163.com wrote: Hello Every EDK2 developer, I meet an error when I tried to add section VERSION in fdf file . Please refer