From: Wolfgang Denk <wd@denx.de>
To: "Dennis Khoo" <dkhoo@atmxdsl.com>
Cc: "RamanaYV" <venkataramana_y@mic.co.in>,
linuxppc-embedded@lists.linuxppc.org
Subject: Re: PPCBOOT in customised MPC860T board
Date: Thu, 19 Feb 2004 20:48:29 +0100 [thread overview]
Message-ID: <20040219194834.9C782C108D@atlas.denx.de> (raw)
In-Reply-To: Your message of "Thu, 19 Feb 2004 11:09:24 PST." <000001c3f71c$1372ee30$7ec7c7c7@dkhoo>
In message <000001c3f71c$1372ee30$7ec7c7c7@dkhoo> you wrote:
>
> Perhaps you should try the u-boot forum and use pick a tqm board as your
> guide for the u-boot port. But briefly for u-boot port:
The TQM may be a good choice for a model, or may be not. It dopeneds
onthe hardware. It is not possible to give a general recommendation.
> 1. Change Makefile to use your cross compiler and add your board config
No such change is necessary nor encouraged. Just export the
CROSS_COMPILE envrionment variable as needed.
> 4. Create the include/asm/yourboard.h Not much to do here basically
> #define IMAP_ADDR/SIZE to get the board going. (look at tqm board for
> guidance)
Don't forget to make sure to use the correct definition of bd_info.
> the options. To save time, right after I do a "make menuconfig" and the
> .config
> file is generated in the top directory, I copy the .config file and replace
> arch/ppc/defconfig with it.
A much better and less intrusive way is to copy .config to
arch/ppc/configs/<boardname>_defconfig so you can use the standard
"make <boardname>_config ; make oldconfig ; make dep ; make uImage"
command sequence.
Best regards,
Wolfgang Denk
--
See us @ Embedded World, Nuremberg, Feb 17 - 19, Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
"Don't try to outweird me, three-eyes. I get stranger things than you
free with my breakfast cereal."
- Zaphod Beeblebrox in "Hitchhiker's Guide to the Galaxy"
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2004-02-19 19:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-19 4:11 PPCBOOT in customised MPC860T board RamanaYV
2004-02-19 19:09 ` Dennis Khoo
2004-02-19 19:48 ` Wolfgang Denk [this message]
2004-02-19 19:43 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2004-02-20 4:53 Thamarai Selvan
2004-02-20 9:01 ` 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=20040219194834.9C782C108D@atlas.denx.de \
--to=wd@denx.de \
--cc=dkhoo@atmxdsl.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=venkataramana_y@mic.co.in \
/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;
as well as URLs for NNTP newsgroup(s).