
22 Feb
2005
22 Feb
'05
8:49 p.m.
On Tue, Feb 22, 2005 at 11:21:01AM -0800, Shawn Jin wrote:
My first thought about porting UBoot under this circumstance is to disable the serial driver in UBoot and to redirect all printf to a fixed memory area, just as what a circular log buffer does. I'm wondering how much workload this will be. Is this kind of mechasim already existent in UBoot?
Provide our own console functions. See common/console.c and common/devices.c how it is initialized and used.
Best regards, ladis