1. 08 1月, 2010 1 次提交
  2. 05 1月, 2010 1 次提交
  3. 27 11月, 2009 1 次提交
  4. 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
  5. 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
  6. 23 6月, 2009 1 次提交
  7. 03 6月, 2009 1 次提交
  8. 26 5月, 2009 2 次提交
  9. 19 5月, 2009 1 次提交
  10. 07 5月, 2009 1 次提交
  11. 13 3月, 2009 4 次提交
  12. 16 12月, 2008 2 次提交
  13. 05 7月, 2008 6 次提交
  14. 22 7月, 2007 1 次提交