mbox

[U-Boot,GIT,PULL] u-boot-mpc83xx: add support for the mpc8309 and the kmvect1 board

Message ID 20121023161753.525a2b0edff83faadb395d6e@freescale.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-mpc83xx.git master

Message

Kim Phillips Oct. 23, 2012, 9:17 p.m. UTC
Tom,

Please pull support for the mpc8309 and the kmvect1 board:

The following changes since commit 71724830b42f67ea9633324183bb622724eee9cd:

  Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-10-22 19:54:48 -0700)

are available in the git repository at:


  git://git.denx.de/u-boot-mpc83xx.git master

for you to fetch changes up to c4d22de817738e9f1f6a7c34664fc4ac112024a3:

  km83xx: add kmvect1 board (2012-10-23 15:23:26 -0500)

----------------------------------------------------------------
Gerlando Falauto (6):
      cosmetic: suvd3: align #defines
      cleanup: use CONFIG_QE instead of CONFIG_MPC8360 || CONFIG_MPC832x
      cleanup: introduce CONFIG_MPC830x
      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       |  27 ++++-
 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/MPC8308RDB.h           |   1 +
 include/configs/km/km8309-common.h     | 176 +++++++++++++++++++++++++++++++++
 include/configs/km/km8321-common.h     |   2 +-
 include/configs/km/km83xx-common.h     |   6 ++
 include/configs/mpc8308_p1m.h          |   1 +
 include/configs/suvd3.h                |  19 +++-
 include/mpc83xx.h                      | 155 ++++++++++++++++++++++++++++-
 16 files changed, 461 insertions(+), 25 deletions(-)
 create mode 100644 include/configs/km/km8309-common.h

Thanks,

Kim

Comments

Tom Rini Oct. 23, 2012, 11:06 p.m. UTC | #1
On Tue, Oct 23, 2012 at 04:17:53PM -0500, Kim Phillips wrote:

> Tom,
> 
> Please pull support for the mpc8309 and the kmvect1 board:
> 
> The following changes since commit 71724830b42f67ea9633324183bb622724eee9cd:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-10-22 19:54:48 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> for you to fetch changes up to c4d22de817738e9f1f6a7c34664fc4ac112024a3:
> 
>   km83xx: add kmvect1 board (2012-10-23 15:23:26 -0500)
> 
> ----------------------------------------------------------------
> Gerlando Falauto (6):
>       cosmetic: suvd3: align #defines
>       cleanup: use CONFIG_QE instead of CONFIG_MPC8360 || CONFIG_MPC832x
>       cleanup: introduce CONFIG_MPC830x
>       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       |  27 ++++-
>  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/MPC8308RDB.h           |   1 +
>  include/configs/km/km8309-common.h     | 176 +++++++++++++++++++++++++++++++++
>  include/configs/km/km8321-common.h     |   2 +-
>  include/configs/km/km83xx-common.h     |   6 ++
>  include/configs/mpc8308_p1m.h          |   1 +
>  include/configs/suvd3.h                |  19 +++-
>  include/mpc83xx.h                      | 155 ++++++++++++++++++++++++++++-
>  16 files changed, 461 insertions(+), 25 deletions(-)
>  create mode 100644 include/configs/km/km8309-common.h

Applied to u-boot/master, thanks!