From: Kim Phillips <kim.phillips@freescale.com>
To: Oliver Rutsch <orutsch@sympatec.com>
Cc: Linuxppc-dev@ozlabs.org
Subject: Re: TQM8349 and ARCH = powerpc
Date: Tue, 9 Sep 2008 11:22:53 -0500 [thread overview]
Message-ID: <20080909112253.c9c9617f.kim.phillips@freescale.com> (raw)
In-Reply-To: <48C68763.6030606@sympatec.com>
On Tue, 09 Sep 2008 16:25:39 +0200
Oliver Rutsch <orutsch@sympatec.com> wrote:
> U-Boot (1.3.4):
> Appended the file include/configs/TQM834x.h to support fdt:
>
> #define CONFIG_OF_LIBFDT 1
> #define CONFIG_OF_BOARD_SETUP 1
> #define CONFIG_OF_STDOUT_VIA_ALIAS 1
>
> Appended the file board/tqc/tqm834x/tqm834x.c:
> #if defined(CONFIG_OF_BOARD_SETUP)
> void ft_board_setup(void *blob, bd_t *bd)
> {
> ft_cpu_setup(blob, bd);
> #ifdef CONFIG_PCI
> ft_pci_setup(blob, bd);
> #endif
> }
>
> U-Boot compiled fine and it looks good after flashing. In U-Boot
> everything seems to work.
>
> Kernel (Linux-2.6.27-rc5):
> I took arch/powerpc/boot/dts/mpc8349emitx.dts as a template
> for a tqm8349.dts and stripped the IDE interface from it.
> So for me the dts does not look board specific anymore and
> the network/console should work.
u-boot assigns the IMMR to 0xff400000 in TQM834x.h, whereas the device
tree you picked has it at 0xe0000000 (it's defined in the soc node).
Don't forget to match up the PCI addresses too. patches welcome, of
course (we don't have tqm boards).
Kim
next prev parent reply other threads:[~2008-09-09 16:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-09 14:25 TQM8349 and ARCH = powerpc Oliver Rutsch
2008-09-09 16:22 ` Kim Phillips [this message]
2008-09-10 6:06 ` Oliver Rutsch
2008-09-10 14:12 ` Oliver Rutsch
2008-09-10 14:26 ` Kim Phillips
2008-09-12 8:11 ` Oliver Rutsch
2008-09-12 0:36 ` David Gibson
2008-09-09 18:31 ` 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=20080909112253.c9c9617f.kim.phillips@freescale.com \
--to=kim.phillips@freescale.com \
--cc=Linuxppc-dev@ozlabs.org \
--cc=orutsch@sympatec.com \
/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).