public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: xiangfu <xiangfu.z@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot]  console_init_r problem with ingenic jz4740 cpu
Date: Sat, 06 Jun 2009 22:46:26 +0800	[thread overview]
Message-ID: <4A2A8142.8010004@gmail.com> (raw)
In-Reply-To: <20090601165428.GA9536@b07421-ec1.am.freescale.net>

Hi

the u-boot stop at console_init_r function.

here is part of board_init_r function code.

/** leave this here (after malloc(), environment and PCI are working) **/
	/* Initialize devices */
	devices_init ();

	jumptable_init ();
	debug("DEBUG: jumptable over\n"); [1]

	/* Initialize the console (after the relocation and devices init) */
	console_init_r ();
	debug("DEBUG: console_init_r over\n");[2]
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/

I add two lines for debug.
 
the [1] is output form serial console. but [2] never show up.
I also add some "puts" in the console_init_r function. it's not show in the serial console

give me some advice 

thanks

Best Regards
Xiangfu

  parent reply	other threads:[~2009-06-06 14:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-26  7:46 [U-Boot] [U-BOOT] nand merge problem xiangfu_gmail
2009-05-26  9:12 ` xiangfu_gmail
2009-05-26 21:17   ` Scott Wood
2009-05-27  0:41     ` xiangfu_gmail
2009-05-27 14:34       ` Scott Wood
     [not found]         ` <00ab01c9e19b$b2488f50$3e03a8c0@st.jz.com>
2009-05-31  8:09           ` xiangfu
2009-06-01 16:54             ` Scott Wood
2009-06-02  2:42               ` xiangfu
2009-06-06 14:46               ` xiangfu [this message]
2009-06-10  9:14               ` [U-Boot] lcd logo color not correct xiangfu
2009-06-10 14:26                 ` xiangfu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A2A8142.8010004@gmail.com \
    --to=xiangfu.z@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox