Re: [edk2] Crc32 Calculation Miss

2018-06-09 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_CALCULATE_CRC32 f

Re: [edk2] [PATCH 2/4] OvmfPkg: add QemuRamfbDxe

2018-06-09 Thread Ard Biesheuvel
Hello Gerd, Thanks a lot for contributing this code. I am quite pleased that we finally have a solution for the EFI frame buffer for ARM systems running under KVM. One comment below. On 8 June 2018 at 13:39, Gerd Hoffmann wrote: > Add a driver for the qemu ramfb display device. > > Contributed-

Re: [edk2] [PATCH v2 2/5] MdeModulePkg/DxeCapsuleLibFmp: permit ProcessCapsules () to be called once

2018-06-09 Thread Ard Biesheuvel
On 10 June 2018 at 07:38, Yao, Jiewen wrote: > Hi Ard > According to PI spec, "Prior to invoking any UEFI drivers, or applications > that are not from the platform manufacturer, or connecting consoles, the > platform should signals the event EFI_END_OF_DXE_EVENT_GUID" > > In brief, EndOfDxe is s

Re: [edk2] [PATCH v2 2/5] MdeModulePkg/DxeCapsuleLibFmp: permit ProcessCapsules () to be called once

2018-06-09 Thread Yao, Jiewen
Hi Ard According to PI spec, "Prior to invoking any UEFI drivers, or applications that are not from the platform manufacturer, or connecting consoles, the platform should signals the event EFI_END_OF_DXE_EVENT_GUID" In brief, EndOfDxe is signaled before 3rd part code running. As such, it is leg

Re: [edk2] [PATCH] MdeModulePkg/Library/BaseSerialPortLib16550: Ensure FIFO Polled Mode

2018-06-09 Thread Duran, Leo
Hi Star, Please see my replies below. Thanks, Leo > -Original Message- > From: Zeng, Star [mailto:star.z...@intel.com] > Sent: Wednesday, June 06, 2018 4:07 AM > To: Duran, Leo ; Dong, Eric > Cc: edk2-devel@lists.01.org; Zeng, Star > Subject: RE: [edk2] [PATCH] MdeModulePkg/Library/Base