[edk2] Driver Diagnostics Protocol for GBE LAN 82579

2013-09-18 Thread Mircea Trepadus
Hello, I am testing a GBE LAN 82579 using the Driver Diagnostics Protocol implemented by the "UEFI Network Device Driver for IntelR Ethernet Network Connections". I downloaded the driver from http://www.intel.com/support/ethernetcomponents/controllers/82579/sb/CS-0322 39.htm The success rate of

Re: [edk2] FTDI 4232 used to loopback test two LTC2872 transceivers

2013-08-26 Thread Mircea Trepadus
Hello, Any update regarding the driver that can be used to access FTDI 4232. Currently I am using the ftdi-usb-serial driver implemented by AshleyDeSimone but it is not working (read and write successful in loopback mode, the read size is 0). Thanks in advance, Catalin --

[edk2] FTDI 4232 used to loopback test two LTC2872 transceivers

2013-08-22 Thread Mircea Trepadus
Hello I want to self-test using the Loop-Back mode two LTC2872 transceivers configured in RS232 mode. The transceivers are linked to one FTDI 4232, obtaining four Serial Communication Ports. Step 1: In order to perform the Loop-Back test, I successfully enabled the Loop-Back mode for t

[edk2] FW: FT4232 as single chip USB to four channels UART

2013-05-21 Thread Mircea Trepadus
232 as single chip USB to four channels UART (Mircea Trepadus) 2. Re: [PATCH v3 00/15] OvmfPkg: add builtin fallback driver for virtio-net NIC (Laszlo Ersek) 3. Re: [PATCH] OvmfPkg: sustain boot options in the SECURE_BOOT_ENABLE build (Laszlo Ersek) 4. Re: FT4232 as single

[edk2] FW: FT4232 as single chip USB to four channels UART

2013-05-20 Thread Mircea Trepadus
Hello I want to create a driver for a FTDI FT4232 USB device, in order to use the device as a "single chip USB to four channels UART", as specified in FTDI specification document. I want to use and update the already implemented driver located at https://github.com/AshleyDeSimone/edk2/tr