ti: cpsw: adapt to dts-5.15 bindings
Change message for aprint_normal() "CPSW Ethernet" to "Layer 2 3-Port Switch".
Its described in Technical Reference Manual.
NetBSD/src P3Rlj4g — share/man/man3 queue.3, share/man/man4/man4.hppa pdc.4 pdc.4
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Prefix link to cpsw with 'evbarm'.
Add Micrel PHY (KSZ9021RN)
The new driver micphy is almost same as ukphy except that
micphy has a fixup for cpsw; a PHY with cpsw has to adjust
RGMII signal timing.
Reviewed by christos@
Add Micrel PHY (KSZ9021RN)
The new driver micphy is almost same as ukphy except that
micphy has a fixup for cpsw; a PHY with cpsw has to adjust
RGMII signal timing.
Reviewed by christos@
Make cpsw driver work without uboot support
On some eval boards such as BeagleBone, the cpsw device is initialized
rightly by the uboot of the boards so that the cpsw driver doesn't need
to do some initializations but works fine.
The patch adds initializations to make the driver work solely. It also
adds support for 1000BaseT (RGMII) PHY that is equipped on some boards,
e.g., CKB-3352.
Reviewed by christos@
NetBSD/src OnlO1cB — external/bsd/libc++/dist/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members put_long_double.pass.cpp put_long_double.pass.cpp, external/mit/xorg/lib/libxcb/files xkb.c xkb.c
resync from head
| Version | Delta | File |
|---|
| 1.1.1.1.2.2 | +26,245 | -0 | external/bsd/libc++/dist/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp |
| 1.1.1.1.2.1 | +0 | -26,245 | external/bsd/libc++/dist/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp |
| 1.1.2.2 | +22,015 | -0 | external/mit/xorg/lib/libxcb/files/xkb.c |
| 1.1.2.1 | +0 | -22,015 | external/mit/xorg/lib/libxcb/files/xkb.c |
| 1.1.1.1.2.1 | +0 | -17,887 | external/bsd/libc++/dist/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp |
| 1.1.1.1.2.2 | +17,887 | -0 | external/bsd/libc++/dist/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp |
| +66,147 | -66,147 | 13,838 files not shown |
| +1,023,852 | -974,629 | 13,844 files |
Kill extra .Sh.
NetBSD/src 8896853 — external/gpl3/binutils/lib/libbfd/arch/ia64 bfd.h, external/gpl3/gdb/lib/libbfd/arch/earmhf bfd-in3.h bfd.h
resync with head
| Version | Delta | File |
|---|
| 1.73.6.1 | +4,930 | -6,684 | tools/compat/configure |
| 1.1124.2.2 | +5,731 | -5,664 | sys/dev/pci/pcidevs_data.h |
| 1.1.6.2 | +8,907 | -0 | tests/usr.bin/netpgpverify/t_netpgpverify.sh |
| 1.1.4.2 | +5,976 | -0 | external/gpl3/gdb/lib/libbfd/arch/earmhf/bfd-in3.h |
| 1.1.4.2 | +5,976 | -0 | external/gpl3/gdb/lib/libbfd/arch/earmhf/bfd.h |
| 1.1.6.2 | +5,958 | -0 | external/gpl3/binutils/lib/libbfd/arch/ia64/bfd.h |
| +37,478 | -12,348 | 4,988 files not shown |
| +326,510 | -62,703 | 4,994 files |
NetBSD/src 0ed5d0d — distrib/sets/lists/debug mi, external/bsd/file/dist configure
sync with head
| Version | Delta | File |
|---|
| 1.1.2.2 | +5,958 | -0 | external/gpl3/binutils/lib/libbfd/arch/ia64/bfd.h |
| 1.37.2.2 | +4,412 | -0 | sys/dev/usb/dwc_otg.c |
| 1.6.2.2 | +2,244 | -1,639 | external/bsd/file/dist/configure |
| 1.2.2.2 | +2,898 | -0 | sys/arch/luna68k/stand/boot/font.c |
| 1.1.2.2 | +2,283 | -0 | external/lgpl3/gmp/lib/libgmp/arch/ia64/gmp.h |
| 1.4.2.2 | +1,957 | -0 | distrib/sets/lists/debug/mi |
| +19,752 | -1,639 | 1,947 files not shown |
| +106,479 | -29,716 | 1,953 files |
file cpsw.4 was added on branch yamt-pagecache on 2013-01-23 00:05:35 +0000
Fix typo. New sentence, new line. Fix grammar.
file cpsw.4 was added on branch tls-maxphys on 2013-02-25 00:28:14 +0000
NetBSD/src c712b99 — distrib/sets/lists/man mi, share/man/man4/man4.evbarm cpsw.4 Makefile
Add man page for cpsw(4).
NetBSD/src c839aec — sys/arch/arm/omap if_cpsw.c if_cpswreg.h, sys/arch/evbarm/conf BEAGLEBONE
Add driver for TI CPSW Ethernet on TI AM335x SoCs.
Portions of this driver are derived from FreeBSD's cpsw(4).
Developed and tested on a BeagleBone.