From: Jens Gehrlein <sew_s@tqs.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] TQM823L flash recognition problem
Date: Mon, 30 Jun 2008 13:03:30 +0200 [thread overview]
Message-ID: <4868BD82.20407@tqs.de> (raw)
In-Reply-To: <200806271508.05150.tmaenner@aehr.com>
Hi Thomas,
Thomas Maenner schrieb:
> Hi Everybody,
>
> trying to use the u-boot V1.3.3 on a TQ Module:
> TQM823L-AF Rev.311
>
> which had u-boot v1.1.4 running without a problem, I now get this on two
> modules:
> --------------------
> U-Boot 1.3.3 (Jun 27 2008 - 14:45:35)
>
> CPU: PPC823EZTnnB2 at 50 MHz: 16 kB I-Cache 8 kB D-Cache
> Board: TQM823LDB0A3-E50I.311
> DRAM: 16 MB
> FLASH: ## Unknown FLASH on Bank 2 - Size = 0x00000000 = 0 MB
> 4 MB
> In: serial
> Out: serial
> Err: serial
> Net: SCC ETHERNET
> PCMCIA: No Card found
> -------------------
>
> The module has four AMD L160DB90VI onboard.
> Compiled u-boot after "make TQM823L_config" without modifications.
>
> - Anything I'm missing here?
> - Was this answered before?
>
> Thanks much for your help to point me in the right direction.
>
> Tom
Could you please change TQM823L.h:
-#define CFG_FLASH_BANKS_LIST { CFG_FLASH_BASE }
+#define CFG_FLASH_BANKS_LIST { CFG_FLASH_BASE, CFG_FLASH_BASE +
0x400000 }
and try again?
There was a switch-over to use the CFI driver (see git history of file
TQM823L.h). AFAIK the CFI driver needs a list with fix start addresses
of each bank to start the CFI query on.
Best Regards,
Jens
next prev parent reply other threads:[~2008-06-30 11:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-27 22:08 [U-Boot-Users] TQM823L flash recognition problem Thomas Maenner
2008-06-30 11:03 ` Jens Gehrlein [this message]
2008-06-30 16:39 ` [U-Boot-Users] [BULK] " Thomas Maenner
2008-07-06 22:14 ` [U-Boot-Users] " Wolfgang Denk
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=4868BD82.20407@tqs.de \
--to=sew_s@tqs.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.