[U-Boot-Users] [PATCH] Enable device and console for ARM (II).

Woodruff, Richard r-woodruff2 at ti.com
Mon Jun 16 19:38:05 CEST 2003


Here is an updated patch against u-boot.0.3.0 with console_init_f defined.
I added the call into what appears to be the proper place, into the
init_sequence[], just like the PPC code does.  

I tested and traced through the code and was able to use control^c as
expected from things like md.

Sorry for missing this the first time.

Regards,

Richard Woodruff 


--------------------------------------------
Hi,

This update enables the standard device abstraction for ARM and enables the
console member.  It also initializes bi_baudrate for ARM.  The superficial
effect of this is coninfo works with out hanging a system.  More importantly
it enables devices, including the console.

The only little bit stopping some of this from working before is that
common/devices.c was written such that it was not relocation agnostic
(Current ARM code do not do the selective relocation which the PPC ports
appear to do).  Everything I've tried so far still works as before (or
better), and the console seems to work on my ARM board.

Regards,

Richard Woodruff  

-------------- next part --------------
A non-text attachment was scrubbed...
Name: con_dev.diff
Type: application/octet-stream
Size: 2768 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20030616/6403d83b/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: con_dev.changelog
Type: application/octet-stream
Size: 231 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20030616/6403d83b/attachment-0001.obj 


More information about the U-Boot mailing list