Skip to content
Snippets Groups Projects
  1. Aug 21, 2009
  2. Jul 27, 2009
  3. Jul 19, 2009
  4. Jun 12, 2009
  5. Jun 08, 2009
  6. Apr 01, 2009
    • Scott Wood's avatar
      mpc83xx: Set guarded bit on BAT that covers the end of the address space · c1230980
      Scott Wood authored
      
      The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
      address space; however, not all of this space is covered by a device.  In
      particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
      at the far end of the address space.
      
      In zlib, there is a loop that references p[-1] if p is non-NULL.  Under
      some circumstances, this leads to the CPU speculatively loading from
      0xfffffff8 if p is NULL.  This leads to a machine check.
      
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      
      continuation to the remaining mpc83xx boards that suffer from the same problem.
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      c1230980
  7. Mar 30, 2009
  8. Feb 17, 2009
  9. Dec 04, 2008
  10. Dec 01, 2008
  11. Oct 18, 2008
  12. Sep 10, 2008
  13. Aug 12, 2008
  14. Jun 03, 2008
    • Becky Bruce's avatar
      PPC: Create and use CONFIG_HIGH_BATS · 31d82672
      Becky Bruce authored
      
      Change all code that conditionally operates on high bat
      registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
      instead of the myriad ways this is done now.  Define the option
      for every config for which high bats are supported (and
      enabled by early boot, on parts where they're not always
      enabled)
      
      Signed-off-by: default avatarBecky Bruce <becky.bruce@freescale.com>
      31d82672
  15. Apr 25, 2008
  16. Apr 24, 2008
  17. Mar 06, 2008
  18. Feb 11, 2008
  19. Jan 11, 2008
  20. Jan 08, 2008
  21. Aug 28, 2007
  22. Aug 16, 2007
  23. Aug 01, 2007
  24. Jul 10, 2007
  25. Jul 05, 2007
  26. May 16, 2007
  27. Mar 02, 2007
    • Kumar Gala's avatar
      mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode · 4feab4de
      Kumar Gala authored
      
      The config value for:
      * CFG_ACR_PIPE_DEP
      * CFG_ACR_RPTCNT
      * CFG_SPCR_TSEC1EP
      * CFG_SPCR_TSEC2EP
      * CFG_SCCR_TSEC1CM
      * CFG_SCCR_TSEC2CM
      
      Were not being used when setting the appropriate register
      
      Added:
      * CFG_SCCR_USBMPHCM
      * CFG_SCCR_USBDRCM
      * CFG_SCCR_PCICM
      * CFG_SCCR_ENCCM
      
      To allow full config of the SCCR.
      
      Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
      that were just bogus.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      4feab4de
    • Kim Phillips's avatar
      22d71a71
    • Paul Gortmaker's avatar
      mpc83xx: U-Boot support for Wind River SBC8349 · 91e25769
      Paul Gortmaker authored
      I've redone the SBC8349 support to match git-current, which
      incorporates all the MPC834x updates from Freescale since the 1.1.6
      release,  including the DDR changes.
      
      I've kept all the SBC8349 files as parallel as possible to the
      MPC8349EMDS ones for ease of maintenance and to allow for easy
      inspection of what was changed to support this board.  Hence the SBC8349
      U-Boot has FDT support and everything else that the MPC8349EMDS has.
      
      Fortunately the Freescale updates added support for boards using CS0,
      but I had to change spd_sdram.c to allow for board specific settings for
      the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
      default if the board doesn't specify a value.)
      
      Hopefully this should be mergeable as-is and require no whitespace
      cleanups or similar, but if something doesn't measure up then let me
      know and I'll fix it.
      
      Thanks,
      Paul.
      91e25769
  28. Nov 04, 2006
Loading