Skip to content
Snippets Groups Projects
  1. Aug 22, 2009
  2. Aug 21, 2009
  3. Aug 18, 2009
  4. Aug 17, 2009
    • Wolfgang Denk's avatar
      Monahans: avoid floating point calculations · 4af34177
      Wolfgang Denk authored
      
      Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz)
      which caused floating point operations to be used. This resulted in
      unresolved references to some FP related libgcc functions when using
      U-Boot's private libgcc functions.
      
      Change the code to use fixed point math only.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      4af34177
  5. Aug 14, 2009
    • Kumar Gala's avatar
      85xx: Fix addrmap to include memory · e393e2e9
      Kumar Gala authored
      
      When we init the addrmap based on the TLB we will not end up getting
      the TLB that covers memory if we are using SPD.  The reason is we
      haven't relocated at the point that we setup the memory TLB and thus it
      will not get setup in the addrmap.
      
      Instead we can just walk over the TLB array after we've relocated and
      see all the TLBs that have been set and use that information to populate
      the initial addrmap.  By doing this we insure that we get the TLB
      entries that cover memory.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      e393e2e9
  6. Aug 13, 2009
  7. Aug 11, 2009