[U-Boot] How to add multiple serial port support fort MPC8379 ?

2010-04-06 Thread harsh poshtiwala
Hi All, I have an evaluation board with MPC8379. It has couple of serial ports. Can anyone please let me know the detailed steps to bringup the two serial ports and communicate over it simultaneously? -- Thanks & Regards Harsh ___ U-Boot mailing list U

Re: [U-Boot] How to add multiple serial port support fort MPC8379 ?

2010-04-07 Thread harsh poshtiwala
Hi Kim, Thank you. Besides this where do I need to make changes in the source ? Is there any document to explain this in detail? or any example ? On Tue, Apr 6, 2010 at 8:37 PM, Kim Phillips wrote: > On Tue, 6 Apr 2010 11:29:30 -0400 > harsh poshtiwala wrote: > >> I have an e

Re: [U-Boot] [PATCH 2/5]P2020RDB Second UART port added for MPC85xx, MPC83xx, MPC86xx processors

2010-04-09 Thread harsh poshtiwala
Hi Poonam, I am working on MPC8379 based board. I would like to enable the support for the multiple serial port. I would like to do it without changing the environment variable from the console. i.e I don't want to type setenv stdin and setenv stdout I want to use two serial ports independently

[U-Boot] Serial port initialization and multiplexing

2010-04-12 Thread harsh poshtiwala
Hi All, I have MPC8379 board. It has 2 serial ports. 1 is connected to the console, while the 2nd serial port is connected to another micro-controller. I would like to use both the serial port, how do I achieve this? As far as serial port configuration is concerned What should go in include/conf