All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/4] introducing vect1: mpc8309 keymile board
@ 2012-09-26  8:28 Gerlando Falauto
  2012-09-26  8:28 ` [U-Boot] [PATCH v1 1/4] cosmetic: suvd3: align #defines Gerlando Falauto
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Gerlando Falauto @ 2012-09-26  8:28 UTC (permalink / raw)
  To: u-boot

This patch series adds support for VECT1, an mpc8309-powered Keymile board.
MPC8309 is not currently supported by u-boot, so we first add support for
this processor.
VECT1 is somewhat similar to suvd3, albeit powered by a different processor,
so we use its config file as opposed to introducing a new one.

NOTE: speed.c is getting more and more complicated by long #ifdef conditions
affecting even single lines. Perhaps a whole feature-set partitioning could
lead to much cleaner code.

Gerlando Falauto (4):
  cosmetic: suvd3: align #defines
  mpc83xx: add support for mpc8309
  km83xx: add common support for km8309 boards
  km83xx: add kmvect1 board

 arch/powerpc/cpu/mpc83xx/cpu.c         |    1 +
 arch/powerpc/cpu/mpc83xx/cpu_init.c    |    3 +
 arch/powerpc/cpu/mpc83xx/speed.c       |   30 +++++-
 arch/powerpc/include/asm/global_data.h |    2 +
 arch/powerpc/include/asm/immap_83xx.h  |   65 +++++++++++-
 arch/powerpc/include/asm/immap_qe.h    |    2 +-
 board/keymile/km83xx/km83xx.c          |    2 +-
 boards.cfg                             |    3 +-
 drivers/qe/qe.c                        |   21 ++--
 include/configs/km/km8309-common.h     |  174 ++++++++++++++++++++++++++++++++
 include/configs/km/km8321-common.h     |    2 +-
 include/configs/km/km83xx-common.h     |    6 ++
 include/configs/suvd3.h                |   19 +++-
 include/mpc83xx.h                      |  156 +++++++++++++++++++++++++++-
 14 files changed, 461 insertions(+), 25 deletions(-)
 create mode 100644 include/configs/km/km8309-common.h

-- 
1.7.10.1

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

end of thread, other threads:[~2012-10-23 21:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26  8:28 [U-Boot] [PATCH v1 0/4] introducing vect1: mpc8309 keymile board Gerlando Falauto
2012-09-26  8:28 ` [U-Boot] [PATCH v1 1/4] cosmetic: suvd3: align #defines Gerlando Falauto
2012-09-26  8:28 ` [U-Boot] [PATCH v1 2/4] mpc83xx: add support for mpc8309 Gerlando Falauto
2012-09-27  1:22   ` Kim Phillips
2012-09-27  7:21     ` Gerlando Falauto
2012-09-27 23:18       ` Kim Phillips
2012-09-28 14:08         ` Gerlando Falauto
2012-09-28 15:51           ` Kim Phillips
2012-09-26  8:28 ` [U-Boot] [PATCH v1 3/4] km83xx: add common support for km8309 boards Gerlando Falauto
2012-09-26  8:28 ` [U-Boot] [PATCH v1 4/4] km83xx: add kmvect1 board Gerlando Falauto
2012-10-11  8:13 ` [U-Boot] [PATCH v2 0/6] introducing vect1: mpc8309 keymile board Gerlando Falauto
2012-10-11  8:13   ` [U-Boot] [PATCH v2 1/6] cosmetic: suvd3: align #defines Gerlando Falauto
2012-10-11  8:13   ` [U-Boot] [PATCH v2 2/6] cleanup: use CONFIG_QE instead of CONFIG_MPC8360 || CONFIG_MPC832x Gerlando Falauto
2012-10-11  8:13   ` [U-Boot] [PATCH v2 3/6] cleanup: introduce CONFIG_MPC830x Gerlando Falauto
2012-10-11  8:13   ` [U-Boot] [PATCH v2 4/6] mpc83xx: add support for mpc8309 Gerlando Falauto
2012-10-11  8:13   ` [U-Boot] [PATCH v2 5/6] km83xx: add common support for km8309 boards Gerlando Falauto
2012-10-23 21:10     ` Kim Phillips
2012-10-11  8:13   ` [U-Boot] [PATCH v2 6/6] km83xx: add kmvect1 board Gerlando Falauto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.