1. 28 11月, 2012 1 次提交
  2. 21 11月, 2012 1 次提交
  3. 20 11月, 2012 1 次提交
  4. 17 11月, 2012 2 次提交
  5. 16 11月, 2012 1 次提交
    • S
      ARM: imx6q: let users input debug uart port number · 49c9e60e
      Shawn Guo 提交于
      imx6q gets 5 uart ports in total.  Different board design may choose
      different port as debug uart.  For example, imx6q-sabresd uses UART1,
      imx6q-sabrelite uses UART2 and imx6q-arm2 uses UART4.  Rather than
      bloating DEBUG_LL choice list with all these uart ports, the patch
      introduces DEBUG_IMX6Q_UART_PORT for users to input uart port number
      when DEBUG_IMX6Q_UART is selected inside DEBUG_LL choice.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      49c9e60e
  6. 07 11月, 2012 1 次提交
  7. 15 10月, 2012 1 次提交
  8. 14 9月, 2012 7 次提交
  9. 08 9月, 2012 1 次提交
  10. 16 8月, 2012 1 次提交
  11. 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
  12. 10 7月, 2012 1 次提交
    • W
      ARM: 7445/1: mm: update CONTEXTIDR register to contain PID of current process · 575320d6
      Will Deacon 提交于
      This patch introduces a new Kconfig option which, when enabled, causes
      the kernel to write the PID of the current task into the PROCID field
      of the CONTEXTIDR on context switch. This is useful when analysing
      hardware trace, since writes to this register can be configured to emit
      an event into the trace stream.
      
      The thread notifier for writing the PID is deliberately kept separate
      from the ASID-writing code so that we can support newer processors using
      LPAE, where the ASID is stored in TTBR0. As such, the switch_mm code is
      updated to perform a read-modify-write sequence to ensure that we don't
      clobber the PID on CPUs using the classic 2-level page tables.
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      575320d6
  13. 11 5月, 2012 1 次提交
  14. 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
  15. 24 3月, 2012 1 次提交
  16. 27 2月, 2012 1 次提交
  17. 03 2月, 2012 1 次提交
  18. 20 1月, 2012 1 次提交
  19. 28 11月, 2011 1 次提交
  20. 11 11月, 2011 2 次提交
  21. 31 10月, 2011 2 次提交
  22. 17 10月, 2011 8 次提交
  23. 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
  24. 21 9月, 2011 1 次提交