From: Clemens Koller <clemens.koller@anagramm.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Latest u-boot for TQM8548?
Date: Tue, 06 Nov 2007 17:45:28 +0100 [thread overview]
Message-ID: <47309A28.7050907@anagramm.de> (raw)
Hi there!
I've just tried try to upgrade the u-boote (or u-boots? ;-) on
my TQM8540 and TQM8548 boards.
How is the status of TQM8548 support in u-boot?
Because there is no make target for it yet, I just hacked
the Makefile:
--- Makefile~ 2007-11-06 15:46:30.000000000 +0100
+++ Makefile 2007-11-06 17:29:04.000000000 +0100
@@ -1972,6 +1972,7 @@ stxssa_4M_config: unconfig
TQM8540_config \
TQM8541_config \
+TQM8548_config \
TQM8555_config \
TQM8560_config: unconfig
@mkdir -p $(obj)include
but ended up with some missing DDR configuration:
make[1]: Entering directory `/home/clemens/git/u-boot/board/tqm85xx'
gcc -g -Os -fPIC -ffixed-r14 -meabi -D__KERNEL__ -DTEXT_BASE=0xfffc0000
-I/home/clemens/git/u-boot/include -fno-builtin -ffreestanding -nostdinc
-isystem /usr/lib/gcc/powerpc-unknown-linux-gnu/4.2.0/include -pipe
-DCONFIG_PPC -D__powerpc__ -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2
-ffixed-r29 -Wa,-me500 -msoft-float -mno-string -Wall -Wstrict-prototypes
-c -o tqm85xx.o tqm85xx.c
tqm85xx.c: In function 'cas_latency':
tqm85xx.c:219: error: 'CONFIG_DDR_DEFAULT_CL' undeclared (first use in this
function)
tqm85xx.c:219: error: (Each undeclared identifier is reported only once
tqm85xx.c:219: error: for each function it appears in.)
make[1]: *** [tqm85xx.o] Error 1
make[1]: Leaving directory `/home/clemens/git/u-boot/board/tqm85xx'
make: *** [board/tqm85xx/libtqm85xx.a] Error 2
Which means that much stuff from include/config/TQM85xx.h isn't
selected for the MPC8548, yet.
Are there any patches already available in some trees?
The documentation of the TQM8548 isn't comprehensive enough
to get an idea about the details of the DDR.
Regards,
--
Clemens Koller
__________________________________
R&D Imaging Devices
Anagramm GmbH
Rupert-Mayer-Stra?e 45/1
Linhof Werksgel?nde
D-81379 M?nchen
Tel.089-741518-50
Fax 089-741518-19
http://www.anagramm-technology.com
next reply other threads:[~2007-11-06 16:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-06 16:45 Clemens Koller [this message]
2007-11-06 17:14 ` [U-Boot-Users] Latest u-boot for TQM8548? Martin Krause
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=47309A28.7050907@anagramm.de \
--to=clemens.koller@anagramm.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.