From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Tue, 26 Jul 2011 09:50:07 +0000 Subject: [U-Boot] [PATCH, AT91, rework v2] change common at91sam9261 files after AT91 rework In-Reply-To: <4E2E8695.4040808@ronetix.at> References: <1307606409-29818-2-git-send-email-dimov@ronetix.at> <1311008656-28387-1-git-send-email-dimov@ronetix.at> <1311664464.3635.16.camel@ubuntu> <4E2E84DA.8070403@ronetix.at> <4E2E8695.4040808@ronetix.at> Message-ID: <1311673807.3635.30.camel@ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Asen Dimov, > and one forgotten answer ... > >> What I miss in at91sam9261_devices.c (as compared to the 9260) > >> is support for MACB and MCI. Don't 9261 systems use Ethernet? > >> Or is that part still in the board specific files? > >> > that part is in the board file. Sorry for that confusion. I just checked the 9261 data sheet and to my surprise the 9261 does not have a MACB or any other LAN interface on the SoC! It seems that the 9261-ek and derivatives use an external LAN chip, DM9000. That chip's initialisation, of course, does not belong into the 9261 SoC code. So it must stay in the board code. Best Regards, Reinhard