From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 12 Jun 2009 23:25:47 +0200 Subject: [U-Boot] [PATCH] DaVinci Network Driver Updates In-Reply-To: <1242143134-12708-1-git-send-email-s-paulraj@ti.com> References: <1242143134-12708-1-git-send-email-s-paulraj@ti.com> Message-ID: <20090612212547.GA1802@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11:45 Tue 12 May , s-paulraj at ti.com wrote: > Different flavours of DaVinci SOC's have differences in their EMAC IP > This patch does the following > 1) Updates base addresses for DM365 > 2) Updates MDIO frequencies for DM365 and DM646x > 3) Update EMAC wrapper registers for DM365 and DM646x > > Patch applies to u-boot-net git. the EMAC driver itself > will be updated shortly to add support for DM365 and DM646x > > Signed-off-by: Sandeep Paulraj > --- > include/asm-arm/arch-davinci/emac_defs.h | 32 +++++++++++++++++++++++++++++- > 1 files changed, 31 insertions(+), 1 deletions(-) applied to u-boot-arm/next Best Regards, J.