summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-17 10:55:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-17 10:55:13 -0600
commitc807a6dc223f87fe2cef211e6684755e0f264be6 (patch)
tree988a5f66025a40ba953fa649d853f1ed4a15ce7e /nuttx/ChangeLog
parent3883805329d7bc75121383c271ce211a73ca04e7 (diff)
downloadnuttx-c807a6dc223f87fe2cef211e6684755e0f264be6.tar.gz
nuttx-c807a6dc223f87fe2cef211e6684755e0f264be6.tar.bz2
nuttx-c807a6dc223f87fe2cef211e6684755e0f264be6.zip
SAMA5 EMAC: Resolve issues with DUAL PHY support needed for both EMAC and GMAC peripherals. EMAC driver is now code complete and builds without complaint
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 52664213f..12b14d0df 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5568,4 +5568,15 @@
* arch/arm/src/kl/chip/kl_pit.h and kp_tpm.h: Add register
definitions for the Freescale Kinetis KL25Z from Alan
Carvalho de Assis (2013-9-15).
-
+ * configs/ and a few Ethernet drivers: Add the prefix ETH0
+ to all PHY configuration selections. This will allow us
+ to support to Ethernet MAC drivers with two different
+ PHYS (identified with ETH0 and ETH1) (2013-9-17).
+ * net/Kconfig and drivers/net/Kconfig: Move PHY selections from
+ net/Kconfig to drivers/net/Kconfig where they belong. Add the previx
+ ETH0_ to each PHY selection. And a new configuration
+ CONFIG_NETDEV_MULTINIC that can be set to enable support for multiple
+ Ethernet MAC drivers (not fully implemented yet). When Enabled,
+ another set of PHY selections are enabled for ETH1_ (2013-9-17).
+ * include/nuttx/net/mii.h: Add definitions for the Micrel KSZ8051 PHY
+ (2013-9-17).