public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: llandre <r&d2@dave-tech.it>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] LL_TEMAC on Avnet MiniModule-FX12
Date: Fri, 20 Jun 2008 17:15:14 +0200	[thread overview]
Message-ID: <485BC982.5090900@dave-tech.it> (raw)
In-Reply-To: <4848E210.2070809@seznam.cz>

> that's why you use opb_emac driver for ll_temac. That's all. Different driver
> and different ip_core.
I see. I erroneously understood that this driver supports every (t)emac 
flavours.

Thanks for your help,
llandre

DAVE Electronics System House - R&D Department
web:   http://www.dave.eu
email: r&d2 at dave-tech.it

>> Hi all,
>>
>> I ported U-Boot 1.3.1 on Avnet MiniModule-FX12 (the repository I'm 
>> working with has been patched previously with ML403 patch). Here is my 
>> first dirty patch:
>>
>> http://www.dave.eu/download/misc/mmfx12/mmfx12-0.8.3.patch
>>
>> U-Boot works fine and it boots correctly from flash, however ethernet 
>> interface (LL_TEMAC) does not work.
>> For example, when I try to perform a TFTP download, the XEmac_PollSend 
>> function never returns because the following loop never ends:
>>
>> /*
>>   * Loop on the MAC's status to wait for the transmit to complete. The
>>   * transmit status is in the FIFO when the XMIT_DONE bit is set.
>>   */
>> do {
>>      IntrStatus = XIIF_V123B_READ_IISR(InstancePtr->BaseAddress);
>> }
>> while ((IntrStatus & XEM_EIR_XMIT_DONE_MASK) == 0);
>>
>> Please note that the FPGA bitstream is ok because the linux kernel works 
>> fine and can mount root file system via NFS so I pretty sure something 
>> is wrong in my U-Boot port.
>>
>> Anybody experienced similar problems?
>>
>>
>> TIA,
>> llandre
>>
>> DAVE Electronics System House - R&D Department
>> web:   http://www.dave.eu
>> email: r&d2 at dave-tech.it
>>
>> -------------------------------------------------------------------------
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
>> just about anything Open Source.
>> http://sourceforge.net/services/buy/index.php
>> _______________________________________________
>> U-Boot-Users mailing list
>> U-Boot-Users at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>>
> 
> 
> 

  reply	other threads:[~2008-06-20 15:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-05  7:14 [U-Boot-Users] LL_TEMAC on Avnet MiniModule-FX12 llandre
2008-06-06  7:06 ` Michal Simek
2008-06-20 15:15   ` llandre [this message]
     [not found] ` <ADA5878BA63680469C75C14CEEE2FE28014FE336@mail.serveron.com>
2008-06-06  7:22   ` llandre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=485BC982.5090900@dave-tech.it \
    --to=r&d2@dave-tech.it \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox