1. 16 2月, 2010 1 次提交
  2. 13 2月, 2010 1 次提交
  3. 29 1月, 2010 1 次提交
  4. 27 1月, 2010 1 次提交
  5. 21 1月, 2010 1 次提交
  6. 18 1月, 2010 1 次提交
    • T
      ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(void) · b53e9b5e
      Tony Lindgren 提交于
      Because of the include of the decompress_inflate.c file from
      boot/compress/misc.c, there are different flush() defines:
      
      In file included from arch/arm/boot/compressed/misc.c:249:
      arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:138:29: error: macro "flush" passed 2 arguments, but takes just 0
      
      Fix this by removing the define of flush() in misc.c for
      CONFIG_DEBUG_ICEDCC as it's already defined in mach/uncompress.h,
      and that is being included unconditionally.
      
      Also use a static inline function instead of define
      for mach-mxc and mach-gemini to avoid similar bug
      for those platforms.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b53e9b5e
  7. 06 1月, 2010 1 次提交
  8. 04 1月, 2010 2 次提交
  9. 12 12月, 2009 1 次提交
  10. 04 12月, 2009 1 次提交
  11. 02 12月, 2009 1 次提交
  12. 27 11月, 2009 2 次提交
  13. 26 11月, 2009 1 次提交
  14. 24 11月, 2009 4 次提交
  15. 23 11月, 2009 1 次提交
    • D
      ARM: MX3: fix CPU revision number detection · 52939c03
      Daniel Mack 提交于
      The macro mx31_revision() used to take the global variable system_rev to
      determine the CPU revision number. However, this number is expected to
      be set by the bootloader and is usually zero (at least on my MX31 based
      boards here). More than that, it is usually taken to identify the
      board's revision, not the CPU's.
      
      Fix that by reading the the CPU's SREV register instead.
      
      Right now, mx31_read_cpu_rev() is called from mx31_clocks_init() which
      is admittedly not a good place for it. However, we need to enable the
      IIM clock first, and the clock code also has conditional code that
      depends on mx31_revision() returning the right thing.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      52939c03
  16. 20 11月, 2009 1 次提交
    • D
      ARM: MX3: modularize 'mx31lite' code · b7d91a62
      Daniel Mack 提交于
      This commit splits the support code for LogicPD's mx31lite hardware
      into module and board specific parts.
      
      This introduces a new mandatory coreparam called 'mx31lite_baseboard'
      which specifies the base board support to use. For now, only the LiteKit
      development board is supported, and developers of own boards are
      encouraged to use that as reference.
      
      The UART support moved to the board code.
      Some comments were amended along the way.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      b7d91a62
  17. 18 11月, 2009 15 次提交
  18. 14 11月, 2009 4 次提交