1. 10 6月, 2009 1 次提交
  2. 01 5月, 2009 1 次提交
  3. 28 4月, 2009 3 次提交
  4. 05 4月, 2009 2 次提交
  5. 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