1. 10 6月, 2009 1 次提交
  2. 01 5月, 2009 1 次提交
  3. 28 4月, 2009 3 次提交
  4. 05 4月, 2009 2 次提交
  5. 04 4月, 2009 2 次提交
  6. 21 3月, 2009 2 次提交
    • M
      UBIFS: Missing offset relocation for compressor 'none' · faac4fd8
      Michael Lawnick 提交于
      On systems where U-Boot is linked to another address than it really lays
      (e.g. backup image), calls via function pointers must be fixed with a
      '+= gd->reloc_off'.
      This was not done for none_compr in ubifs_compressors_init() what leads
      to system crash on ubifsmount command.
      Signed-off-by: NMichael Lawnick <ml.lawnick@gmx.de>
      Acked-by: NStefan Roese <sr@denx.de>
      faac4fd8
    • S
      UBIFS: Implement read-only UBIFS support in U-Boot · 9eefe2a2
      Stefan Roese 提交于
      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: NStefan Roese <sr@denx.de>
      CC: Artem Bityutskiy <dedekind@infradead.org>
      CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
      9eefe2a2
  7. 28 1月, 2009 1 次提交
  8. 24 1月, 2009 1 次提交
  9. 17 12月, 2008 1 次提交
  10. 10 12月, 2008 6 次提交
  11. 05 12月, 2008 1 次提交
    • R
      Remove non-ascii characters from fat code · 3c2c2f42
      Remy Bohmer 提交于
      This code contains some non-ascii characters in comment lines and code.
      Most editors do not display those characters properly and editing those
      files results always in diffs at these places which are usually not required
      to be changed at all. This is error prone.
      
      So, remove those weird characters and replace them by normal C-style
      equivalents for which the proper defines were already in the header.
      Signed-off-by: NRemy Bohmer <linux@bohmer.net>
      3c2c2f42
  12. 01 11月, 2008 1 次提交
  13. 19 10月, 2008 1 次提交
  14. 07 9月, 2008 1 次提交
  15. 31 8月, 2008 1 次提交
  16. 22 8月, 2008 1 次提交
    • R
      Make the YAFFS filesystem work · 0bb86d82
      Remy Bohmer 提交于
      Recently the YAFFS filesystem support has been added to U-boot.
      However, just enabling CONFIG_YAFFS2 is not enough to get it working.
      
      ymount will generate an exception (when dereferencing mtd->readoob()), because
      the genericDevice is a null pointer. Further, a lot of logging is produced
      while using YAFFS fs, so logging should also be disabled.
      Both issues are solved by this patch.
      
      With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
      in U-boot, as well as in Linux.
      
      Tested on a Atmel AT91SAM9261EK board.
      Signed-off-by: NRemy Bohmer <linux@bohmer.net>
      Acked-by: NWilliam Juul <william.juul@tandberg.com>
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      0bb86d82
  17. 14 8月, 2008 1 次提交
  18. 13 8月, 2008 6 次提交
  19. 14 7月, 2008 2 次提交
  20. 13 7月, 2008 1 次提交
  21. 30 6月, 2008 1 次提交
  22. 29 5月, 2008 1 次提交
  23. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  24. 14 5月, 2008 1 次提交