From: Scott McNutt <smcnutt@psyent.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Nios] Pull Request
Date: Fri, 02 Apr 2010 13:06:11 -0400 [thread overview]
Message-ID: <4BB62403.7070203@psyent.com> (raw)
Wolfgang,
The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af:
Wolfgang Denk (1):
Merge branch 'next'
are available in the git repository at:
git://git.denx.de/u-boot-nios.git master
Scott McNutt (7):
nios2: Move serial drivers to individual files in drivers/serial
nios2: Add missing Ethernet initialization to board_init().
nios2: Add support for EPCS16 and EPCS64 configuration devices.
nios2: Fix outx/writex parameter order in io.h
nios2: Set CONFIG_SYS_HZ to 1000 all nios2 boards.
nios2: Fix AMDLV065D flash write bug in altera board common tree.
nios2: Reload timer count in reset_timer()
Thomas Chou (5):
nios2: add asm-nios2/errno.h
nios2: add local_irq_enable/disable to asm-nios2/system.h
nios2: use bitops from linux-2.6 asm-generic
nios2: add struct stat support in linux/stat.h
nios2: pass command line and initrd to linux in bootm.c
board/altera/common/AMDLV065D.c | 20 +-
board/altera/common/epled.c | 6 +-
board/psyent/common/AMDLV065D.c | 18 +-
board/psyent/pk1c20/led.c | 6 +-
cpu/nios2/Makefile | 2 +-
cpu/nios2/epcs.c | 18 ++-
cpu/nios2/interrupts.c | 49 +++++-
cpu/nios2/serial.c | 309
---------------------------------
drivers/serial/Makefile | 3 +
drivers/serial/altera_jtag_uart.c | 70 ++++++++
drivers/serial/altera_uart.c | 94 ++++++++++
drivers/serial/opencores_yanu.c | 188 ++++++++++++++++++++
include/asm-nios2/bitops.h | 14 +-
include/asm-nios2/bitops/atomic.h | 189 ++++++++++++++++++++
include/asm-nios2/bitops/ffs.h | 41 +++++
include/asm-nios2/bitops/non-atomic.h | 108 ++++++++++++
include/asm-nios2/errno.h | 1 +
include/asm-nios2/io.h | 18 +-
include/asm-nios2/system.h | 33 ++++
include/configs/EP1C20.h | 17 +-
include/configs/EP1S10.h | 17 +-
include/configs/EP1S40.h | 17 +-
include/configs/PCI5441.h | 17 +-
include/configs/PK1C20.h | 17 +-
include/linux/stat.h | 2 +-
lib_nios2/board.c | 7 +
lib_nios2/bootm.c | 19 ++-
27 files changed, 888 insertions(+), 412 deletions(-)
delete mode 100644 cpu/nios2/serial.c
create mode 100644 drivers/serial/altera_jtag_uart.c
create mode 100644 drivers/serial/altera_uart.c
create mode 100644 drivers/serial/opencores_yanu.c
create mode 100644 include/asm-nios2/bitops/atomic.h
create mode 100644 include/asm-nios2/bitops/ffs.h
create mode 100644 include/asm-nios2/bitops/non-atomic.h
create mode 100644 include/asm-nios2/errno.h
Regards,
--Scott
next reply other threads:[~2010-04-02 17:06 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-02 17:06 Scott McNutt [this message]
2010-04-07 22:05 ` [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-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-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=4BB62403.7070203@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.