All of lore.kernel.org
 help / color / mirror / Atom feed
* Missing of "Uncompressing Linux... " message at boot sequence
@ 2010-05-04  7:38 Hitoshi Mitake
  2010-05-06  4:49 ` Paul Mundt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hitoshi Mitake @ 2010-05-04  7:38 UTC (permalink / raw)
  To: linux-sh


Hi SuperH folks,

In arch/sh/boot/compressed/misc.c the function puts() is defined like this:

int puts(const char *s)
{
	/* This should be updated to use the sh-sci routines */
	return 0;
}

Of course this makes no output.
So I cannot see the message "Uncompressing Linux... Ok, booting the 
kernel." now.
# The change was made at abec86a80247ab3a40d2afc9c8e8c26efcab2391

So I have a question:
Do you have any plan to revive the "Uncompressing" message?

The comment says that puts() should use the routines of sh-sci.
But sh-sci is the thing built in vmlinux, so I think using it from 
misc.c is hard.
To revive it, big change will be required.

If you have a plan to revive the message, I'd like to co-operate.
Because I'm working on new board support, serial output is a big problem 
for me.

Thanks,
	Hitoshi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-09 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04  7:38 Missing of "Uncompressing Linux... " message at boot sequence Hitoshi Mitake
2010-05-06  4:49 ` Paul Mundt
2010-05-06  5:05 ` Paul Mundt
2010-05-09 14:37 ` Hitoshi Mitake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.