Re: [edk2] Creating my own flashing app

2018-12-03 Thread Guy Raviv
paign=sig-email_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Tue, Dec 4, 2018 at 6:42 AM Andrew Fish wrote: > Guy, > > What are you trying to FLASH? > > Thanks, > > Andrew Fish > > > On Dec 3, 2018, at 7:28 PM, Guy Raviv wrote: > > &g

[edk2] Creating my own flashing app

2018-12-03 Thread Guy Raviv
Hi, I want to create my own flashing utility. Is there any EDKII App/Utilities that can help me? Thanks, Guy Virus-free. www.avg.com

Re: [edk2] Crc32 Calculation Miss

2018-06-11 Thread Guy Raviv
kProtocolGuid) to get FV image base address and > size. > > > > *From:* Guy Raviv [mailto:guyrav...@gmail.com] > *Sent:* Monday, June 11, 2018 4:38 PM > *To:* Gao, Liming > *Cc:* edk2-devel@lists.01.org > *Subject:* Re: [edk2] Crc32 Calculation Miss > > > >

Re: [edk2] Crc32 Calculation Miss

2018-06-11 Thread Guy Raviv
Gao, Liming wrote: > Guy: > > Does EFI_CALCULATE_CRC32() cover the flash data that includes PEI > module? > > > > Thanks > > Liming > > *From:* Guy Raviv [mailto:guyrav...@gmail.com] > *Sent:* Sunday, June 10, 2018 2:59 PM > *To:* Gao, Liming > *Cc:* e

Re: [edk2] Crc32 Calculation Miss

2018-06-10 Thread Guy Raviv
Update - it seems that only in the Pei modules a code change doesn't change the crc. Does it make sense? if so, is there any interface to calculate the flash data itself in the Dxe phase? Thanks! Guy On Thu, Jun 7, 2018 at 9:34 AM Guy Raviv wrote: > Hi Gao, > > I used the EFI_CALCUL

Re: [edk2] Crc32 Calculation Miss

2018-06-07 Thread Guy Raviv
> > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Guy Raviv > > Sent: Wednesday, June 6, 2018 10:18 PM > > To: edk2-devel@lists.01.org > > Subject: [edk2] Crc32 Calculation Miss > > > > Hi Everyone, > > > > I have an odd

Re: [edk2] Crc32 Calculation Miss

2018-06-07 Thread Guy Raviv
018, at 7:18 AM, Guy Raviv wrote: > > > > Hi Everyone, > > > > I have an odd problem. > > In a specific module in my code (MRC training), code modification doesn't > > change the BIOS Crc calculation. > > 1. i checked in my project's fdf file if the FV ba

[edk2] Crc32 Calculation Miss

2018-06-06 Thread Guy Raviv
Hi Everyone, I have an odd problem. In a specific module in my code (MRC training), code modification doesn't change the BIOS Crc calculation. 1. i checked in my project's fdf file if the FV base address and region size defined are the same as the parameters i'm putting in the calculation. 2. i

Re: [edk2] Dynamic Pci configuration devices

2018-05-08 Thread Guy Raviv
ler...@redhat.com> wrote: > On 05/08/18 16:16, Guy Raviv wrote: > > Hi all, > > > > currently in > > > > \Vlv2DeviceRefCodePkg\AcpiTablesPCAT\HOST_BUS.ASL > > > > The PCI devices are declared statically. > > > > i want to make th

[edk2] Dynamic Pci configuration devices

2018-05-08 Thread Guy Raviv
Hi all, currently in \Vlv2DeviceRefCodePkg\AcpiTablesPCAT\HOST_BUS.ASL The PCI devices are declared statically. i want to make this declaration dynamic - so that the device number can change according according to my hardware setup. Is it possible? Thanks, Guy