[U-Boot] [PATCH v1 0/6] This series extends OMAP3 support for AM/DM37xx and

Albert ARIBAUD (3ADEV) albert.aribaud at 3adev.fr
Fri Jan 16 09:09:46 CET 2015


introduces the AM3703-based Quipos Cairo board.

NOTES:

Two checkpatch diagnostics are left uncorrected:

1. "warning: arch/arm/cpu/armv7/omap3/Kconfig,94: please write a paragraph
    that describes the config symbol fully"
   No other symbol of the same nature has such a paragraph, so I left it
   out.

2. "check: board/quipos/cairo/cairo.c,87: Avoid CamelCase:
    <SDP_3430_SDRC_RFR_CTRL_165MHz>"
   Symbol was not defined in this patch. If requested, I will post a
   separate change to fix the symbol.


Albert ARIBAUD (3ADEV) (6):
  omap3: enable GP9 timer and UART2
  omap3: make SDRC SHARING setting configurable
  omap3: add SDRC settings for Samsung K4X51163PG
  omap3: mmc: add 1.8v bias setting for MMC1
  omap3: add some MUX definitions for upcoming cairo
  omap3: add support for QUIPOS Cairo board.

 arch/arm/cpu/armv7/omap3/Kconfig               |   5 +
 arch/arm/cpu/armv7/omap3/clock.c               |   9 +
 arch/arm/cpu/armv7/omap3/sdrc.c                |   6 +-
 arch/arm/include/asm/arch-omap3/mem.h          |  43 +++
 arch/arm/include/asm/arch-omap3/mmc_host_def.h |   1 +
 arch/arm/include/asm/arch-omap3/mux.h          |  51 ++-
 arch/arm/include/asm/arch-omap3/sys_proto.h    |   1 +
 board/quipos/cairo/Kconfig                     |  12 +
 board/quipos/cairo/Makefile                    |   8 +
 board/quipos/cairo/cairo.c                     |  90 +++++
 board/quipos/cairo/cairo.h                     | 321 ++++++++++++++++++
 configs/cairo_defconfig                        |   4 +
 drivers/mmc/omap_hsmmc.c                       |   4 +
 include/configs/omap3_cairo.h                  | 437 +++++++++++++++++++++++++
 14 files changed, 989 insertions(+), 3 deletions(-)
 create mode 100644 board/quipos/cairo/Kconfig
 create mode 100644 board/quipos/cairo/Makefile
 create mode 100644 board/quipos/cairo/cairo.c
 create mode 100644 board/quipos/cairo/cairo.h
 create mode 100644 configs/cairo_defconfig
 create mode 100644 include/configs/omap3_cairo.h

-- 
2.1.0



More information about the U-Boot mailing list