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
<
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
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/
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
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.
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
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
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
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)
>
>
> ----------
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
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.
>
> 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
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
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
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
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
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
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.
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
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.
20 matches
Mail list logo