[U-Boot] [PATCHv4 0/3] OMAP3: Board specific updates

Sanjeev Premi premi at ti.com
Mon Apr 27 17:56:56 CEST 2009


This series contains 3 specific updates:
 - Use common API to print cpu and board
   related information.
 - Remove unused board type definitions.
 - Print correct silicon revision in the
   board information.

This series fixes the compile warning
pointed by Dirk Behme.

These updates have been tested on OMAP3EVM
with ES 3.0 and ES3.1 silicon versions.

Thanks to Dirk Behme [dirk.behme at googlemail.com]
for converting a quick hack into complete
solution.


Sanjeev Premi (3):
  OMAP3: Use functions print_cpuinfo() and checkboard()
  OMAP3: Remove unused board-types
  OMAP3: Print correct silicon revision

 board/omap3/beagle/beagle.h            |    2 -
 board/omap3/evm/evm.h                  |    2 -
 board/omap3/overo/overo.h              |    2 -
 board/omap3/pandora/pandora.h          |    2 -
 board/omap3/zoom1/zoom1.h              |    2 -
 cpu/arm_cortexa8/cpu.c                 |    4 +-
 cpu/arm_cortexa8/omap3/board.c         |   27 +++++-
 cpu/arm_cortexa8/omap3/clock.c         |    5 +-
 cpu/arm_cortexa8/omap3/sys_info.c      |  147 +++++++++++++++-----------------
 include/asm-arm/arch-omap3/omap3.h     |   22 ++---
 include/asm-arm/arch-omap3/sys_proto.h |    4 -
 include/configs/omap3_beagle.h         |    6 ++
 include/configs/omap3_evm.h            |    7 ++-
 include/configs/omap3_overo.h          |    6 ++
 include/configs/omap3_pandora.h        |    6 ++
 include/configs/omap3_zoom1.h          |    6 ++
 16 files changed, 136 insertions(+), 114 deletions(-)



More information about the U-Boot mailing list