Dear Scott McNutt, In message <4bb62403.7070...@psyent.com> you wrote: > 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
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: w...@denx.de My brother sent me a postcard the other day with this big sattelite photo of the entire earth on it. On the back it said: "Wish you were here". - Steven Wright _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot