mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-31 01:57:52 -04:00

Also drop a few files referring to no longer / not yet supported boards. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Prafulla Wadaskar <prafulla@marvell.com> Cc: Stefan Roese <sr@denx.de> Cc: Kim Phillips <kim.phillips@freescale.com> Cc: Andy Fleming <afleming@gmail.com> Cc: Jason Jin <jason.jin@freescale.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> Acked-by: Stefano Babic <sbabic@denx.de> Acked-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
U-Boot has networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol). You control the sending/receiving of VLAN tagged packets with the "vlan" environmental variable. When not present no tagging is performed. CDP is used mainly to discover your device VLAN(s) when connected to a Cisco switch. Note: In order to enable CDP support a small change is needed in the networking driver. You have to enable reception of the 01:00:0c:cc:cc:cc MAC address which is a multicast address. Various defines control CDP; see the README section.