Re: [edk2] [Patch 0/4] MdeModulePkg/PciBus Do not improperly degrade resource

2016-05-22 Thread Fan, Jeff
Reviewed-by: Jeff Fan -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu Ni Sent: Tuesday, May 17, 2016 10:04 AM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu Subject: [edk2] [Patch 0/4] MdeModulePkg/PciBus Do not improperly

Re: [edk2] UEFI HTTP Boot Device Path and DNS

2016-05-22 Thread Michael Chang
On Fri, May 20, 2016 at 06:55:57AM +, Ye, Ting wrote: > Hi Michael, > > Sorry I missed your previous email. > First, I don't use OVMF platform, though I think the PXE and HTTP should be > able to co-work together. It means that the PXE boot option and HTTP boot > option are both available

Re: [edk2] [RFC] Structured PCD Proposal

2016-05-22 Thread Andrew Fish
> On May 22, 2016, at 7:12 PM, Kinney, Michael D > wrote: > > Andrew, > > One of the fundamental differences between our ideas is how values are set. > > Mine uses the same DSC syntax and can sparsely set fields. > Mike, I'm willing to say I'm biased as we use

Re: [edk2] [PATCH] MdePkg/BaseLib: Add more comments for safe string functions.

2016-05-22 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jiewen Yao > Sent: Sunday, May 22, 2016 9:03 PM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Gao, Liming >

Re: [edk2] [PATCH] MdePkg/BaseLib: do not rely on undefined behavior in arithmetic shift

2016-05-22 Thread Gao, Liming
Felix: Good finding. Could you help contribute one patch for it? Thanks Liming > -Original Message- > From: Felix Poludov [mailto:fel...@ami.com] > Sent: Saturday, May 21, 2016 4:18 AM > To: Gao, Liming ; Ard Biesheuvel > ;

Re: [edk2] [RFC] Structured PCD Proposal

2016-05-22 Thread Kinney, Michael D
Andrew, One of the fundamental differences between our ideas is how values are set. Mine uses the same DSC syntax and can sparsely set fields. Your requires the entire structure value to be set every time. There is no concept of sparsely overriding fields. Also, if a backwards compatible

[edk2] [Patch] MdeModulePkg/PciHostBridgeDxe: Fix VS tool chain build failure

2016-05-22 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Shumin Qiu --- MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [edk2] [RFC] Structured PCD Proposal

2016-05-22 Thread Andrew Fish
> On May 22, 2016, at 3:04 PM, Andrew Fish wrote: > > Mike, > > I did a quick prototype that just outputs the current PCD DSC syntax with an > extra | C typedef name at the end when you build. The example includes a > structure with bit-fields and a device path. > > > >

Re: [edk2] [RFC] Structured PCD Proposal

2016-05-22 Thread Andrew Fish
Mike, I did a quick prototype that just outputs the current PCD DSC syntax with an extra | C typedef name at the end when you build. The example includes a structure with bit-fields and a device path. build -p MdeModulePkg/MdeModulePkg.dsc -a X64 -t XCODE5

[edk2] [PATCH] MdePkg/BaseLib: Add more comments for safe string functions.

2016-05-22 Thread Jiewen Yao
Add more comments: 1) EDKII version safe string function is similar as the one C11. 2) If error is returned, the Destination is unmodified. Cc: Michael D Kinney Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0