public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/6] This series extends OMAP3 support for AM/DM37xx and
@ 2015-01-16  8:09 Albert ARIBAUD
  2015-01-16  8:09 ` [U-Boot] [PATCH v1 1/6] omap3: enable GP9 timer and UART2 Albert ARIBAUD
  0 siblings, 1 reply; 14+ messages in thread
From: Albert ARIBAUD @ 2015-01-16  8:09 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2015-01-30 14:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-16  8:09 [U-Boot] [PATCH v1 0/6] This series extends OMAP3 support for AM/DM37xx and Albert ARIBAUD
2015-01-16  8:09 ` [U-Boot] [PATCH v1 1/6] omap3: enable GP9 timer and UART2 Albert ARIBAUD
2015-01-16  8:09   ` [U-Boot] [PATCH v1 2/6] omap3: make SDRC SHARING setting configurable Albert ARIBAUD
2015-01-16  8:09     ` [U-Boot] [PATCH v1 3/6] omap3: add SDRC settings for Samsung K4X51163PG Albert ARIBAUD
2015-01-16  8:09       ` [U-Boot] [PATCH v1 4/6] omap3: mmc: add 1.8v bias setting for MMC1 Albert ARIBAUD
2015-01-16  8:09         ` [U-Boot] [PATCH v1 5/6] omap3: add some MUX definitions for upcoming cairo Albert ARIBAUD
2015-01-16  8:09           ` [U-Boot] [PATCH v1 6/6] omap3: add support for QUIPOS Cairo board Albert ARIBAUD
2015-01-16 17:20             ` Simon Glass
2015-01-19  7:13               ` Albert ARIBAUD
2015-01-30 14:20           ` [U-Boot] [U-Boot, v1, 5/6] omap3: add some MUX definitions for upcoming cairo Tom Rini
2015-01-30 14:20         ` [U-Boot] [U-Boot, v1, 4/6] omap3: mmc: add 1.8v bias setting for MMC1 Tom Rini
2015-01-30 14:20       ` [U-Boot] [U-Boot, v1, 3/6] omap3: add SDRC settings for Samsung K4X51163PG Tom Rini
2015-01-30 14:20     ` [U-Boot] [U-Boot, v1, 2/6] omap3: make SDRC SHARING setting configurable Tom Rini
2015-01-30 14:19   ` [U-Boot] [U-Boot,v1,1/6] omap3: enable GP9 timer and UART2 Tom Rini

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