Skip to content
Snippets Groups Projects
  1. Sep 19, 2010
  2. Sep 12, 2010
    • Graeme Russ's avatar
      x86: Remove Unmaintained Boards · 215e1cb3
      Graeme Russ authored
      The SC520 CDP boards originally implemented by Daniel Engström are now
      very broken. Attempts to contact Daniel via the email address on the
      copyright notice have failed. Remove these boards from mainline
      215e1cb3
  3. Sep 09, 2010
  4. Sep 08, 2010
  5. Sep 03, 2010
    • Haavard Skinnemoen's avatar
      avr32: Add simple paging support · 1f36f73f
      Haavard Skinnemoen authored
      
      Use the MMU hardware to set up 1:1 mappings between physical and virtual
      addresses. This allows us to bypass the cache when accessing the flash
      without having to do any physical-to-virtual address mapping in the CFI
      driver.
      
      The virtual memory mappings are defined at compile time through a sorted
      array of virtual memory range objects. When a TLB miss exception
      happens, the exception handler does a binary search through the array
      until it finds a matching entry and loads it into the TLB. The u-boot
      image itself is covered by a fixed TLB entry which is never replaced.
      
      This makes the 'saveenv' command work again on ATNGW100 and other boards
      using the CFI driver, hopefully without breaking any rules.
      
      Signed-off-by: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
      1f36f73f
    • Reinhard Meyer's avatar
    • Stefan Roese's avatar
      ppc4xx: Fix 440EPx bug in reconfigure_pll() · c1ab75c7
      Stefan Roese authored
      
      This patch fixes a bug in reconfigure_pll(), where the detection of
      the current bootstrap option is wrong. The ICS bits where incorrectly
      shifted. This bug was found on the lwmon5 board, which uses bootstrap
      option H (I2C bootstrap EEPROM).
      
      Additionally a bit of code was moved into the if statement, since its
      only used after later on. No need to run this code all the time.
      
      Also, a few empty lines are added to make the code better readable.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Rupjyoti Sarmah <rsarmah@amcc.com>
      Cc: Victor Gallardo <vgallardo@appliedmicro.com>
      c1ab75c7
    • Matthias Fuchs's avatar
      ppc4xx: Fix APC405 board support · 38570b2f
      Matthias Fuchs authored
      
      Opps, after a long time I tested recent u-boot on our
      APC405 board. This simple fix makes networking work again.
      
      Signed-off-by: default avatarMatthias Fuchs <matthias.fuchs@esd.eu>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      38570b2f
  6. Aug 30, 2010
  7. Aug 26, 2010
  8. Aug 20, 2010
  9. Aug 19, 2010
  10. Aug 12, 2010
  11. Aug 11, 2010
  12. Aug 10, 2010
  13. Aug 09, 2010
  14. Aug 08, 2010
Loading