All of lore.kernel.org
 help / color / mirror / Atom feed
From: zhanglei459 <zhanglei459@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users]  questions  about porting to  MPC7410+EVB64260
Date: Tue, 1 Apr 2008 07:28:30 -0700 (PDT)	[thread overview]
Message-ID: <16418464.post@talk.nabble.com> (raw)


Hi,all:
    I'm a newbie to u-boot.Now I want to port u-boot to my customized
mpc7410 + EVB64260 board.
 After searching source code,I have 3 questions:
 the first,board "EVB64260" may be the best suitable to mine? 
 the second,In evb64260.h, BAT of SDRAM is:
/* SDRAM */
 #define CFG_IBAT0L (CFG_SDRAM_BASE | BATL_PP_RW | BATL_CACHEINHIBIT)
 #define CFG_IBAT0U (CFG_SDRAM_BASE | BATU_BL_256M | BATU_VS | BATU_VP)
 #define CFG_DBAT0L (CFG_SDRAM_BASE | BATL_PP_RW | BATL_CACHEINHIBIT |
BATL_GUARDEDSTORAGE)
 #define CFG_DBAT0U CFG_IBAT0U
I found attribute of SDRAM is not BATL_GUARDEDSTORAGE in some board
configuration file,and some others is not BATL_GUARDEDSTORAGE.And I think
SDRAM should not be BATL_GUARDEDSTORAGE,right?
The last question is when I using Windriver ICE debug u-boot,after I run
program to set MMU,CPU_SDRAM,CPU_DEVICE registers,Workbench Register window
display correct number of MMU,but display all "ffffffff" of
CPU_SDRAM,CPU_CONFIGURATION.when I "RUN" u-boot in flash,it stop and run
into address 0x800 exception program.Anyone can direct me how to explain it?
Thank you very much!Hope reply.
-- 
View this message in context: http://www.nabble.com/questions--about-porting-to--MPC7410%2BEVB64260-tp16418464p16418464.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

                 reply	other threads:[~2008-04-01 14:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=16418464.post@talk.nabble.com \
    --to=zhanglei459@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 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.