From f8ee104e6e5d90ac6a0cb92dc2c451d1b57f7dcd Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 7 Mar 2009 17:59:03 +0000 Subject: [PATCH] Add RAM addr, PHY type git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1566 42af7a65-404d-4744-a932-0658087f49c3 --- configs/ez80f910200kitg/ostest/defconfig | 6 +++++- configs/ez80f910200zco/nettest/defconfig | 5 ++++- configs/ez80f910200zco/nsh/defconfig | 6 +++++- configs/ez80f910200zco/ostest/defconfig | 6 +++++- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/configs/ez80f910200kitg/ostest/defconfig b/configs/ez80f910200kitg/ostest/defconfig index 68b31cf1fc..67959f5bdd 100644 --- a/configs/ez80f910200kitg/ostest/defconfig +++ b/configs/ez80f910200kitg/ostest/defconfig @@ -116,6 +116,8 @@ CONFIG_UART1_2STOP=0 # # CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver. # CONFIG_EZ80_FIAD - Provides the MII address of the PHY device +# CONFIG_EZ80_PHYAM79C874 - Define for Am79c874 PHY +# CONFIG_EZ80_RAMADDR - Address of internal SRAM (default is 0xffc000) # CONFIG_EZ80_PKTBUFSIZE, CONFIG_EZ80_NTXPKTBUFS, and CONFIG_EZ80_NRXPKTBUFS - # The size of one packet buffer and the number of Rx and Tx packet # buffers. This must add up to exactly 8192 bytes. @@ -128,6 +130,8 @@ CONFIG_UART1_2STOP=0 # fully implemented CONFIG_EZ80_EMAC=n CONFIG_EZ80_FIAD=0x1f +CONFIG_EZ80_PHYAM79C874=y +CONFIG_EZ80_RAMADDR=0xf7c000 CONFIG_EZ80_PKTBUFSIZE=64 CONFIG_EZ80_NTXPKTBUFS=64 CONFIG_EZ80_NRXPKTBUFS=64 @@ -243,7 +247,7 @@ CONFIG_DISABLE_POLL=y # CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a # little smaller if we do not support fieldwidthes # -CONFIG_NOPRINTF_FIELDWIDTH=y +CONFIG_NOPRINTF_FIELDWIDTH=n # # Allow for architecture optimized implementations diff --git a/configs/ez80f910200zco/nettest/defconfig b/configs/ez80f910200zco/nettest/defconfig index 9d3753bd63..65254a192b 100644 --- a/configs/ez80f910200zco/nettest/defconfig +++ b/configs/ez80f910200zco/nettest/defconfig @@ -119,6 +119,7 @@ CONFIG_UART1_2STOP=0 # # CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver. # CONFIG_EZ80_FIAD - Provides the MII address of the PHY device +# CONFIG_EZ80_PHYAM79C874 - Define for Am79c874 PHY # CONFIG_EZ80_PKTBUFSIZE, CONFIG_EZ80_NTXPKTBUFS, and CONFIG_EZ80_NRXPKTBUFS - # The size of one packet buffer and the number of Rx and Tx packet # buffers. This must add up to exactly 8192 bytes. @@ -131,6 +132,8 @@ CONFIG_UART1_2STOP=0 # fully implemented CONFIG_EZ80_EMAC=y CONFIG_EZ80_FIAD=0x1f +CONFIG_EZ80_PHYAM79C874=y +CONFIG_EZ80_RAMADDR=0xf7c000 CONFIG_EZ80_PKTBUFSIZE=64 CONFIG_EZ80_NTXPKTBUFS=64 CONFIG_EZ80_NRXPKTBUFS=64 @@ -248,7 +251,7 @@ CONFIG_DISABLE_POLL=y # CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a # little smaller if we do not support fieldwidthes # -CONFIG_NOPRINTF_FIELDWIDTH=y +CONFIG_NOPRINTF_FIELDWIDTH=n # # Allow for architecture optimized implementations diff --git a/configs/ez80f910200zco/nsh/defconfig b/configs/ez80f910200zco/nsh/defconfig index b111ef7794..3a667a1c87 100644 --- a/configs/ez80f910200zco/nsh/defconfig +++ b/configs/ez80f910200zco/nsh/defconfig @@ -120,6 +120,8 @@ CONFIG_UART1_2STOP=0 # # CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver. # CONFIG_EZ80_FIAD - Provides the MII address of the PHY device +# CONFIG_EZ80_PHYAM79C874 - Define for Am79c874 PHY +# CONFIG_EZ80_RAMADDR - Address of internal SRAM (default is 0xffc000) # CONFIG_EZ80_PKTBUFSIZE, CONFIG_EZ80_NTXPKTBUFS, and CONFIG_EZ80_NRXPKTBUFS - # The size of one packet buffer and the number of Rx and Tx packet # buffers. This must add up to exactly 8192 bytes. @@ -132,6 +134,8 @@ CONFIG_UART1_2STOP=0 # fully implemented CONFIG_EZ80_EMAC=y CONFIG_EZ80_FIAD=0x1f +CONFIG_EZ80_PHYAM79C874=y +CONFIG_EZ80_RAMADDR=0xf7c000 CONFIG_EZ80_PKTBUFSIZE=64 CONFIG_EZ80_NTXPKTBUFS=64 CONFIG_EZ80_NRXPKTBUFS=64 @@ -247,7 +251,7 @@ CONFIG_DISABLE_POLL=y # CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a # little smaller if we do not support fieldwidthes # -CONFIG_NOPRINTF_FIELDWIDTH=y +CONFIG_NOPRINTF_FIELDWIDTH=n # # Allow for architecture optimized implementations diff --git a/configs/ez80f910200zco/ostest/defconfig b/configs/ez80f910200zco/ostest/defconfig index 18945d1305..e5038ab393 100644 --- a/configs/ez80f910200zco/ostest/defconfig +++ b/configs/ez80f910200zco/ostest/defconfig @@ -119,6 +119,8 @@ CONFIG_UART1_2STOP=0 # # CONFIG_EZ80_EMAC - Enables support for ez80 EMAC driver. # CONFIG_EZ80_FIAD - Provides the MII address of the PHY device +# CONFIG_EZ80_PHYAM79C874 - Define for Am79c874 PHY +# CONFIG_EZ80_RAMADDR - Address of internal SRAM (default is 0xffc000) # CONFIG_EZ80_PKTBUFSIZE, CONFIG_EZ80_NTXPKTBUFS, and CONFIG_EZ80_NRXPKTBUFS - # The size of one packet buffer and the number of Rx and Tx packet # buffers. This must add up to exactly 8192 bytes. @@ -131,6 +133,8 @@ CONFIG_UART1_2STOP=0 # fully implemented CONFIG_EZ80_EMAC=n CONFIG_EZ80_FIAD=0x1f +CONFIG_EZ80_PHYAM79C874=y +CONFIG_EZ80_RAMADDR=0xf7c000 CONFIG_EZ80_PKTBUFSIZE=64 CONFIG_EZ80_NTXPKTBUFS=64 CONFIG_EZ80_NRXPKTBUFS=64 @@ -246,7 +250,7 @@ CONFIG_DISABLE_POLL=y # CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a # little smaller if we do not support fieldwidthes # -CONFIG_NOPRINTF_FIELDWIDTH=y +CONFIG_NOPRINTF_FIELDWIDTH=n # # Allow for architecture optimized implementations