From: Scott McNutt <smcnutt@psyent.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Nios] Pull Request
Date: Sat, 24 Apr 2010 18:31:07 -0400 [thread overview]
Message-ID: <4BD3712B.10605@psyent.com> (raw)
Dear Wolfgang,
The following changes since commit 6e5fb4eec3702a13770769a5a48a9423aa68ee9c:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mmc
are available in the git repository at:
git://git.denx.de/u-boot-nios.git next
Thomas Chou (8):
nios2: allow link script overriding from boards
nios2: add altera cf reset
nios2: add 64 bits swab support
nios2: add dma_alloc_coherent
altera_jtag_uart: bypass when no jtag connection
nios2: consolidate reset initialization
nios2: fix no flash, add nand and mmc init in board.c
nios2: add nios2-generic board
MAINTAINERS | 1 +
MAKEALL | 1 +
Makefile | 6 +
arch/nios2/config.mk | 2 +-
arch/nios2/cpu/start.S | 9 +-
arch/nios2/include/asm/byteorder.h | 6 +
arch/nios2/include/asm/dma-mapping.h | 23 ++++
arch/nios2/lib/board.c | 18 ++++
board/altera/common/cfide.c | 33 ++++++
board/altera/nios2-generic/Makefile | 59 +++++++++++
board/altera/nios2-generic/config.mk | 34 ++++++
board/altera/nios2-generic/custom_fpga.h | 66 ++++++++++++
board/altera/nios2-generic/nios2-generic.c | 68 ++++++++++++
board/altera/nios2-generic/text_base.S | 21 ++++
board/altera/nios2-generic/u-boot.lds | 136 ++++++++++++++++++++++++
drivers/serial/altera_jtag_uart.c | 12 ++-
include/configs/nios2-generic.h | 153
++++++++++++++++++++++++++++
17 files changed, 640 insertions(+), 8 deletions(-)
create mode 100644 arch/nios2/include/asm/dma-mapping.h
create mode 100644 board/altera/common/cfide.c
create mode 100644 board/altera/nios2-generic/Makefile
create mode 100644 board/altera/nios2-generic/config.mk
create mode 100644 board/altera/nios2-generic/custom_fpga.h
create mode 100644 board/altera/nios2-generic/nios2-generic.c
create mode 100644 board/altera/nios2-generic/text_base.S
create mode 100644 board/altera/nios2-generic/u-boot.lds
create mode 100644 include/configs/nios2-generic.h
Regards,
--Scott
next reply other threads:[~2010-04-24 22:31 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 22:31 Scott McNutt [this message]
2010-04-27 20:57 ` [U-Boot] [Nios] Pull Request Wolfgang Denk
-- 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-07-12 16:15 Scott McNutt
2010-07-14 20:09 ` Wolfgang Denk
2010-05-28 15:09 Scott McNutt
2010-05-28 18:35 ` 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=4BD3712B.10605@psyent.com \
--to=smcnutt@psyent.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.