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

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

In message FD2AC9A020DDD51194710008C7089B20053D4C81@dlee17.itg.ti.com you wrote:
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.
Sorry, but I reject this patch for the same reasons I just rejected the earlier version of this patch.
Again: the code is OK, and I want to include it, but you do a few things (VFD, syscalls) which you should leave as is.
Please resubmit.
Best regards,
Wolfgang Denk
participants (2)
-
Wolfgang Denk
-
Woodruff, Richard