All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sachin S Mehta <mehtass@myw.ltindia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] U-BOOT for MPC885 Eval board
Date: Tue, 13 Jul 2004 19:37:23 +0530	[thread overview]
Message-ID: <s0f439ff.097@EMAIL> (raw)

Hi,

We  are using MPC885ADS Eval. board ,we are porting  U-Boot 1.1.1on it and working fine,
but we have following query

1. When we trying to change serial port from SMC1 to SMC2  by
  defining following in "MPC885ADS.h" :

	#define	CONFIG_8xx_CONS_SMC2	1	/* Console is on SMC2 */
	#undef	CONFIG_8xx_CONS_SMC1
	#undef	CONFIG_8xx_CONS_NONE	
we are not getting anything  on serial console.

2.  We are getting  8 Mbyte of Flash memory SIMM - theRPCF08324NE5BSSG-70 by RPC , which
internally composed of 16  AM29F040 devices. We are able to configure 2 MB Flash memory 
and working fine. 
But when we are trying to configure for 8MB  by changinf  following in "/board/fads/flash.c : flash_get_size()"

info->sector_count = 32;
info->size = 0x00800000;
 
instead of 
 
 info->sector_count = 8;
info->size = 0x00200000;

It gives some error as below :


CPU:   MPC885ZPnn at 120 MHz: 8 kB I-Cache 8 kB D-Cache FEC present
Board: MPC885ADS rev NR
DRAM:  (8 MB SDRAM)  8 MB
FLASH: Bus Fault @ 0x007f16b4, fixup 0x00000000
Machine check in kernel mode.
Caused by (from msr): regs 00560e18 Unknown values in msr
NIP: 007F16B4 XER: 00000100 LR: 007F168C REGS: 00560e18 TRAP: 0200 DAR: 007FB0EC
MSR: 00001002 EE: 0 PR: 0 FP: 0 ME: 1 IR/DR: 00

GPR00: 00000016 00560F08 00000000 00D40000 007FFAF8 007FB000 007FA834 00002088 
GPR08: 00000020 007FFA81 00000016 007FFACC 28000024 00000000 00800000 FDFD6000 
GPR16: 00000000 00800000 00000000 00000020 00000000 00000001 00000000 00000000 
GPR24: FF000100 FFFFFFFF 00000000 00000000 007FFA6C 00560F94 00800DD0 007FFA6C 
Call backtrace: 
005E9814 007F10EC 007D98A0 007D83B0 
machine check


Has anyone faced same problem?

thanks,
Sachin mehta

	

             reply	other threads:[~2004-07-13 14:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-13 14:07 Sachin S Mehta [this message]
2004-07-13 18:21 ` [U-Boot-Users] U-BOOT for MPC885 Eval board Yuli Barcohen

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=s0f439ff.097@EMAIL \
    --to=mehtass@myw.ltindia.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.