Re: [edk2] Question regarding structure PCD

2018-03-27 Thread Laszlo Ersek
On 03/26/18 22:16, Kinney, Michael D wrote:
> Jeff,
> 
> You can provide default values for structure fields
> in the DEC file.
> 
> Liming has an example posted in the following branch:
> 
> https://github.com/lgao4/edk2/tree/UDK2018
> 
> DEC file example in TestPkg:
> 
> https://github.com/lgao4/edk2/blob/UDK2018/TestPkg/TestPkg.dec

Liming also posted a DEC spec (i.e. documentation) patch recently:

  [edk2] [Patch] DecSpecification: Add structure PCD definition syntax

It's upstream now and the rendered version can be seen here:

https://edk2-docs.gitbooks.io/edk-ii-dec-specification/content/3_edk_ii_dec_file_format/310_pcd_sections.html

https://edk2-docs.gitbooks.io/edk-ii-dec-specification/content/3_edk_ii_dec_file_format/32_package_declaration_dec_definitions.html

Laszlo

>> -Original Message-
>> From: edk2-devel [mailto:edk2-devel-
>> boun...@lists.01.org] On Behalf Of jbrasen.qdt
>> Sent: Monday, March 26, 2018 11:51 AM
>> To: edk2-devel@lists.01.org
>> Subject: [edk2] Question regarding structure PCD
>>
>> Hello,
>>
>>I was implementing support for PCDs in my platform
>> using the new structure PCD support, and I had a
>> question regarding this. Is it possible in the dec file
>> to define the default values of a PCD defined as a
>> structure using this format or just the byte array
>> format?
>>
>> Thanks,
>> Jeff Brasen
>>
>> ___
>> edk2-devel mailing list
>> edk2-devel@lists.01.org
>> https://lists.01.org/mailman/listinfo/edk2-devel
> ___
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
> 

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


Re: [edk2] Question regarding structure PCD

2018-03-26 Thread Kinney, Michael D
Jeff,

You can provide default values for structure fields
in the DEC file.

Liming has an example posted in the following branch:

https://github.com/lgao4/edk2/tree/UDK2018

DEC file example in TestPkg:

https://github.com/lgao4/edk2/blob/UDK2018/TestPkg/TestPkg.dec

Mike

> -Original Message-
> From: edk2-devel [mailto:edk2-devel-
> boun...@lists.01.org] On Behalf Of jbrasen.qdt
> Sent: Monday, March 26, 2018 11:51 AM
> To: edk2-devel@lists.01.org
> Subject: [edk2] Question regarding structure PCD
> 
> Hello,
> 
>I was implementing support for PCDs in my platform
> using the new structure PCD support, and I had a
> question regarding this. Is it possible in the dec file
> to define the default values of a PCD defined as a
> structure using this format or just the byte array
> format?
> 
> Thanks,
> Jeff Brasen
> 
> ___
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel