Skip to content
Snippets Groups Projects
  1. Jul 24, 2009
    • Dirk Eibach's avatar
      ppc4xx: Fix missing freqOPB for 405EP · 9b1b8c8a
      Dirk Eibach authored
      
      In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was
      left out for no obvious reason.
      
      Signed-off-by: default avatarDirk Eibach <eibach@gdsys.de>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      9b1b8c8a
    • Stefan Roese's avatar
      ppc4xx: Fix TLB reset problem with recent 44x images · 0a371ca0
      Stefan Roese authored
      
      Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal"
      booting on some 44x platforms. This breakage is only noticed in some
      cases while powercycling. As it seems, the code in question in start.S
      didn't invalidate TLB #0. This makes sense since this TLB is used for
      the bootrom mapping. With the patch mentioned above even TLB #0 got
      invalidated resulting in an error later on.
      
      This patch now fixes this issue by only invalidating TLB #0 in the RAM-
      booting case.
      
      Tested succesfully on Sequoia and Canyonlands.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Dirk Eibach <Eibach@gdsys.de>
      0a371ca0
  2. Jul 23, 2009
  3. Jul 22, 2009
Loading