Re: [U-Boot] ASM code for UART initialization

2013-06-06 Thread Wolfgang Denk
Dear André Schaller, In message <51b05614.8070...@googlemail.com> you wrote: > > could someone support me with developing ASM code for initializing UART > interface on OMAP4460 to send some bytes over the wire at a very early > stage of booting x-loader? The code needs to be executed in start.S.

[U-Boot] ASM code for UART initialization

2013-06-06 Thread André Schaller
Hi, could someone support me with developing ASM code for initializing UART interface on OMAP4460 to send some bytes over the wire at a very early stage of booting x-loader? The code needs to be executed in start.S. Is it possible to use existing C code and use the generated assembly from gcc as