public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] Pull request u-boot-staging
@ 2011-12-09 13:50 Stefano Babic
  2011-12-10 21:43 ` Wolfgang Denk
  0 siblings, 1 reply; 29+ messages in thread
From: Stefano Babic @ 2011-12-09 13:50 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull from u-boot-staging, sbabic at denx.de. There is only one patch
in the list.

The following changes since commit c4eba6ec5c58083b38340724c006294c7a4fe2eb:

  common/usb_kbd.c: fix bug introduced in commit 00b7d6e (2011-12-09
12:09:35 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-staging sbabic at denx.de

Simon Glass (1):
      Add board_pre_console_putc to deal with early console output

 README           |   17 +++++++++++++++++
 common/console.c |   10 +++++++++-
 include/common.h |    7 +++++++
 3 files changed, 33 insertions(+), 1 deletions(-)

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 29+ messages in thread
* [U-Boot]  [GIT PULL]  Pull request: u-boot-staging
@ 2011-11-23  7:37 Heiko Schocher
  2011-11-23 20:26 ` Wolfgang Denk
  0 siblings, 1 reply; 29+ messages in thread
From: Heiko Schocher @ 2011-11-23  7:37 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-staging hs at denx.de

Anatolij Gustschin (13):
      drivers/usb/musb/musb_hcd.c: Fix GCC 4.6 warning
      drivers/mtd/onenand/samsung.c: Fix GCC 4.6 warning
      board/ronetix/pm9263/pm9263.c: Fix GCC 4.6 warning
      drivers/net/lan91c96.c: Fix GCC 4.6 warning
      arch/arm/cpu/arm926ejs/omap/cpuinfo.c: Fix GCC 4.6 warnings
      drivers/net/cs8900.c: Fix GCC 4.6 warning
      board/lubbock/flash.c: Fix GCC 4.6 warnings
      board/mx1ads/syncflash.c: Fix GCC 4.6 warnings
      board/mx1ads/mx1ads.c: Fix GCC 4.6 warning
      common/cmd_bootm.c: Fix GCC 4.6 warnings
      net/bootp.c: Fix GCC 4.6 warning
      board/xaeniax/flash.c: Fix GCC 4.6 warnings
      drivers/net/dnet.c: Fix GCC 4.6 warnings

 arch/arm/cpu/arm926ejs/omap/cpuinfo.c |    5 +++--
 board/lubbock/flash.c                 |    7 +++----
 board/mx1ads/mx1ads.c                 |    7 +++----
 board/mx1ads/syncflash.c              |   20 +++++++++-----------
 board/ronetix/pm9263/pm9263.c         |   13 ++++++-------
 board/xaeniax/flash.c                 |    7 +++----
 common/cmd_bootm.c                    |    3 ++-
 drivers/mtd/onenand/samsung.c         |    3 +--
 drivers/net/cs8900.c                  |   11 +++++------
 drivers/net/dnet.c                    |   12 +++++-------
 drivers/net/lan91c96.c                |    7 ++-----
 drivers/usb/musb/musb_hcd.c           |    3 +--
 net/bootp.c                           |    3 ++-
 13 files changed, 45 insertions(+), 56 deletions(-)

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 29+ messages in thread
* [U-Boot] [GIT PULL]  Pull request: u-boot-staging
@ 2011-11-18  8:58 Stefano Babic
  2011-11-21 21:10 ` Wolfgang Denk
  0 siblings, 1 reply; 29+ messages in thread
From: Stefano Babic @ 2011-11-18  8:58 UTC (permalink / raw)
  To: u-boot

Wolfgang,

let's see if the suggested approach work or there is need for an adjustment.

I have applied some general and network patches to u-boot-staging.
Should I also send an "Applied to u-boot-staging" message to the mailing
list and to the author ? Or this is done afterwards if and when the
branch is pulled ?

The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08
07:44:52 +0100)

are available in the git repository at:

  git://www.denx.de/git/u-boot-staging sbabic at denx.de

Andreas Bie?mann (1):
      tools/env: use lib/crc32.c directly

David Wagner (1):
      new tool mkenvimage: generates an env image from an arbitrary
config file

Igor Grinberg (17):
      env: clean environment.h checkpatch and code style
      common: move extern char console_buffer[] to common.h
      env: move extern default_environment[] to environment.h
      env: move extern environment[] to environment.h
      env: clean cmd_nvedit.c checkpatch and code style
      env: clean env_nowhere.c checkpatch and code style
      env: clean env_mgdisk.c checkpatch and code style
      env: clean env_dataflash.c checkpatch and code style
      env: clean env_onenand.c checkpatch and code style
      env: clean env_nvram.c checkpatch and code style
      env: clean env_mmc.c checkpatch and code style
      env: clean env_embedded.c checkpatch and code style
      env: clean env_eeprom.c checkpatch and code style
      env: clean env_sf.c checkpatch and code style
      env: clean env_flash.c checkpatch and code style
      env: clean env_nand.c checkpatch and code style
      env: clean env_common.c checkpatch and code style

Mike Frysinger (1):
      net: rtl8109: drop unused !NET_MULTI driver

Simon Glass (3):
      Define uintptr_t as long int to simplify printf() format strings
      Fix warnings in cmd_nvedit.c
      sandbox: Fix warnings in hashtable.c

Wolfgang Grandegger (2):
      smsc95xx: Fix MAC address programming
      smsc95xx: Debug message cleanup

 Makefile                     |    2 +-
 arch/arm/lib/board.c         |    4 -
 board/amcc/yucca/cmd_yucca.c |    1 -
 board/eltec/bab7xx/misc.c    |    1 -
 board/eltec/elppc/misc.c     |    1 -
 board/eltec/mhpc/mhpc.c      |    3 -
 board/hymod/input.c          |    3 -
 board/zeus/zeus.c            |    1 -
 common/cmd_bedbug.c          |    1 -
 common/cmd_dcr.c             |    1 -
 common/cmd_i2c.c             |    1 -
 common/cmd_mem.c             |    1 -
 common/cmd_nvedit.c          |  104 ++++++++---------
 common/cmd_pci.c             |    1 -
 common/env_common.c          |   52 +++------
 common/env_dataflash.c       |   34 ++----
 common/env_eeprom.c          |  104 +++++++---------
 common/env_embedded.c        |   47 ++++----
 common/env_flash.c           |  181 +++++++++++++---------------
 common/env_mgdisk.c          |    7 +-
 common/env_mmc.c             |   78 ++++---------
 common/env_nand.c            |  105 +++++++---------
 common/env_nowhere.c         |   12 +-
 common/env_nvram.c           |   26 ++--
 common/env_onenand.c         |   21 +---
 common/env_sf.c              |   51 +++-----
 common/hush.c                |    1 -
 common/modem.c               |    1 -
 drivers/net/Makefile         |    1 -
 drivers/net/rtl8019.c        |  271
------------------------------------------
 drivers/net/rtl8019.h        |  114 ------------------
 drivers/usb/eth/smsc95xx.c   |   16 +--
 include/command.h            |    3 +
 include/common.h             |    1 +
 include/compiler.h           |   12 +--
 include/dataflash.h          |    2 +
 include/environment.h        |   61 ++++++----
 lib/hashtable.c              |    8 +-
 tools/Makefile               |    5 +
 tools/env/Makefile           |    7 +-
 tools/envcrc.c               |    5 +-
 tools/mkenvimage.c           |  270
+++++++++++++++++++++++++++++++++++++++++
 42 files changed, 689 insertions(+), 932 deletions(-)
 delete mode 100644 drivers/net/rtl8019.c
 delete mode 100644 drivers/net/rtl8019.h
 create mode 100644 tools/mkenvimage.c


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

end of thread, other threads:[~2011-12-10 21:43 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 13:50 [U-Boot] [GIT PULL] Pull request u-boot-staging Stefano Babic
2011-12-10 21:43 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2011-11-23  7:37 [U-Boot] [GIT PULL] Pull request: u-boot-staging Heiko Schocher
2011-11-23 20:26 ` Wolfgang Denk
2011-11-18  8:58 Stefano Babic
2011-11-21 21:10 ` Wolfgang Denk
2011-11-22  5:06   ` Simon Glass
2011-11-22  7:18     ` Stefano Babic
2011-11-22  8:59   ` Stefano Babic
2011-11-22 22:28     ` Wolfgang Denk
     [not found]     ` <4ECC9D3F.2080100@compulab.co.il>
2011-11-23  8:16       ` Stefano Babic
2011-11-23  9:09         ` Igor Grinberg
2011-11-23 16:01           ` Wolfgang Denk
2011-11-23 16:26             ` Igor Grinberg
2011-11-23 16:57               ` Stefano Babic
2011-11-23 17:08                 ` Andy Fleming
2011-11-23 20:14                   ` Wolfgang Denk
2011-11-24  6:57                     ` Igor Grinberg
2011-11-24 11:51                       ` Wolfgang Denk
2011-11-24 12:15                         ` Igor Grinberg
2011-11-23 20:12                 ` Wolfgang Denk
2011-11-24  6:48                   ` Igor Grinberg
2011-11-24  7:02                     ` Graeme Russ
2011-11-24  7:24                       ` Igor Grinberg
2011-11-24 11:53                       ` Wolfgang Denk
2011-11-24 11:46                     ` Wolfgang Denk
2011-11-24 12:33                       ` Igor Grinberg
2011-11-28 18:52                         ` Wolfgang Denk
2011-11-29  7:34                           ` Igor Grinberg

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