1. 14 2月, 2014 1 次提交
  2. 02 12月, 2013 1 次提交
  3. 19 6月, 2013 2 次提交
  4. 08 6月, 2013 1 次提交
    • T
      ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is defined · 437d8ac5
      Tushar Behera 提交于
      Printing low-level debug messages make an assumption that the specified
      UART port has been preconfigured by the bootloader. Incorrectly
      specified UART port results in system getting stalled while printing the
      message "Uncompressing Linux... done, booting the kernel"
      This UART port number is specified through S3C_LOWLEVEL_UART_PORT. Since
      the UART port might different for different board, it is not possible to
      specify it correctly for every board that use a common defconfig file.
      
      Calling this print subroutine only when DEBUG_LL fixes the problem. By
      disabling DEBUG_LL in default config file, we would be able to boot
      multiple boards with different default UART ports.
      
      With this current approach, we miss the print "Uncompressing Linux...
      done, booting the kernel." when DEBUG_LL is not defined.
      Signed-off-by: NTushar Behera <tushar.behera@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      437d8ac5
  5. 11 1月, 2013 1 次提交
  6. 14 3月, 2012 1 次提交
  7. 07 5月, 2011 1 次提交
  8. 16 3月, 2010 1 次提交
    • B
      ARM: SAMSUNG: Fix build error from stale define in <plat/uncompress.h> · 65e543f1
      Ben Dooks 提交于
      The decleration of error() as static in the platform specific uncompress
      code in  arch/arm/plat-samsung/include/plat/uncomopress.h causes the build
      of the uncompressor to break. Remove it, as it is no longer needed.
      
      arch/arm/boot/compressed/decompress.o: In function `gunzip':
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:67: undefined reference to `error'
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:73: undefined reference to `error'
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:80: undefined reference to `error'
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:95: undefined reference to `error'
      /var/tmp/kernel-orig/arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:152: undefined reference to `error'
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      65e543f1
  9. 13 3月, 2010 1 次提交
    • M
      ARM: 5985/2: ARM: Fix Samsung build after "ARM: Eliminate decompressor -Dstatic= PIC hack" · a2302b45
      Mark Brown 提交于
      Commit 5de813b6 (ARM: Eliminate decompressor -Dstatic= PIC hack) among
      other things changed the declared type of the error() function to an
      extern, conflicting with the forward declartion in the Samsung
      plat/uncompress.h which appears to have been relying on the static
      being defined away, causing build failures since error() ends up with
      a GOT relocation but the linker script discards all GOT relocated
      data and functions:
      
      arch/arm/boot/compressed/decompress.o: In function `gunzip':
      /home/broonie/git/linux-2.6/arch/arm/boot/compressed/../../../../lib/decompress_
      +inflate.c:68: undefined reference to `error'
      
      and so on. Fix this by moving the declaration into uncompress/misc.c
      where it is shared with the rest of the code, correcting the definition
      as we go.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      a2302b45
  10. 23 2月, 2010 1 次提交
  11. 19 2月, 2009 1 次提交
  12. 16 12月, 2008 2 次提交
  13. 30 10月, 2008 1 次提交
  14. 08 10月, 2008 2 次提交
  15. 06 3月, 2008 1 次提交
  16. 22 7月, 2007 4 次提交
  17. 18 12月, 2006 2 次提交
  18. 10 9月, 2006 1 次提交
  19. 19 6月, 2006 1 次提交
  20. 26 4月, 2006 1 次提交
  21. 28 3月, 2006 1 次提交
  22. 26 1月, 2006 1 次提交
  23. 09 11月, 2005 1 次提交
  24. 26 4月, 2005 1 次提交
    • L
      [PATCH] ARM: 2644/1: Adds S3C2400 support to uncompress.h · bd7b1702
      Lucas Correia Villa Real 提交于
      Patch from Lucas Correia Villa Real
      
      The S3C2400 doesn't have a cpuid information stored anywhere. This patch adds
      support to the S3C2400 at include/asm-arm/arch-s3c2400/uncompress.h by
      initializing the cpuid variable to the S3C2410, as they share the same
      routine. The GSTATUS1 pin is then used only if not compiling for the S3C2400.
      
      Signed-off-by: Lucas Correia Villa Real
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      bd7b1702
  25. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4