public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] Please pull coldfire tree
@ 2009-02-06 22:18 John Rigby
  2009-02-07 22:27 ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: John Rigby @ 2009-02-06 22:18 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9d8811c5bd2b7dd6307742cf22fbdb7953b6f816:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-usb

are available in the git repository at:

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

Richard Retanubun (8):
       Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
       Coldfire: cmd_bdinfo cleanup
       Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
       Coldfire: M5271: Allow board header file to specify clock multiplier
       Coldfire: M5271EVB: Board header update (dependencies)
       Coldfire: Applied baudrate formula of serial_init to serial_setbrg
       Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
       Coldfire: M527x: Add missing GPIO register address defines

  common/cmd_bdinfo.c        |    3 +-
  cpu/mcf52x2/cpu_init.c     |   10 ++++-
  cpu/mcf52x2/speed.c        |    3 +-
  drivers/net/mcfmii.c       |   27 ++++++++++----
  drivers/serial/mcfuart.c   |    5 ++-
  include/asm-m68k/m5271.h   |   85 ++++++++++++++++++++++++++++++++++++++++++-
  include/configs/M5271EVB.h |   40 +++++++++++++++-----
  7 files changed, 147 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [U-Boot] [GIT PULL] Please pull coldfire tree
@ 2009-03-17 22:03 John Rigby
  2009-03-17 23:41 ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: John Rigby @ 2009-03-17 22:03 UTC (permalink / raw)
  To: u-boot

The following changes since commit b3dd629e78870ba2dc9f8032978721c0fa02a856:
   Wolfgang Denk (1):
         Prepare 2009.03-rc2

are available in the git repository at:

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

TsiChung Liew (5):
       ColdFire: Fix M54451 serial boot dram setup
       ColdFire: Provide gzip image size V2 & V3 platforms
       ColdFire: PLATFORM_CPPFLAGS updates for new compiler
       ColdFire: Fix M5329EVB and M5373EVB nand issue
       ColdFire: Fix incorrect definition

arun c (1):
       Coldfire: XL Bus minor fixes

  board/freescale/m5329evb/nand.c |    6 ++++--
  board/freescale/m5373evb/nand.c |    6 ++++--
  cpu/mcf5227x/config.mk          |    4 ++--
  cpu/mcf523x/config.mk           |    2 +-
  cpu/mcf52x2/config.mk           |    2 +-
  cpu/mcf532x/config.mk           |    2 +-
  cpu/mcf5445x/config.mk          |    2 +-
  cpu/mcf5445x/start.S            |    4 ++--
  cpu/mcf547x_8x/config.mk        |    2 +-
  cpu/mcf547x_8x/cpu_init.c       |    6 +++---
  include/asm-m68k/m5301x.h       |    4 ++++
  include/configs/M52277EVB.h     |    1 +
  include/configs/M5235EVB.h      |    1 +
  include/configs/M5253DEMO.h     |    1 +
  include/configs/M5253EVBE.h     |    1 +
  include/configs/M5275EVB.h      |    3 ++-
  include/configs/M53017EVB.h     |    1 +
  include/configs/M5329EVB.h      |    1 +
  include/configs/M5373EVB.h      |    1 +
  19 files changed, 33 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [U-Boot] [GIT PULL] Please pull coldfire tree
@ 2008-09-09 18:01 John Rigby
  2008-09-09 21:21 ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: John Rigby @ 2008-09-09 18:01 UTC (permalink / raw)
  To: u-boot

Wolfgang,

This patch was approved before the window closed but fell through the cracks.

The following changes since commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011:
   Ryan CHEN (1):
         Correct drv_usb_kbd_init function

are available in the git repository at:

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

TsiChung Liew (1):
       mtd: SPI Flash: Support the STMicro Flash

  drivers/mtd/spi/Makefile             |    1 +
  drivers/mtd/spi/spi_flash.c          |    5 +
  drivers/mtd/spi/spi_flash_internal.h |    1 +
  drivers/mtd/spi/stmicro.c            |  356 ++++++++++++++++++++++++++++++++++
  4 files changed, 363 insertions(+), 0 deletions(-)
  create mode 100644 drivers/mtd/spi/stmicro.c

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [U-Boot] [GIT PULL] Please pull coldfire tree
@ 2008-08-28 15:53 John Rigby
  2008-08-31 21:52 ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: John Rigby @ 2008-08-28 15:53 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Resend, wrong subject in previous email

The following changes since commit 33aa4eac66b71c797bbc13b3afe432a2132947d4:
   Wolfgang Denk (1):
         Merge branch 'master' of /home/wd/git/u-boot/custodians

are available in the git repository at:

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

TsiChung Liew (7):
       ColdFire: Fix board.c warning message
       ColdFire: Raise uart baudrate to 115200 bps
       ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
       ColdFire: Multiple fixes for MCF5445x platforms
       ColdFire: Add CONFIG_MII_INIT for M5272C3
       ColdFire: I2C fix for multiple platforms
       Add I2C frequency dividers for ColdFire

  board/freescale/m54451evb/m54451evb.c |    4 +-
  board/freescale/m54455evb/m54455evb.c |    7 ++---
  board/freescale/m54455evb/mii.c       |    4 +++
  cpu/mcf5227x/speed.c                  |    4 +++
  cpu/mcf523x/cpu_init.c                |    4 +-
  cpu/mcf523x/speed.c                   |    4 +++
  cpu/mcf52x2/cpu_init.c                |   12 ++++++++++-
  cpu/mcf52x2/speed.c                   |    8 +++++++
  cpu/mcf532x/speed.c                   |    5 ++++
  cpu/mcf5445x/speed.c                  |    4 +++
  cpu/mcf547x_8x/speed.c                |    5 ++++
  drivers/i2c/fsl_i2c.c                 |   34 ++++++++++++++++++++++++++++++++-
  include/asm-m68k/fsl_i2c.h            |    9 --------
  include/configs/M5235EVB.h            |    7 ++++-
  include/configs/M5249EVB.h            |    4 +-
  include/configs/M5253DEMO.h           |   11 ++++++++++
  include/configs/M5271EVB.h            |    2 +-
  include/configs/M5272C3.h             |    5 ++-
  include/configs/M5275EVB.h            |    5 +++-
  include/configs/M5282EVB.h            |    4 +-
  include/configs/M54451EVB.h           |    5 +--
  include/configs/M54455EVB.h           |    5 +---
  include/configs/M5475EVB.h            |    2 +-
  include/configs/M5485EVB.h            |    2 +-
  lib_m68k/board.c                      |    2 +
  25 files changed, 120 insertions(+), 38 deletions(-)

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

end of thread, other threads:[~2009-03-17 23:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-06 22:18 [U-Boot] [GIT PULL] Please pull coldfire tree John Rigby
2009-02-07 22:27 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-03-17 22:03 John Rigby
2009-03-17 23:41 ` Wolfgang Denk
2008-09-09 18:01 John Rigby
2008-09-09 21:21 ` Wolfgang Denk
2008-08-28 15:53 John Rigby
2008-08-31 21:52 ` Wolfgang Denk

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