Re: [edk2] Firmware Volume Block Protocol

2014-10-29 Thread Narinder Dhillon
FVB protocol Read service. > > > > Thanks > > Liming > > *From:* Narinder Dhillon [mailto:ndhillo...@gmail.com] > *Sent:* Wednesday, October 29, 2014 4:51 AM > *To:* edk2-devel@lists.sourceforge.net > *Subject:* Re: [edk2] Firmware Volume Block Protocol > > > >

Re: [edk2] Firmware Volume Block Protocol

2014-10-28 Thread Gao, Liming
variable storage based on PcdFlashNvStorageVariableBase instead of FVB protocol Read service. Thanks Liming From: Narinder Dhillon [mailto:ndhillo...@gmail.com] Sent: Wednesday, October 29, 2014 4:51 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Firmware Volume Block Protocol Hi

Re: [edk2] Firmware Volume Block Protocol

2014-10-28 Thread Narinder Dhillon
d be enhanced to check FV header >> first, then read full header. Could you apply the attached patch to DxeCore >> module and check again? >> >> >> >> Thanks >> >> Liming >> >> *From:* Narinder Dhillon [mailto:ndhillo...@gmail.com] >

Re: [edk2] Firmware Volume Block Protocol

2014-10-27 Thread Andrew Fish
gt; > From: Narinder Dhillon [mailto:ndhillo...@gmail.com > <mailto:ndhillo...@gmail.com>] > Sent: Monday, October 27, 2014 8:44 AM > To: edk2-devel@lists.sourceforge.net <mailto:edk2-devel@lists.sourceforge.net> > Subject: [edk2] Firmware Volume Block Protocol > &g

Re: [edk2] Firmware Volume Block Protocol

2014-10-27 Thread Narinder Dhillon
Thanks > > Liming > > *From:* Narinder Dhillon [mailto:ndhillo...@gmail.com] > *Sent:* Monday, October 27, 2014 8:44 AM > *To:* edk2-devel@lists.sourceforge.net > *Subject:* [edk2] Firmware Volume Block Protocol > > > > Hi All, > > > > I am trying t

Re: [edk2] Firmware Volume Block Protocol

2014-10-27 Thread Gao, Liming
-devel@lists.sourceforge.net Subject: [edk2] Firmware Volume Block Protocol Hi All, I am trying to implement a non-volatile variable storage on a small part of eMMC device. I have implemented the FVB protocol and the 'Read' function is being called with increasing 'Lba' during

[edk2] Firmware Volume Block Protocol

2014-10-26 Thread Narinder Dhillon
Hi All, I am trying to implement a non-volatile variable storage on a small part of eMMC device. I have implemented the FVB protocol and the 'Read' function is being called with increasing 'Lba' during UEFI boot. Where is the 'Read' function is being called from ? (some sort of initialization cod

Re: [edk2] Firmware Volume Block Protocol

2014-10-22 Thread Narinder Dhillon
card it is talking to on > the PCI device? > > Thanks, > > Andrew Fish > > > > *From:* Igor Sharovar [mailto:igor.sharo...@gmail.com > ] > *Sent:* Thursday, October 23, 2014 12:52 AM > *To:* edk2-devel@lists.sourceforge.net > *Subject:* Re: [edk2] Firmware

Re: [edk2] Firmware Volume Block Protocol

2014-10-22 Thread Andrew Fish
gure out which eMMC/SD card it is talking to on the PCI device? Thanks, Andrew Fish > > From: Igor Sharovar [mailto:igor.sharo...@gmail.com] > Sent: Thursday, October 23, 2014 12:52 AM > To: edk2-devel@lists.sourceforge.net > Subject: Re: [edk2] Firmware Volume Block Protocol

Re: [edk2] Firmware Volume Block Protocol

2014-10-22 Thread Tian, Hot
12:52 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Firmware Volume Block Protocol You likely need to add an additional entry in the DevicePath representing your "Media Type". For example, you may add "Vendor GUID"( not recomended) or LUN. On Tue, Oct 21, 201

Re: [edk2] Firmware Volume Block Protocol

2014-10-22 Thread Igor Sharovar
tion, such as using Vendor >> Device Path or Controller Device Path, to represent the location of eMMC >> device. >> >> >> >> *From:* Andrew Fish [mailto:af...@apple.com] >> *Sent:* Wednesday, October 22, 2014 08:36 >> *To:* edk2-devel@lists.sourceforge.ne

Re: [edk2] Firmware Volume Block Protocol

2014-10-21 Thread Andrew Fish
lists.sourceforge.net <mailto:edk2-devel@lists.sourceforge.net> > Subject: Re: [edk2] Firmware Volume Block Protocol > > > > > > On Oct 21, 2014, at 5:31 PM, Narinder Dhillon <mailto:ndhillo...@gmail.com>> wrote: > > > > Hi All, > &g

Re: [edk2] Firmware Volume Block Protocol

2014-10-21 Thread Narinder Dhillon
sts.sourceforge.net > *Subject:* Re: [edk2] Firmware Volume Block Protocol > > > > > > On Oct 21, 2014, at 5:31 PM, Narinder Dhillon > wrote: > > > > Hi All, > > > > I am trying to implement a non-volatile variable storage at the top end of > an eMM

Re: [edk2] Firmware Volume Block Protocol

2014-10-21 Thread Tian, Feng
MMC device. From: Andrew Fish [mailto:af...@apple.com] Sent: Wednesday, October 22, 2014 08:36 To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Firmware Volume Block Protocol On Oct 21, 2014, at 5:31 PM, Narinder Dhillon mailto:ndhillo...@gmail.com>> wrote: Hi All, I am trying to

Re: [edk2] Firmware Volume Block Protocol

2014-10-21 Thread Andrew Fish
> On Oct 21, 2014, at 5:31 PM, Narinder Dhillon wrote: > > Hi All, > > I am trying to implement a non-volatile variable storage at the top end of an > eMMC flash device. From all the reading, I have implemented the firmware > volume block protocol in the eMMC driver. > What I can't figure is,

[edk2] Firmware Volume Block Protocol

2014-10-21 Thread Narinder Dhillon
Hi All, I am trying to implement a non-volatile variable storage at the top end of an eMMC flash device. From all the reading, I have implemented the firmware volume block protocol in the eMMC driver. What I can't figure is, what kind of device path do I install along with FVB protocol ? I have se

[edk2] Firmware Volume Block Protocol for storing Non-volatile variables

2014-10-19 Thread Narinder Dhillon
Hi All, I am trying to implement a non-volatile variable storage at the top end of an eMMC flash device. From all the reading, I have implemented that firmware volume block protocol. What I can't figure is, what kind of device path do I install along with FVB protocol ? Thanx. ---