* [U-Boot] PowerPC chipselects
@ 2009-11-21 19:23 julianosam
2009-11-30 21:54 ` Scott Wood
0 siblings, 1 reply; 2+ messages in thread
From: julianosam @ 2009-11-21 19:23 UTC (permalink / raw)
To: u-boot
Hi. Im new with embedded systems. I have a board which has a powerpc 8313
processor on it, running a linux kernel + uboot.
In the PowerPC Local Bus, there is a chipset connected to the CS02 powerpc
pin. The problem is, i don't know how to map the chipset memory into powerpc
main memory. What config files I have to change?
I already have a device driver for the chipset, but i dont know what memory
address i should io_remap() to talk to it!
The only information I have about the chipset is that it is connected to the
CS02 pin, and the memory size needed is 0x8000 (32k).
Thanks
--
View this message in context: http://old.nabble.com/PowerPC-chipselects-tp26459494p26459494.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] PowerPC chipselects
2009-11-21 19:23 [U-Boot] PowerPC chipselects julianosam
@ 2009-11-30 21:54 ` Scott Wood
0 siblings, 0 replies; 2+ messages in thread
From: Scott Wood @ 2009-11-30 21:54 UTC (permalink / raw)
To: u-boot
On Sat, Nov 21, 2009 at 11:23:42AM -0800, julianosam wrote:
>
> Hi. Im new with embedded systems. I have a board which has a powerpc 8313
> processor on it, running a linux kernel + uboot.
>
> In the PowerPC Local Bus, there is a chipset connected to the CS02 powerpc
> pin. The problem is, i don't know how to map the chipset memory into powerpc
> main memory. What config files I have to change?
In the board config file, define CONFIG_SYS_BR2_PRELIM and
CONFIG_SYS_OR2_PRELIM according to the values that you want programmed into
the local bus controller (see the local bus section of the 8313 reference
manual for details).
-Scott
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-30 21:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-21 19:23 [U-Boot] PowerPC chipselects julianosam
2009-11-30 21:54 ` Scott Wood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox