public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Custom MPC8347 Board can't access cache
@ 2007-10-16  1:04 Sparks, Sam
  2007-10-16 11:32 ` Jerry Van Baren
  0 siblings, 1 reply; 6+ messages in thread
From: Sparks, Sam @ 2007-10-16  1:04 UTC (permalink / raw)
  To: u-boot


Hello All,

I am trying to bring up a custom MPC8347 board with source based off of
1.3-rc1, unfortunately, I am not making it to board_init_f.

Using an abatron bdi, I've discovered the offending instruction is on
cpu/mpc83xx/start.S:752 - 

752    mtmsr r5   /* r5 is 0x3072 */

Has anyone else seen this issue?

For reference, here are some configuration settings that may be of
value:

#define CFG_INIT_RAM_ADDR  0x20000000  /* Initial RAM address */
#define CFG_INIT_RAM_END   0x1000      /* End of used area in RAM*/
#define CFG_IBAT2L   (CFG_INIT_RAM_ADDR | BATL_PP_10 |
BATL_MEMCOHERENCE)
#define CFG_IBAT2U   (CFG_INIT_RAM_ADDR | BATU_BL_128K | BATU_VS |
BATU_VP)

Does anyone have any insight? Thanks for the help,
Sam Sparks

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

end of thread, other threads:[~2007-10-16 18:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-16  1:04 [U-Boot-Users] Custom MPC8347 Board can't access cache Sparks, Sam
2007-10-16 11:32 ` Jerry Van Baren
2007-10-16 16:02   ` Sparks, Sam
2007-10-16 18:18     ` Sparks, Sam
2007-10-16 18:27       ` Wolfgang Denk
2007-10-16 18:34         ` Sparks, Sam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox