U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] u-boot-mpc83xx: support for new SPL
@ 2013-01-17  0:41 Kim Phillips
  2013-01-29 22:15 ` [U-Boot] [U-Boot,GIT,PULL] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Kim Phillips @ 2013-01-17  0:41 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull:

The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d:

  Prepare v2013.01 (2013-01-15 14:47:42 -0700)

are available in the git repository at:

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

for you to fetch changes up to a6187dccd813920524987792e49ef2feffb213e6:

  Merge remote-tracking branch 'mpc83xx/next' (2013-01-16 18:34:09 -0600)

----------------------------------------------------------------

Kim Phillips (1):
      Merge remote-tracking branch 'mpc83xx/next'

Scott Wood (3):
      spl: Change PAD_TO to CONFIG_SPL_PAD_TO
      powerpc/mpc83xx: add support for new SPL
      powerpc/mpc83xx: convert MPC8313ERDB to new-SPL

 Makefile                                           |   6 +-
 README                                             |  10 ++
 arch/powerpc/cpu/mpc83xx/Makefile                  |  16 +++
 .../cpu/mpc83xx/{nand_init.c => spl_minimal.c}     |   0
 arch/powerpc/cpu/mpc83xx/start.S                   |  31 +++---
 .../powerpc/cpu/mpc83xx/u-boot-spl.lds             |   0
 arch/powerpc/lib/Makefile                          |   3 +-
 board/ait/cam_enc_4xx/config.mk                    |   2 +-
 board/freescale/mpc8313erdb/mpc8313erdb.c          |  10 +-
 boards.cfg                                         |   4 +-
 include/configs/MPC8313ERDB.h                      |  43 +++++---
 nand_spl/board/freescale/mpc8313erdb/Makefile      | 108 ---------------------
 nand_spl/board/freescale/mpc8315erdb/Makefile      |   6 +-
 nand_spl/board/sheldon/simpc8313/Makefile          |   6 +-
 14 files changed, 96 insertions(+), 149 deletions(-)
 rename arch/powerpc/cpu/mpc83xx/{nand_init.c => spl_minimal.c} (100%)
 rename nand_spl/board/freescale/mpc8313erdb/u-boot.lds => arch/powerpc/cpu/mpc83xx/u-boot-spl.lds (100%)
 delete mode 100644 nand_spl/board/freescale/mpc8313erdb/Makefile

Thanks,

Kim

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

* [U-Boot] [U-Boot,GIT,PULL] u-boot-mpc83xx: support for new SPL
  2013-01-17  0:41 [U-Boot] [GIT PULL] u-boot-mpc83xx: support for new SPL Kim Phillips
@ 2013-01-29 22:15 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2013-01-29 22:15 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 16, 2013 at 02:41:08PM -0000, Kim Phillips wrote:

> Hi Tom,
> 
> Please pull:
> 
> The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d:
> 
>   Prepare v2013.01 (2013-01-15 14:47:42 -0700)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> for you to fetch changes up to a6187dccd813920524987792e49ef2feffb213e6:
> 
>   Merge remote-tracking branch 'mpc83xx/next' (2013-01-16 18:34:09 -0600)
> 
> ----------------------------------------------------------------
> 
> Kim Phillips (1):
>       Merge remote-tracking branch 'mpc83xx/next'
> 
> Scott Wood (3):
>       spl: Change PAD_TO to CONFIG_SPL_PAD_TO
>       powerpc/mpc83xx: add support for new SPL
>       powerpc/mpc83xx: convert MPC8313ERDB to new-SPL
> 
>  Makefile                                           |   6 +-
>  README                                             |  10 ++
>  arch/powerpc/cpu/mpc83xx/Makefile                  |  16 +++
>  .../cpu/mpc83xx/{nand_init.c => spl_minimal.c}     |   0
>  arch/powerpc/cpu/mpc83xx/start.S                   |  31 +++---
>  .../powerpc/cpu/mpc83xx/u-boot-spl.lds             |   0
>  arch/powerpc/lib/Makefile                          |   3 +-
>  board/ait/cam_enc_4xx/config.mk                    |   2 +-
>  board/freescale/mpc8313erdb/mpc8313erdb.c          |  10 +-
>  boards.cfg                                         |   4 +-
>  include/configs/MPC8313ERDB.h                      |  43 +++++---
>  nand_spl/board/freescale/mpc8313erdb/Makefile      | 108 ---------------------
>  nand_spl/board/freescale/mpc8315erdb/Makefile      |   6 +-
>  nand_spl/board/sheldon/simpc8313/Makefile          |   6 +-
>  14 files changed, 96 insertions(+), 149 deletions(-)
>  rename arch/powerpc/cpu/mpc83xx/{nand_init.c => spl_minimal.c} (100%)
>  rename nand_spl/board/freescale/mpc8313erdb/u-boot.lds => arch/powerpc/cpu/mpc83xx/u-boot-spl.lds (100%)
>  delete mode 100644 nand_spl/board/freescale/mpc8313erdb/Makefile

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130129/2030e6e4/attachment.pgp>

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

end of thread, other threads:[~2013-01-29 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-17  0:41 [U-Boot] [GIT PULL] u-boot-mpc83xx: support for new SPL Kim Phillips
2013-01-29 22:15 ` [U-Boot] [U-Boot,GIT,PULL] " Tom Rini

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