david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Michael Brown 2d79b20f2a [intel] Do not enable ASDE on i350 backplane NIC
On most Intel NICs, Auto-Speed Detection Enable (ASDE) can be used to
automatically detect the correct link speed by sampling the link using
the internal PHY.  This feature is automatically inhibited when not
appropriate for the physical link (e.g. when using internal SerDes
mode on the 8254x).

On the i350 datasheet ASDE is a reserved bit, but the relevant
auto-speed detection hardware appears still to be present.  However,
enabling ASDE on the i350 1000BASE-KX backplane NIC seems to cause an
immediate link failure.  It is possible that the auto-speed detection
hardware is still present, is not connected to a physical link, and is
not inhibited from being applied in this mode.

Work around this problem by adding an INTEL_NO_ASDE flag bit
(analogous to INTEL_NO_PHY_RST), and applying this for the i350
backplane NIC.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-04-16 21:37:41 +01:00
..
arch [block] Allow use of a non-default EFI SAN boot filename 2017-04-12 15:58:05 +01:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [linux] Use dummy SAN device 2017-03-28 17:34:41 +03:00
core [block] Allow use of a non-default EFI SAN boot filename 2017-04-12 15:58:05 +01:00
crypto [crypto] Mark permanent certificates as permanent 2016-08-31 17:23:42 +01:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [intel] Do not enable ASDE on i350 backplane NIC 2017-04-16 21:37:41 +01:00
hci [block] Allow use of a non-default EFI SAN boot filename 2017-04-12 15:58:05 +01:00
image [crypto] Free correct pointer on the error path 2017-03-21 14:07:40 +02:00
include [block] Allow use of a non-default EFI SAN boot filename 2017-04-12 15:58:05 +01:00
interface [block] Allow use of a non-default EFI SAN boot filename 2017-04-12 15:58:05 +01:00
libgcc [libgcc] Provide __divmoddi4() 2016-05-05 23:42:57 +01:00
net [http] Notify data transfer interface when underlying connection is ready 2017-03-28 23:40:52 +03:00
scripts [efi] Centralise architecture-independent EFI Makefile and linker script 2016-03-12 21:47:13 +00:00
tests [build] Avoid implicit-fallthrough warnings on GCC 7 2017-03-29 10:36:45 +03:00
usr [block] Allow use of a non-default EFI SAN boot filename 2017-04-12 15:58:05 +01:00
util [efi] Fix building elf2efi.c when -fpic is enabled by default 2017-01-25 08:15:21 +00:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
Makefile [sfc] Add driver for Solarflare SFC8XXX adapters 2017-04-10 16:17:08 +01:00
Makefile.efi [efi] Centralise architecture-independent EFI Makefile and linker script 2016-03-12 21:47:13 +00:00
Makefile.housekeeping [profile] Allow profiling to be globally enabled or disabled 2016-07-05 13:49:51 +01:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00