public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Nios] Pull Request
Date: Wed, 14 Jul 2010 22:09:27 +0200	[thread overview]
Message-ID: <20100714200927.706BC160691@gemini.denx.de> (raw)
In-Reply-To: <4C3B3FB3.3050009@psyent.com>

Dear Scott McNutt,

In message <4C3B3FB3.3050009@psyent.com> you wrote:
> Dear Wolfgang,
> 
> The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
>    Wolfgang Denk (1):
>          Make sure that argv[] argument pointers are not modified.
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-nios.git next
> 
> Thomas Chou (6):
>        nios2: use gc sections to reduce image size
>        nios2: add fdt support
>        nios2: add gpio_request
>        gpio_led: add gpio_request to __led_init
>        nios2: add spi flash support to nios2-generic board
>        nios2: remove EP1C20, EP1S10, EP1S40 boards
> 
>   MAINTAINERS                              |    3 -
>   MAKEALL                                  |    3 -
>   arch/nios2/config.mk                     |    3 +
>   arch/nios2/include/asm/gpio.h            |    6 +
>   arch/nios2/lib/bootm.c                   |   21 +++
>   board/altera/ep1c20/Makefile             |   55 --------
>   board/altera/ep1c20/config.mk            |   31 -----
>   board/altera/ep1c20/ep1c20.c             |   52 -------
>   board/altera/ep1s10/Makefile             |   55 --------
>   board/altera/ep1s10/config.mk            |   31 -----
>   board/altera/ep1s10/ep1s10.c             |   52 -------
>   board/altera/ep1s40/Makefile             |   55 --------
>   board/altera/ep1s40/config.mk            |   31 -----
>   board/altera/ep1s40/ep1s40.c             |   47 -------
>   board/altera/nios2-generic/custom_fpga.h |   10 ++
>   board/altera/nios2-generic/gpio.c        |    5 +
>   boards.cfg                               |    3 -
>   drivers/misc/gpio_led.c                  |   12 +-
>   include/configs/EP1C20.h                 |  214 
> ------------------------------
>   include/configs/EP1S10.h                 |  207 
> -----------------------------
>   include/configs/EP1S40.h                 |  207 
> -----------------------------
>   21 files changed, 49 insertions(+), 1054 deletions(-)
>   delete mode 100644 board/altera/ep1c20/Makefile
>   delete mode 100644 board/altera/ep1c20/config.mk
>   delete mode 100644 board/altera/ep1c20/ep1c20.c
>   delete mode 100644 board/altera/ep1s10/Makefile
>   delete mode 100644 board/altera/ep1s10/config.mk
>   delete mode 100644 board/altera/ep1s10/ep1s10.c
>   delete mode 100644 board/altera/ep1s40/Makefile
>   delete mode 100644 board/altera/ep1s40/config.mk
>   delete mode 100644 board/altera/ep1s40/ep1s40.c
>   delete mode 100644 include/configs/EP1C20.h
>   delete mode 100644 include/configs/EP1S10.h
>   delete mode 100644 include/configs/EP1S40.h

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: wd at denx.de
"Ja, mach' nur einen Plan,    sei nur ein grosses Licht
und mach' dann noch 'nen zweiten Plan,    geh'n tun sie beide nicht."
                                     -- Bert Brecht, Dreigroschenoper

  reply	other threads:[~2010-07-14 20:09 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-12 16:15 [U-Boot] [Nios] Pull Request Scott McNutt
2010-07-14 20:09 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-30 13:35 Scott McNutt
2011-07-01  8:02 ` Wolfgang Denk
2011-05-17  1:22 [U-Boot] Nios " Scott McNutt
2011-05-18 12:30 ` Wolfgang Denk
2011-04-08 13:13 [U-Boot] [Nios] " Scott McNutt
2011-04-10 19:23 ` Wolfgang Denk
2011-02-08 13:43 Scott McNutt
2011-02-09 19:56 ` Wolfgang Denk
2010-08-25 15:47 Scott McNutt
2010-09-07 19:49 ` Wolfgang Denk
2010-05-28 15:09 Scott McNutt
2010-05-28 18:35 ` Wolfgang Denk
2010-04-24 22:31 Scott McNutt
2010-04-27 20:57 ` Wolfgang Denk
2010-04-16 20:58 Scott McNutt
2010-04-17 14:41 ` Wolfgang Denk
2010-04-17 15:46   ` Thomas Chou
2010-04-19 20:40   ` Scott McNutt
2010-04-23  0:11   ` Scott McNutt
2010-04-24 19:25     ` Wolfgang Denk
2010-04-02 17:06 Scott McNutt
2010-04-07 22:05 ` Wolfgang Denk
2010-03-18 15:47 Scott McNutt
2010-03-20 22:40 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100714200927.706BC160691@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox