public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] add support for printing of clock information as part of 'bdinfo' command
@ 2012-02-06 10:30 Manjunath Hadli
  2012-02-06 10:30 ` [U-Boot] [PATCH v2 1/2] davinci: remove macro CONFIG_DISPLAY_CPUINFO Manjunath Hadli
  2012-02-06 10:30 ` [U-Boot] [PATCH v2 2/2] davinci: add support for printing clock frequency Manjunath Hadli
  0 siblings, 2 replies; 5+ messages in thread
From: Manjunath Hadli @ 2012-02-06 10:30 UTC (permalink / raw)
  To: u-boot

This patch series adds support for printing of clock information
as part of 'bdinfo' command. Support for printing CPU, DSP core
and DDR frequency is added. Also, support for printing frequency
info during u-boot initialization is removed as it will delay
u-boot coming up.

Changes from previous version:
1: Add support for printing clock information as part of
   bdinfo command instead of custom command, so that all
   architectures can have benefit of it. 

Manjunath Hadli (2):
  davinci: remove macro CONFIG_DISPLAY_CPUINFO
  davinci: add support for printing clock frequency

 arch/arm/cpu/arm926ejs/davinci/cpu.c   |   76 +++++++++++++------------------
 arch/arm/include/asm/u-boot.h          |    3 +
 arch/arm/lib/board.c                   |   10 ++++-
 common/cmd_bdinfo.c                    |    9 ++++
 include/common.h                       |    1 +
 include/configs/cam_enc_4xx.h          |    5 ++-
 include/configs/da830evm.h             |    4 ++
 include/configs/da850evm.h             |    4 ++
 include/configs/davinci_dm355evm.h     |    5 ++-
 include/configs/davinci_dm355leopard.h |    5 ++-
 include/configs/davinci_dm365evm.h     |    4 ++
 include/configs/davinci_dm6467Tevm.h   |    5 ++-
 include/configs/davinci_dm6467evm.h    |    5 ++-
 include/configs/davinci_dvevm.h        |    6 ++-
 include/configs/davinci_schmoogie.h    |    5 ++-
 include/configs/davinci_sffsdr.h       |    5 ++-
 include/configs/davinci_sonata.h       |    5 ++-
 include/configs/ea20.h                 |    4 ++
 include/configs/enbw_cmc.h             |    5 ++-
 include/configs/hawkboard.h            |    4 ++
 20 files changed, 115 insertions(+), 55 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-17 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06 10:30 [U-Boot] [PATCH v2 0/2] add support for printing of clock information as part of 'bdinfo' command Manjunath Hadli
2012-02-06 10:30 ` [U-Boot] [PATCH v2 1/2] davinci: remove macro CONFIG_DISPLAY_CPUINFO Manjunath Hadli
2012-02-06 10:30 ` [U-Boot] [PATCH v2 2/2] davinci: add support for printing clock frequency Manjunath Hadli
2012-02-17 13:22   ` Laurence Withers
2012-02-17 17:26     ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox