Re: [edk2] [RFC 0/3] Structure PCD value assignment in DEC/DSC

2017-05-04 Thread Tim Lewis
Subject: [edk2] [RFC 0/3] Structure PCD value assignment in DEC/DSC Requirment: Map VOID* PCD to C structure 1. When PCD is configured as DynamicHii, it will be map to one EFI variable. If PCD is VOID*, it can map to the whole EFI variable. Most EFI variable data are defined as C structure. 2

Re: [edk2] [RFC 0/3] Structure PCD value assignment in DEC/DSC

2017-04-11 Thread Kinney, Michael D
> -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Laszlo > Ersek > Sent: Tuesday, April 11, 2017 8:24 AM > To: Gao, Liming ; edk2-devel@lists.01.org > Subject: Re: [edk2] [RFC 0/3] Structure PCD value assignment in DEC/DSC >

Re: [edk2] [RFC 0/3] Structure PCD value assignment in DEC/DSC

2017-04-11 Thread Laszlo Ersek
On 04/11/17 17:16, Liming Gao wrote: > Requirment: Map VOID* PCD to C structure > 1. When PCD is configured as DynamicHii, it will be map to one EFI variable. > If PCD is VOID*, it can map to the > whole EFI variable. Most EFI variable data are defined as C structure. > 2. Some PCDs are designed

[edk2] [RFC 0/3] Structure PCD value assignment in DEC/DSC

2017-04-11 Thread Liming Gao
Requirment: Map VOID* PCD to C structure 1. When PCD is configured as DynamicHii, it will be map to one EFI variable. If PCD is VOID*, it can map to the whole EFI variable. Most EFI variable data are defined as C structure. 2. Some PCDs are designed as C style structure, such as gEfiMdeModulePk