1. 13 7月, 2012 1 次提交
    • P
      ARM: vexpress: Config option for early printk console · 1b820eaf
      Pawel Moll 提交于
      Versatile Express platform can be used in different configurations,
      the console UART used by early printk may be located at different
      addresses in the address space.
      
      This patch makes it possible to select the base address of a PL011
      UART to be used as a console output in the kernel configuration.
      The default behaviour is still the heuristic detecting memory map
      on Cortex-A core tiles.
      
      The zImage decompressor will use the same configuration values
      or print out nothing if DEBUG_LL is not enabled.
      Signed-off-by: NPawel Moll <pawel.moll@arm.com>
      1b820eaf
  2. 11 5月, 2012 1 次提交
  3. 09 5月, 2012 1 次提交
    • U
      ARM: davinci: implement DEBUG_LL port choice · 477099f1
      Uwe Kleine-König 提交于
      Apart from the necessity to do this change for multi-platform kernels
      the previous logic depended on the zImage decompressor to write the
      physical and virtual address to a magic memory location.
      If the decompressor is unused or not correctly configured for the
      current machid, the addruart macro was an infinite loop. Moreover
      debugging the early zImage code was not possible either.
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      [nsekhar@ti.com: add braces in _DEBUG_LL_ENTRY() macro to fix checkpatch
      error. Fix debug port choice config dependency for traditional DaVincis.
      Modify debug port config names and add help text.]
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      477099f1
  4. 24 3月, 2012 1 次提交
  5. 27 2月, 2012 1 次提交
  6. 03 2月, 2012 1 次提交
  7. 20 1月, 2012 1 次提交
  8. 28 11月, 2011 1 次提交
  9. 11 11月, 2011 2 次提交
  10. 31 10月, 2011 2 次提交
  11. 17 10月, 2011 8 次提交
  12. 02 10月, 2011 1 次提交
    • A
      ARM: OC_ETM should not select ARM_AMBA · 53eebb0d
      Arnd Bergmann 提交于
      The CONFIG_ARM_AMBA symbol is selected by the platforms that support
      AMBA, and the other platforms (e.g. orion) might not be able to
      build that code at all when they do not support the clk API.
      
      Instead, make sure that OC_ETM is only built on platforms that
      do support the amba subsystem already.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      53eebb0d
  13. 21 9月, 2011 1 次提交
  14. 25 5月, 2011 1 次提交
  15. 14 4月, 2011 1 次提交
  16. 06 12月, 2010 1 次提交
  17. 20 11月, 2010 1 次提交
    • R
      ARM: ftrace: enable function graph tracer · 0e341af8
      Rabin Vincent 提交于
      Add the options to enable the function graph tracer on ARM.  Function
      graph tracer support requires frame pointers, so exclude Thumb-2 and
      also make sure FRAME_POINTER gets enabled when FUNCTION_GRAPH_TRACER is
      used, since FUNCTION_TRACER doesn't "select FRAME_POINTER" when
      ARM_UNWIND is used.  Therefore, with GCC 4.4.0+, you get plain function
      tracing without frame pointers, but you'll need them if you want
      function graph tracing.
      Acked-by: NCatalin Marinas <catalin.marinas@arm.com>
      Signed-off-by: NRabin Vincent <rabin@rab.in>
      0e341af8
  18. 02 10月, 2010 1 次提交
  19. 02 9月, 2010 1 次提交
  20. 24 2月, 2010 1 次提交
  21. 09 12月, 2009 1 次提交
  22. 02 12月, 2009 1 次提交
  23. 24 7月, 2009 1 次提交
  24. 23 6月, 2009 1 次提交
  25. 28 2月, 2009 1 次提交
  26. 19 2月, 2009 1 次提交
  27. 26 1月, 2008 1 次提交
  28. 22 7月, 2007 2 次提交
  29. 30 11月, 2006 1 次提交
  30. 05 6月, 2006 1 次提交