Commit b5176922 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

enabled ethernet configuration and tested ethernet - works

parent a6d1e0ab
...@@ -114,9 +114,7 @@ New files include: ...@@ -114,9 +114,7 @@ New files include:
## Known issues ## Known issues
1. USB does not work yet. 1. USB does not work yet.
2. Ethernet is not tested (on the board we have it does not work with provided images, so we 2. Bitstream loading is not tested, current code does not enable level shifters - it may be
suspect a hardware problem.
3. Bitstream loading is not tested, current code does not enable level shifters - it may be
more appropriate to do just before loading of the bitstream. more appropriate to do just before loading of the bitstream.
## Trademark notices ## Trademark notices
......
...@@ -22,10 +22,11 @@ ...@@ -22,10 +22,11 @@
#define PHYS_SDRAM_1_SIZE (1024 * 1024 * 1024) #define PHYS_SDRAM_1_SIZE (1024 * 1024 * 1024)
#define CONFIG_ZYNQ_SERIAL_UART1 #define CONFIG_ZYNQ_SERIAL_UART1
#if 0 #if 1
#define CONFIG_ZYNQ_GEM0 #define CONFIG_ZYNQ_GEM0
#define CONFIG_ZYNQ_GEM_PHY_ADDR0 0 #define CONFIG_ZYNQ_GEM_PHY_ADDR0 0
#endif #endif
#define CONFIG_SYS_NO_FLASH #define CONFIG_SYS_NO_FLASH
#define CONFIG_ZYNQ_SDHCI0 #define CONFIG_ZYNQ_SDHCI0
...@@ -38,7 +39,7 @@ ...@@ -38,7 +39,7 @@
#include <configs/ezynq/ezynq_XC7Z010_1CLG400.h> #include <configs/ezynq/ezynq_XC7Z010_1CLG400.h>
#include <configs/ezynq/zed_ezynq.h> #include <configs/ezynq/zed_ezynq.h>
#define CONFIG_CMD_MEMTEST //#define CONFIG_CMD_MEMTEST
#undef CONFIG_EZYNQ_BOOT_DEBUG #undef CONFIG_EZYNQ_BOOT_DEBUG
/* twice slower */ /* twice slower */
...@@ -97,6 +98,8 @@ ...@@ -97,6 +98,8 @@
#undef CONFIG_CMD_CACHE #undef CONFIG_CMD_CACHE
#undef DEBUG #undef DEBUG
#undef CONFIG_AUTO_COMPLETE
#undef CONFIG_SYS_LONGHELP
/* redefine env settings*/ /* redefine env settings*/
#undef CONFIG_EXTRA_ENV_SETTINGS #undef CONFIG_EXTRA_ENV_SETTINGS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment