MINI2440: Remove the extraneous PLL config at startup
[u-boot-openmoko/mini2440.git] / doc / README.VLAN
blob4f86d55ea1fdfc14a492c97de46339d29a26a310
1 U-Boot has networking support for VLANs (802.1q), and CDP (Cisco
2 Discovery Protocol).
4 You control the sending/receiving of VLAN tagged packets with the
5 "vlan" environmental variable. When not present no tagging is
6 performed.
8 CDP is used mainly to discover your device VLAN(s) when connected to
9 a Cisco switch.
11 Note: In order to enable CDP support a small change is needed in the
12 networking driver. You have to enable reception of the
13 01:00:0c:cc:cc:cc MAC address which is a multicast address.
15 Various defines control CDP; see the README section.