Skip to content
Snippets Groups Projects
  1. Aug 23, 2009
  2. Aug 22, 2009
  3. Aug 21, 2009
  4. Aug 18, 2009
  5. 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
  6. 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
  7. Aug 13, 2009
  8. Aug 11, 2009
    • Giuseppe CONDORELLI's avatar
      zlib: add watchdog reset call · 253cb831
      Giuseppe CONDORELLI authored
      
      This patch adds watchdog reset call to allow its invokation during decompression
      phase. This control was present on old zlib version and here it is
      backported for those relevant routines. This patch is sent as a zlib separate
      one beacuse it was not tested due to specific board lack.
      zlib patches will be unified just in one when this will be validated through
      tests.
      
      Signed-off-by: default avatarGiuseppe Condorelli <giuseppe.condorelli@st.com>
      253cb831
Loading