Re: [edk2] BlockIo2 Protocol test tool

2019-02-01 Thread Sajeesh Kk
hat should be the "Transaction Status" that should be signaled by the driver. Please comment. Thanks, Sajeesh. On Mon, Jan 28, 2019 at 2:17 PM Laszlo Ersek wrote: > Hi, > > On 01/26/19 17:57, Sajeesh Kk wrote: > > Hello Rafeal, > > > > I believe The UEF

Re: [edk2] BlockIo2 Protocol test tool

2019-01-26 Thread Sajeesh Kk
< rafaelrodrigues.mach...@gmail.com> wrote: > Hi Sajeesh > > Probably you can use UEFI Sct for this test. > http://uefi.org/testtools > > Thanks and Regards > Rafael Machado > > Em sáb, 26 de jan de 2019 00:24, Sajeesh Kk >> Hello all, >> >> I have a protot

[edk2] BlockIo2 Protocol test tool

2019-01-25 Thread Sajeesh Kk
Hello all, I have a prototype BlockIO2 protocol implementation. Are there any independent tools available to test this out ?. Please let me know. Thanks, Sajeesh. ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/

Re: [edk2] edk2-devel Digest, Vol 65, Issue 99

2015-05-11 Thread Sajeesh Kk
your VLAN ID? And what does protocol type 0x8000 stand for? We use 0x0800 Ethernet type for IPv4 protocol as I known. Is it a typo or a new protocol? Best Regards, Ye Ting From: Sajeesh Kk [mailto:sajee...@gmail.com] Sent: Saturday, May 09, 2015 12:48 AM To: edk2-devel@lists.sourceforge.net Su

[edk2] SW VLAN IMPLEMENTATION QUESTION

2015-05-08 Thread Sajeesh Kk
Hello All, I was trying SW Vlan implementation today. There is a problem i am facing. There are some issues with respect to protocol type field in the ethernet packet. following are the obervations: 1. When the client receives a packet from the server, the Vlan id is stripped by hardware.

[edk2] MNP Rx filters Question.

2015-04-17 Thread Sajeesh Kk
Hello All, There is one statement in the UEFI spec. Can someone brief about this comment in the Spec. *Note: **If multiple MNP child driver instances will receive the same packet because of overlapping receive filter settings, then the first MNP child driver instance will receive the original pac

Re: [edk2] edk2-devel Digest, Vol 63, Issue 115

2015-03-30 Thread Sajeesh Kk
text/plain; charset="utf-8" > > Hi Sajeesh, > > I think you will install device path protocol together with NII. The > device path nodes of the device path protocol include the VLAN + MAC device > path; you should able to distinguish the handle by the VLAN device path > n

Re: [edk2] edk2-devel Digest, Vol 63, Issue 95

2015-03-27 Thread Sajeesh Kk
sts.sourceforge.net > > You can reach the person managing the list at > edk2-devel-ow...@lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of edk2-devel digest..." > > > Today

Re: [edk2] edk2-devel Digest, Vol 63, Issue 87

2015-03-23 Thread Sajeesh Kk
edit your Subject line so it is more specific > than "Re: Contents of edk2-devel digest..." > > > Today's Topics: > >1. Re: edk2-devel Digest, Vol 63, Issue 85 (Sajeesh Kk) > > > ----------

Re: [edk2] edk2-devel Digest, Vol 63, Issue 85

2015-03-17 Thread Sajeesh Kk
alized by SNP; later when SNP tries to initialize the VLAN > NIC, SNP should return EFI_SUCCESS instead of EFI_DEVICE_ERROR to MNP. This > way, the upper layer drivers can function. > > Best Regards, > Ye Ting > > From: Sajeesh Kk [mailto:sajee...@gmail.com] > Sent: Tuesday, Marc

Re: [edk2] edk2-devel Digest, Vol 63, Issue 74

2015-03-17 Thread Sajeesh Kk
ndle is MAC + VLAN > node. Thus, a NIC with two VLAN configured supplies three NIC handles to > the system. In your UNDI, I think you also can create a virtual handle for > a VLAN device and install a new device path protocol to it. You also need > install NII protocol to each handle.

Re: [edk2] edk2-devel Digest, Vol 63, Issue 70

2015-03-16 Thread Sajeesh Kk
> > Content-Type: text/plain; charset="utf-8" > > Hi Sajeesh, > > I need more information to understand your question. As you said you are > implementing EFI_VLAN_CONIFG_PROTOCOL in your UNDI driver, do you use your > own network modules for PXE boot, or yo

[edk2] vlan config protocol question

2015-03-13 Thread Sajeesh Kk
Hello, I am supporting vlan config protocol in undi driver four our network adapter. I am creating vlan device path on to the same handle on which NII protocol is installed. I could see that i get a set call when VLAN is configured and the device path created looks ok. when tried to perform PXE boo

[edk2] Vlan config protocol Query

2015-03-13 Thread Sajeesh Kk
Hello, I am supporting vlan config protocol in undi driver four our network adapter. I am creating vlan device path on to the same handle on which NII protocol is installed. I could see that i get a set call when VLAN is configured and the device path created looks ok. when tried to perform PXE boo

Re: [edk2] (no subject)

2013-08-14 Thread sajeesh KK
in vfr is as follows: suppressif (get(NVData.bitmap_array[0].bitmap) & 0x1) == 0; Thanks, Sajeesh. On Wed, Aug 14, 2013 at 4:43 PM, sajeesh KK wrote: > > Hi eric, > > The variable nested in the get opcode is a member of the predefined > storage. > > > varstore

[edk2] (no subject)

2013-08-14 Thread sajeesh KK
Hi eric, The variable nested in the get opcode is a member of the predefined storage. varstore NVCONFIG_STRUCT, // This is the data structure type varid= 0x1234, // Optional VarStore ID name = NVData, // Define referenced name in vfr g

[edk2] get operator in vfr file

2013-08-13 Thread sajeesh KK
Hello all, I have a bitmap in NVConfig structure. I am trying to get its value using "get" operator in vfr file. get(NVData.bitmap). based on this bitmap, i am selectively hiding some options to the user. Problem is, get is unable to extract the bitmap from the NVConfig structure. If i hardcode th

[edk2] EFI_AUTHENTICATION_INFO_PROTOCOL

2013-05-04 Thread sajeesh KK
Hello all, I am implementing EFI_AUTHENTICATION_INFO_PROTOCOL for storage adapter. In addition to the Chap and Reverse chap name and secrets, there are some additional parameters, Username, UserNameLen, UserSecret, UserSecretLen. Any idea what these additional parameters mean ?? Thanks, Sajeesh.

Re: [edk2] edk2-devel Digest, Vol 33, Issue 5

2012-09-05 Thread sajeesh KK
Content-Type: text/plain; charset="us-ascii" > > Sajeesh.K.K, > > Because the ideqval opcode not support bitwiseand nest in it, so > vfrcompiler reports this error. You can use the following expression to > meet your request: > suppressif (get(NVData.mybitmap) & 0x1

[edk2] Bitwise and operator in VFR file

2012-09-04 Thread sajeesh KK
Hello All, I have a question regarding the use of bitwiseand operator in suppressif statement. Basically i have a bitmap in the NVConfig structure. I need to selectively suppress some of the options to the user based on this bitmap. I have something similar to this. "suppressif ideqval NVData.