1. 07 Mar, 2010 2 commits
  2. 01 Mar, 2010 1 commit
  3. 26 Feb, 2010 1 commit
    • Russell King's avatar
      ARM: Fix decompressor's kernel size estimation for ROM=y · 98e12b5a
      Russell King authored
      Commit 2552fc27 changed the way the decompressor decides if it is safe
      to decompress the kernel directly to its final location.  Unfortunately,
      it took the top of the compressed data as being the stack pointer,
      which it is for ROM=n cases.  However, for ROM=y, the stack pointer
      is not relevant, and results in the wrong answer.
      
      Fix this by explicitly storing the end of the biggybacked data in the
      decompressor, and use that to calculate the compressed image size.
      
      CC: <stable@kernel.org>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      98e12b5a
  4. 24 Feb, 2010 14 commits
  5. 23 Feb, 2010 22 commits