public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] powerpc/mpc86xx: Fix BAT register setup
@ 2011-10-04  0:10 Becky Bruce
  2011-10-04  0:10 ` [U-Boot] [PATCH 1/2] powerpc/mpc8641hpcn: fix SRIO BAT config Becky Bruce
  0 siblings, 1 reply; 5+ messages in thread
From: Becky Bruce @ 2011-10-04  0:10 UTC (permalink / raw)
  To: u-boot

This set of 2 patches fixes the BAT register setup on mpc86xx.
Currently, we overwrite a BAT register while running out of it which
is dangerous and can cause problems like the system going into the
weeds.

The first patch cleans up the SRIO config information used for setup
of the SRIO BAT registers - there were duplicate defines there.
The second changes the method used for setting up BATs to disable
translation while we do the setup.

We have tested this on mpc8641, and I believe it is safe for the other
86xx platforms like the sbc, but I'd appreciate input.

Cheers,
Becky

 arch/powerpc/cpu/mpc86xx/cpu_init.c |   28 --------
 arch/powerpc/cpu/mpc86xx/start.S    |   69 ++++++++++++++++++-
 include/configs/MPC8641HPCN.h       |  128 ++++++++++++++++++++---------------
 include/mpc86xx.h                   |    1 +
 4 files changed, 142 insertions(+), 84 deletions(-)

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

end of thread, other threads:[~2011-10-07 15:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04  0:10 [U-Boot] [PATCH 0/2] powerpc/mpc86xx: Fix BAT register setup Becky Bruce
2011-10-04  0:10 ` [U-Boot] [PATCH 1/2] powerpc/mpc8641hpcn: fix SRIO BAT config Becky Bruce
2011-10-04  0:10   ` [U-Boot] [PATCH 2/2] powerpc/mpc86xx: Disable translation for BAT setup Becky Bruce
2011-10-07 15:07     ` Kumar Gala
2011-10-07 15:06   ` [U-Boot] [PATCH 1/2] powerpc/mpc8641hpcn: fix SRIO BAT config Kumar Gala

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