[U-Boot] Pull request for u-boot-coldfire.git

2011-11-07 Thread Jin Zhengxiong-R64188
Hi, Wolfgang,

Please kindly pull

The following changes since commit fec79acc864bed049b6beae719ccbf2bbec5403a:

  sandbox: drop unused return (2011-11-03 22:35:25 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-coldfire.git master

Jason Jin (3):
  ColdFire:Moving the remaining coldfire boards to boards.cfg
  ColdFire: Fix the compile issue for M52277
  ColdFire: The EB+MCF-EV123 boards config update

 Makefile |  108 --
 board/BuS/EB+MCF-EV123/config.mk |1 -
 board/BuS/EB+MCF-EV123/textbase.mk   |1 -
 board/freescale/m52277evb/u-boot.lds |3 -
 boards.cfg   |   13 
 include/configs/M52277EVB.h  |6 +-
 6 files changed, 17 insertions(+), 115 deletions(-)
 delete mode 100644 board/BuS/EB+MCF-EV123/textbase.mk

Thanks.

Best Regards,
Jason Jin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request for u-boot-coldfire.git

2011-11-07 Thread Wolfgang Denk
Dear Jin Zhengxiong-R64188,

In message 
be72cba69b1d6f44b0680df984332a322ea...@039-sn1mpn1-004.039d.mgd.msft.net you 
wrote:
 
 Please kindly pull
 
 The following changes since commit fec79acc864bed049b6beae719ccbf2bbec5403a :
 
   sandbox: drop unused return (2011-11-03 22:35:25 +0100)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-coldfire.git master
 
 Jason Jin (3):
   ColdFire:Moving the remaining coldfire boards to boards.cfg
   ColdFire: Fix the compile issue for M52277
   ColdFire: The EB+MCF-EV123 boards config update
 
  Makefile |  108 -- 
 
  board/BuS/EB+MCF-EV123/config.mk |1 -
  board/BuS/EB+MCF-EV123/textbase.mk   |1 -
  board/freescale/m52277evb/u-boot.lds |3 -
  boards.cfg   |   13 
  include/configs/M52277EVB.h  |6 +-
  6 files changed, 17 insertions(+), 115 deletions(-)
  delete mode 100644 board/BuS/EB+MCF-EV123/textbase.mk

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
He'd heard her use that sweet, innocent  tone  of  voice  before.  It
meant that, pretty soon, there was going to be trouble.
- Terry Pratchett, _Truckers_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request for u-boot-coldfire.git

2011-10-21 Thread Wolfgang Denk
Dear Jin Zhengxiong-R64188,

In message 
be72cba69b1d6f44b0680df984332a322df...@039-sn1mpn1-004.039d.mgd.msft.net you 
wrote:

 Move timestamp and version files into 'generated' subdir (2011-10-17 23:57: 
 00 +0200)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-coldfire.git master
 
 stany MARCEL (6):
   ColdFire: Cleanup lds files for multiple defined symbols
   ColdFire: Add $(obj) before cpu lib to correct build
   ColdFire: Merge differentiated linking files into a sigle one by boar d
   ColdFire: Fix compilation with CONFIG_SYS_DRAMSZ1 defined
   ColdFire: Move boards with simple _config rules to boards.cfg
   ColdFire: Clean Makefile _config rules
 
  MAKEALL|6 -
  Makefile   |  115 +-- 
  arch/m68k/cpu/mcf5227x/Makefile|2 +-
  arch/m68k/cpu/mcf523x/Makefile |2 +-
  arch/m68k/cpu/mcf532x/Makefile |2 +-
  arch/m68k/cpu/mcf5445x/Makefile|2 +-
  arch/m68k/cpu/mcf547x_8x/Makefile  |2 +-
  board/BuS/EB+MCF-EV123/u-boot.lds  |   73 ++
  board/cobra5272/u-boot.lds |   67 ++---
  board/esd/tasreg/u-boot.lds|   69 ++
  .../freescale/m52277evb/{u-boot.spa = u-boot.lds} |0
  board/freescale/m52277evb/u-boot.stm   |  136  -
  board/freescale/m5235evb/u-boot.16 |  144  
 --
  board/freescale/m5235evb/u-boot.32 |  152  
 
  .../{m54455evb/u-boot.int = m5235evb/u-boot.lds}  |8 +-
  board/freescale/m5249evb/u-boot.lds|   68 ++---
  board/freescale/m5253evbe/u-boot.lds   |   67 ++---
  board/freescale/m5271evb/u-boot.lds|   66 ++---
  board/freescale/m5272c3/u-boot.lds |   67 ++---
  board/freescale/m5275evb/u-boot.lds|   68 ++---
  board/freescale/m5282evb/u-boot.lds|   70 ++
  .../freescale/m54451evb/{u-boot.stm = u-boot.lds} |0
  board/freescale/m54451evb/u-boot.spa   |   97 -
  .../freescale/m54455evb/{u-boot.atm = u-boot.lds} |0
  board/freescale/m54455evb/u-boot.stm   |  136  -
  board/freescale/m548xevb/m548xevb.c|3 +
  board/idmr/u-boot.lds  |   69 ++
  boards.cfg |   21 +++-
  include/configs/M5329EVB.h |8 +-
  29 files changed, 168 insertions(+), 1352 deletions(-)
  rename board/freescale/m52277evb/{u-boot.spa = u-boot.lds} (100%)
  delete mode 100644 board/freescale/m52277evb/u-boot.stm
  delete mode 100644 board/freescale/m5235evb/u-boot.16
  delete mode 100644 board/freescale/m5235evb/u-boot.32
  rename board/freescale/{m54455evb/u-boot.int = m5235evb/u-boot.lds} (92 %)
  rename board/freescale/m54451evb/{u-boot.stm = u-boot.lds} (100%)
  delete mode 100644 board/freescale/m54451evb/u-boot.spa
  rename board/freescale/m54455evb/{u-boot.atm = u-boot.lds} (100%)
  delete mode 100644 board/freescale/m54455evb/u-boot.stm

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
It is a human characteristic to love little  animals,  especially  if
they're attractive in some way.
-- McCoy, The Trouble with Tribbles, stardate 4525.6
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request for u-boot-coldfire.git

2011-10-18 Thread Jin Zhengxiong-R64188
Hi, Wolfgang,

Please kindly pull

The following changes since commit efb2172ece93ef48f34fb8bdf963d3b72880cc7d:

Move timestamp and version files into 'generated' subdir (2011-10-17 23:57:00 
+0200)

are available in the git repository at:
  git://git.denx.de/u-boot-coldfire.git master

stany MARCEL (6):
  ColdFire: Cleanup lds files for multiple defined symbols
  ColdFire: Add $(obj) before cpu lib to correct build
  ColdFire: Merge differentiated linking files into a sigle one by board
  ColdFire: Fix compilation with CONFIG_SYS_DRAMSZ1 defined
  ColdFire: Move boards with simple _config rules to boards.cfg
  ColdFire: Clean Makefile _config rules

 MAKEALL|6 -
 Makefile   |  115 +--
 arch/m68k/cpu/mcf5227x/Makefile|2 +-
 arch/m68k/cpu/mcf523x/Makefile |2 +-
 arch/m68k/cpu/mcf532x/Makefile |2 +-
 arch/m68k/cpu/mcf5445x/Makefile|2 +-
 arch/m68k/cpu/mcf547x_8x/Makefile  |2 +-
 board/BuS/EB+MCF-EV123/u-boot.lds  |   73 ++
 board/cobra5272/u-boot.lds |   67 ++---
 board/esd/tasreg/u-boot.lds|   69 ++
 .../freescale/m52277evb/{u-boot.spa = u-boot.lds} |0
 board/freescale/m52277evb/u-boot.stm   |  136 -
 board/freescale/m5235evb/u-boot.16 |  144 --
 board/freescale/m5235evb/u-boot.32 |  152 
 .../{m54455evb/u-boot.int = m5235evb/u-boot.lds}  |8 +-
 board/freescale/m5249evb/u-boot.lds|   68 ++---
 board/freescale/m5253evbe/u-boot.lds   |   67 ++---
 board/freescale/m5271evb/u-boot.lds|   66 ++---
 board/freescale/m5272c3/u-boot.lds |   67 ++---
 board/freescale/m5275evb/u-boot.lds|   68 ++---
 board/freescale/m5282evb/u-boot.lds|   70 ++
 .../freescale/m54451evb/{u-boot.stm = u-boot.lds} |0
 board/freescale/m54451evb/u-boot.spa   |   97 -
 .../freescale/m54455evb/{u-boot.atm = u-boot.lds} |0
 board/freescale/m54455evb/u-boot.stm   |  136 -
 board/freescale/m548xevb/m548xevb.c|3 +
 board/idmr/u-boot.lds  |   69 ++
 boards.cfg |   21 +++-
 include/configs/M5329EVB.h |8 +-
 29 files changed, 168 insertions(+), 1352 deletions(-)
 rename board/freescale/m52277evb/{u-boot.spa = u-boot.lds} (100%)
 delete mode 100644 board/freescale/m52277evb/u-boot.stm
 delete mode 100644 board/freescale/m5235evb/u-boot.16
 delete mode 100644 board/freescale/m5235evb/u-boot.32
 rename board/freescale/{m54455evb/u-boot.int = m5235evb/u-boot.lds} (92%)
 rename board/freescale/m54451evb/{u-boot.stm = u-boot.lds} (100%)
 delete mode 100644 board/freescale/m54451evb/u-boot.spa
 rename board/freescale/m54455evb/{u-boot.atm = u-boot.lds} (100%)
 delete mode 100644 board/freescale/m54455evb/u-boot.stm


Best Regards,
Jason
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot