[U-Boot-Users] Changes required in the U-Boot to make to ethrnet interfaces up in U-Boot

Hi all, We are running U-Boot on Xilinx XUPV2Pro board. The board is quite similar to the Xilinx ML300 board. Original board has one ethernet interface. In order to embed the functionality of router to the board, we designed a daughter board to provide additional ethernet interfaces. The Board Support Package files for the board along with the daughter card are generated in Xilinx. In order to make both the interfaces visible in U-Boot what changes are required in the U-Boot?
Thank you in anticipation.
With regards, Shantanu.

Hi,
all setting about ethernet controllers are in folder board/xilinx/xilinx_enet. You must change emac_adapter.c whitch is writing only for one interface. Read this file and you see how it's work. And then you must add information about this interface.
Michal Simek Czech Technical University
Hi all, We are running U-Boot on Xilinx XUPV2Pro board. The board is quite similar to the Xilinx ML300 board. Original board has one ethernet interface. In order to embed the functionality of router to the board, we designed a daughter board to provide additional ethernet interfaces. The Board Support Package files for the board along with the daughter card are generated in Xilinx. In order to make both the interfaces visible in U-Boot what changes are required in the U-Boot?
Thank you in anticipation.
With regards, Shantanu.
participants (2)
-
mONStR
-
Shantanu Nalage