Skip to content
Snippets Groups Projects
  1. Apr 03, 2009
  2. Apr 02, 2009
  3. Mar 30, 2009
  4. Mar 29, 2009
  5. Mar 22, 2009
  6. Mar 21, 2009
  7. Mar 20, 2009
    • Stefan Roese's avatar
      UBIFS: Implement read-only UBIFS support in U-Boot · 9eefe2a2
      Stefan Roese authored
      
      The U-Boot UBIFS implementation is largely a direct copy from the current
      Linux version (2.6.29-rc6). As already done in the UBI version we have an
      "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
      ...). This makes it possible to use the original Linux code with very
      little changes. And by this we can better update to later Linux versions.
      
      I removed some of the Linux features that are not used in the U-Boot
      version (e.g. garbage-collection, write support).
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      CC: Artem Bityutskiy <dedekind@infradead.org>
      CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
      9eefe2a2
    • Stefan Roese's avatar
      Add LZO decompressor support · b1b4e89a
      Stefan Roese authored
      
      This patch adds LZO decompression support to U-Boot. It is needed for
      the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
      decompressor. Since we only support read-only in UBIFS, only the
      decompressor is needed.
      
      All this is copied with minor changes from the current Linux kernel
      version (2.6.28-rc8).
      
      This patch only implements this LZO decompressor support for PPC.
      Other platforms using UBIFS will have to add the required
      "include/asm/unaligned.h" as well. It should be fairly easy to copy this
      from the Linux source tree as I have done it for PPC in this patch.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      b1b4e89a
    • Grzegorz Bernacki's avatar
      Add support for the digsy MTC board. · 5c4fa9b4
      Grzegorz Bernacki authored
      
      This is the InterControl custom device based on the MPC5200B chip.
      
      Signed-off-by: default avatarGrzegorz Bernacki <gjb@semihalf.com>
      5c4fa9b4
  8. Mar 18, 2009
  9. Mar 15, 2009
  10. Mar 12, 2009
  11. Feb 24, 2009
  12. Feb 22, 2009
  13. Feb 21, 2009
  14. Feb 17, 2009
  15. Feb 09, 2009
  16. Jan 29, 2009
  17. Jan 28, 2009
  18. Jan 27, 2009
  19. Jan 26, 2009
  20. Jan 24, 2009
Loading