Skip to content

Commit 5421bfc

Browse files
pdgendtfabiobaltieri
authored andcommitted
doc: releases: 4.4: Add entries for Ethernet MAC address configuration
Add an entry with the symbols introduced for Ethernet MAC address configuration. Add removed symbols to the migration guide. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent cf0d1b8 commit 5421bfc

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

doc/releases/migration-guide-4.4.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ Boards
3737
Device Drivers and Devicetree
3838
*****************************
3939

40+
Ethernet
41+
========
42+
43+
* Driver MAC address configuration support using :c:struct:`net_eth_mac_config` has been introduced
44+
for the following drivers:
45+
46+
* :zephyr_file:`drivers/ethernet/eth_test.c` (:github:`96598`)
47+
48+
* :zephyr_file:`drivers/ethernet/eth_sam_gmac.c` (:github:`96598`)
49+
50+
* Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_EEPROM``
51+
* Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS``
52+
* Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS_SIZE``
53+
* Removed ``mac-eeprom`` property from :dtcompatible:`atmel,sam-gmac` and
54+
:dtcompatible:`atmel,sam0-gmac`
55+
4056
MDIO
4157
====
4258

doc/releases/release-notes-4.4.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ New APIs and options
9797

9898
* Introduced Alert Notification Service (ANS) :kconfig:option:`CONFIG_BT_ANS`
9999

100+
* Ethernet
101+
102+
* Driver MAC address configuration with support for NVMEM cell.
103+
104+
* :c:func:`net_eth_mac_load`
105+
* :c:struct:`net_eth_mac_config`
106+
* :c:macro:`NET_ETH_MAC_DT_CONFIG_INIT` and :c:macro:`NET_ETH_MAC_DT_INST_CONFIG_INIT`
107+
100108
* Flash
101109

102110
* :dtcompatible:`jedec,mspi-nor` now allows MSPI configuration of read, write and

0 commit comments

Comments
 (0)