[U-Boot] [Nios] Pull Request
Wolfgang Denk
wd at denx.de
Tue Apr 27 22:57:07 CEST 2010
Dear Scott McNutt,
In message <4BD3712B.10605 at psyent.com> you wrote:
> 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
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
They say a little knowledge is a dangerous thing, but it is not one
half so bad as a lot of ignorance. - Terry Pratchett, _Equal Rites_
More information about the U-Boot
mailing list