OpenGrok
Cross Reference: zynq_cemac.c
xref
: /
src
/
sys
/
arch
/
arm
/
xilinx
/
zynq_cemac.c
Home
|
History
|
Annotate
|
Download
|
only in
xilinx
History log of
/src/sys/arch/arm/xilinx/zynq_cemac.c
Revision
Date
Author
Comments
1.12
15-Oct-2025
thorpej
Remove a now-unnecessary dance with "local-mac-address".
1.11
03-Oct-2025
thorpej
Use device_setprop_data() to set the "mac-address" property.
1.10
15-Oct-2024
lloyd
Allow non-Realtek PHYs to be used with Zynq SoCs.
The cemac driver used to skip the first PHY found in order to work
around a bug where Realtek PHYs attached to a cemac Ethernet would
report at PHY numbers 0 and 1. Unfortunately if you don't have this
bug, then your only PHY would get skipped.
The Zynq FDT always has a working PHY number recorded in it, so we now
simply use that number (if present) instead of searching for all
available PHYs.
1.9
25-Aug-2024
skrll
Re-organise to enable other attachments.
1.8
25-Aug-2024
skrll
More #include maintenance
1.7
25-Aug-2024
skrll
Wrap long lines.
1.6
25-Aug-2024
skrll
#include maintenance
1.5
24-Aug-2024
skrll
G/C
1.4
26-Oct-2022
jmcneill
branches: 1.4.8;
Inherit MAC address from Devicetree "local-mac-address" property.
1.3
25-Oct-2022
jmcneill
Fixup some mixed up log messages.
1.2
27-Jan-2021
thorpej
Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().
Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
1.1
11-Jun-2019
skrll
branches: 1.1.10; 1.1.12;
Initial commit of FDTised Xilinx Zynq-7000 support. Tested with
qemu-system-arm -M xilinx-zynq-a9 -dtb zynq-zed.dtb -kernel netbsd.ub \
-serial /dev/null -serial stdio
Based on a set of diffs/files from rjs@
sys/arch/arm/zynq is kept in place to allow existing kernels (e.g.
ZEDBOARD and PARALLELLA) to continue to build/work during the transition,
but eventually sys/arch/arm/zynq will be deleted.
1.1.12.1
03-Apr-2021
thorpej
Sync with HEAD.
1.1.10.2
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.1.10.1
11-Jun-2019
martin
file zynq_cemac.c was added on branch phil-wifi on 2020-04-13 08:03:38 +0000
1.4.8.1
02-Aug-2025
perseant
Sync with HEAD
Indexes created Wed Oct 15 03:09:54 GMT 2025