Re: [U-Boot] Pull request: u-boot-nios/master

2015-11-07 Thread Tom Rini
On Fri, Nov 06, 2015 at 01:38:04PM +0800, Thomas Chou wrote:

> Hi Tom,
> 
> Please pull,
> 
> The following changes since commit ed02c532be690b3d0c3e15c81531785a788fd949:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video (2015-11-05 
> 07:47:21 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nios.git master
> 
> for you to fetch changes up to 75199d6f722a0f711628194240ee5bf724e31101:
> 
>   net: altera_tse: get numbers of fdt address and size cells (2015-11-06 
> 12:56:47 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-nios/master

2015-11-05 Thread Thomas Chou
Hi Tom,

Please pull,

The following changes since commit ed02c532be690b3d0c3e15c81531785a788fd949:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2015-11-05 07:47:21 
-0500)

are available in the git repository at:

  git://git.denx.de/u-boot-nios.git master

for you to fetch changes up to 75199d6f722a0f711628194240ee5bf724e31101:

  net: altera_tse: get numbers of fdt address and size cells (2015-11-06 
12:56:47 +0800)


Thomas Chou (28):
  nios2: fix map_physmem to do real cache mapping
  nios2: remove the useless parenthesis in asm/io.h
  nios2: change virt_to_phys to use physaddr_mask in global data
  nios2: use dram bank in board info
  nios2: use common sequence for reserve_uboot
  nios2: clean up macros that do not need a value in board header
  nios2: enable setexpr command in defconfig
  serial: altera_jtag_uart: use BIT macro
  serial: altera_jtag_uart: minor clean up
  serial: altera_uart: use BIT macro
  serial: altera_uart: minor clean up
  timer: altera_timer: use BIT macro
  timer: altera_timer: minor clean up
  misc: altera_sysid: minor clean up
  spi: altera_spi: minor clean up
  nios2: remove CONFIG_SYS_MALLOC_BASE macro
  nios2: remove CONFIG_SYS_INIT_SP macro
  nios2: fix cached mode in clearing the BSS
  altera_jtag_uart: Adjust the declaration of debug_uart_init()
  altera_uart: Adjust the declaration of debug_uart_init()
  nios2: trim CONFIG_SYS_MALLOC_LEN
  nios2: trim CONFIG_SYS_MEMTEST_END
  net: altera_tse: remove unused macro and regs def
  net: altera_tse: use data type u32 for regs and desc
  net: altera_tse: fix packed and aligned attribute
  net: altera_tse: remove the useless parenthesis
  net: altera_tse: use BIT macro
  net: altera_tse: get numbers of fdt address and size cells

 arch/nios2/cpu/cpu.c |   4 +-
 arch/nios2/cpu/start.S   |   5 +-
 arch/nios2/include/asm/global_data.h |   2 +
 arch/nios2/include/asm/io.h  |  19 +--
 common/board_f.c |   4 +-
 common/cmd_bdinfo.c  |   9 +-
 configs/nios2-generic_defconfig  |   1 -
 drivers/misc/altera_sysid.c  |   4 +-
 drivers/net/altera_tse.c |  30 ++---
 drivers/net/altera_tse.h | 234 ++-
 drivers/serial/altera_jtag_uart.c|  33 +++--
 drivers/serial/altera_uart.c |  23 ++--
 drivers/spi/altera_spi.c |   4 +-
 drivers/timer/altera_timer.c |  14 +--
 include/configs/nios2-generic.h  |  19 +--
 15 files changed, 158 insertions(+), 247 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2015-10-23 Thread Tom Rini
On Fri, Oct 23, 2015 at 03:04:14PM +0800, Thomas Chou wrote:

> Hi Tom,
> 
> Please pull,
> 
> The following changes since commit 9f13b6d147dc74f2400ce18d9d4005ba53f21fd3:
> 
>   ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio (2015-10-22 
> 14:44:03 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nios.git master
> 
> for you to fetch changes up to 96fa1e4385bb1b63c58c48d10b552605f47a6f7f:
> 
>   net: convert altera_tse to driver model and phylib (2015-10-23 14:55:48 
> +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-nios/master

2015-10-23 Thread Thomas Chou
Hi Tom,

Please pull,

The following changes since commit 9f13b6d147dc74f2400ce18d9d4005ba53f21fd3:

  ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio (2015-10-22 
14:44:03 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-nios.git master

for you to fetch changes up to 96fa1e4385bb1b63c58c48d10b552605f47a6f7f:

  net: convert altera_tse to driver model and phylib (2015-10-23 14:55:48 +0800)


Thomas Chou (42):
  nios2: move command line configuration to Kconfig
  nios2: enable CONFIG_NET_RANDOM_ETHADDR
  nios2: permit device tree control of U-Boot
  nios2: move altera_pio_init to board_early_init_r
  nios2: BSS should be cleared only after board_init_f
  nios2: enlarge the code relocation range
  nios2: remove gp assignments in link script
  nios2: define _end in link script
  nios2: enable device tree control of U-Boot
  nios2: enable Driver Model
  nios2: Switch to generic timer
  nios2: Split timer code into timer.c
  nios2: zap dly_clks
  nios2: zap version_string
  nios2: call board_init_f_mem
  nios2: enable malloc() pool before relocation
  nios2: map physical address to uncached virtual address
  nios2: convert altera_jtag_uart to driver model
  nios2: convert altera_uart to driver model
  spi : convert altera_spi to driver model
  nios2: add clear and set bits macros
  nios2 : convert altera_pio to driver model
  nios2: convert nios2 cpu to driver model
  dm: implement a Timer uclass
  timer: start a new timer after relocation
  nios2: convert altera timer to driver model
  serial: remove altera serial initializations
  dm: implement a Miscellaneous uclass
  nios2: convert altera sysid to driver model
  nios2: remove asm/psr.h
  nios2: convert do_reset to use dm cpu data
  nios2: convert ioremap to use dm cpu data
  nios2: clean up comments style in start.S
  nios2: zap initdram
  nios2: set default cache configuration in start.S
  nios2: convert cache flush to use dm cpu data
  nios2: convert copy_exception_trampoline to use dm cpu data
  nios2: convert dma_alloc_coherent to use malloc_cache_aligned
  nios2: zap nios2-generic board dir
  nios2: add README.nios2
  nios2: fix virt_to_phys for nios2 with MMU
  net: convert altera_tse to driver model and phylib

 arch/Kconfig   |4 +
 arch/nios2/Kconfig |   16 +-
 arch/nios2/cpu/Makefile|2 +-
 arch/nios2/cpu/cpu.c   |  128 ++-
 arch/nios2/cpu/interrupts.c|  144 +--
 arch/nios2/cpu/start.S |  186 ++--
 arch/nios2/cpu/sysid.c |   46 -
 arch/nios2/cpu/u-boot.lds  |   14 +-
 arch/nios2/dts/.gitignore  |1 +
 arch/nios2/dts/3c120_devboard.dts  |  201 
 arch/nios2/dts/Makefile|   11 +
 arch/nios2/dts/include/dt-bindings |1 +
 arch/nios2/include/asm/cache.h |   13 +-
 arch/nios2/include/asm/config.h|2 -
 arch/nios2/include/asm/dma-mapping.h   |   27 +-
 arch/nios2/include/asm/global_data.h   |9 +
 arch/nios2/include/asm/gpio.h  |   80 +-
 arch/nios2/include/asm/io.h|   69 +-
 arch/nios2/include/asm/psr.h   |   12 -
 arch/nios2/include/asm/sections.h  |   10 -
 arch/nios2/include/asm/system.h|2 +
 arch/nios2/include/asm/unaligned.h |5 -
 arch/nios2/lib/Makefile|1 -
 arch/nios2/lib/bootm.c |6 +-
 arch/nios2/lib/cache.S |   68 --
 arch/nios2/lib/cache.c |  129 +++
 arch/nios2/lib/time.c  |   22 -
 board/altera/common/cfide.c|   33 -
 board/altera/nios2-generic/Kconfig |   12 -
 board/altera/nios2-generic/MAINTAINERS |6 -
 board/altera/nios2-generic/Makefile|   10 -
 board/altera/nios2-generic/config.mk   |   12 -
 board/altera/nios2-generic/custom_fpga.h   |   89 --
 board/altera/nios2-generic/nios2-generic.c |   85 --
 common/board_r.c   |3 +
 configs/nios2-generic_defconfig|   19 +-
 doc/README.nios2   |   95 ++
 doc/device-tree-bindings/cpu/nios2.txt |   54 +
 doc/device-tree-bindings/gpio/altera_pio.txt   |   28 +
 doc/device-tree-bindings/misc/altera_sysid.txt |4 +
 doc/device-tree-bindings/net/altera_tse.txt

[U-Boot] Pull request: u-boot-nios/master

2014-08-31 Thread Thomas Chou
Hi Tom,

Please pull

The following changes since commit 6defdc0b5552ab1af4a66a8abac8196cbb6b9e15:

  Merge branch 'master' of git://git.denx.de/u-boot-ti (2014-08-29 13:47:42 
-0400)

are available in the git repository at:

  git://git.denx.de/u-boot-nios.git master

Thomas Chou (6):
  nios2: remove epled driver
  nios2: divide nios2-io.h into each specific drivers and remove it
  nios2: move nios2.h to arch asm directory
  serial: move nios2-yanu.h into opencores_yanu driver
  nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook
  nios2: rebase nios2-generic board to 3c120 reference design

 arch/nios2/cpu/cpu.c|3 +-
 arch/nios2/cpu/interrupts.c |   22 -
 arch/nios2/cpu/sysid.c  |8 +-
 arch/nios2/cpu/u-boot.lds   |2 +
 {include = arch/nios2/include/asm}/nios2.h |6 +-
 board/altera/common/epled.c |   46 
 board/altera/nios2-generic/Makefile |2 -
 board/altera/nios2-generic/custom_fpga.h|  127 --
 board/altera/nios2-generic/nios2-generic.c  |3 -
 board/altera/nios2-generic/text_base.S  |   21 
 board/altera/nios2-generic/u-boot.lds   |  118 -
 drivers/serial/altera_jtag_uart.c   |   20 -
 drivers/serial/altera_uart.c|   39 +++-
 drivers/serial/opencores_yanu.c |   87 +++-
 include/configs/nios2-generic.h |   11 ++-
 include/nios2-io.h  |  153 ---
 include/nios2-yanu.h|   99 -
 17 files changed, 253 insertions(+), 514 deletions(-)
 rename {include = arch/nios2/include/asm}/nios2.h (95%)
 delete mode 100644 board/altera/common/epled.c
 delete mode 100644 board/altera/nios2-generic/text_base.S
 delete mode 100644 board/altera/nios2-generic/u-boot.lds
 delete mode 100644 include/nios2-io.h
 delete mode 100644 include/nios2-yanu.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 04:48:35PM +0800, Thomas Chou wrote:

 Hi Tom,
 
 Please pull
 
 The following changes since commit 6defdc0b5552ab1af4a66a8abac8196cbb6b9e15:
 
   Merge branch 'master' of git://git.denx.de/u-boot-ti (2014-08-29 13:47:42 
 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-nios.git master
 
 Thomas Chou (6):
   nios2: remove epled driver
   nios2: divide nios2-io.h into each specific drivers and remove it
   nios2: move nios2.h to arch asm directory
   serial: move nios2-yanu.h into opencores_yanu driver
   nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook
   nios2: rebase nios2-generic board to 3c120 reference design
 
  arch/nios2/cpu/cpu.c|3 +-
  arch/nios2/cpu/interrupts.c |   22 -
  arch/nios2/cpu/sysid.c  |8 +-
  arch/nios2/cpu/u-boot.lds   |2 +
  {include = arch/nios2/include/asm}/nios2.h |6 +-
  board/altera/common/epled.c |   46 
  board/altera/nios2-generic/Makefile |2 -
  board/altera/nios2-generic/custom_fpga.h|  127 --
  board/altera/nios2-generic/nios2-generic.c  |3 -
  board/altera/nios2-generic/text_base.S  |   21 
  board/altera/nios2-generic/u-boot.lds   |  118 -
  drivers/serial/altera_jtag_uart.c   |   20 -
  drivers/serial/altera_uart.c|   39 +++-
  drivers/serial/opencores_yanu.c |   87 +++-
  include/configs/nios2-generic.h |   11 ++-
  include/nios2-io.h  |  153 
 ---
  include/nios2-yanu.h|   99 -
  17 files changed, 253 insertions(+), 514 deletions(-)
  rename {include = arch/nios2/include/asm}/nios2.h (95%)
  delete mode 100644 board/altera/common/epled.c
  delete mode 100644 board/altera/nios2-generic/text_base.S
  delete mode 100644 board/altera/nios2-generic/u-boot.lds
  delete mode 100644 include/nios2-io.h
  delete mode 100644 include/nios2-yanu.h

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2014-08-24 Thread Tom Rini
On Sun, Aug 24, 2014 at 11:50:39AM +0800, Thomas Chou wrote:

 Hi Tom,
 
 Please pull
 
 The following changes since commit 7f6b8315d18f683c5181d0c3694818c1b2a20dcd:
 
   buildman: refactor help message (2014-08-22 10:42:36 -0400)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-nios.git master
 
 Thomas Chou (3):
   nios2: remove obsolete PCI5441 and PK1C20 boards
   nios2: add generic board support
   nios2: remove EPCS driver
 
 Vasili Galka (1):
   nios2: Fix printf size_t format related warnings (again...)
 
  arch/nios2/Kconfig   |8 -
  arch/nios2/config.mk |2 +
  arch/nios2/cpu/Makefile  |2 +-
  arch/nios2/cpu/cpu.c |   14 +-
  arch/nios2/cpu/epcs.c|  717 
 --
  arch/nios2/cpu/start.S   |   34 ++-
  arch/nios2/include/asm/config.h  |3 +
  arch/nios2/include/asm/posix_types.h |4 +
  arch/nios2/include/asm/u-boot.h  |   10 +-
  arch/nios2/lib/Makefile  |1 -
  arch/nios2/lib/board.c   |  147 ---
  board/psyent/common/AMDLV065D.c  |  170 
  board/psyent/pci5441/Kconfig |   15 -
  board/psyent/pci5441/MAINTAINERS |6 -
  board/psyent/pci5441/Makefile|8 -
  board/psyent/pci5441/config.mk   |   14 -
  board/psyent/pci5441/pci5441.c   |   24 --
  board/psyent/pk1c20/Kconfig  |   15 -
  board/psyent/pk1c20/MAINTAINERS  |6 -
  board/psyent/pk1c20/Makefile |8 -
  board/psyent/pk1c20/config.mk|   14 -
  board/psyent/pk1c20/led.c|   46 ---
  board/psyent/pk1c20/pk1c20.c |   36 --
  common/board_f.c |6 +-
  common/board_r.c |2 +-
  configs/PCI5441_defconfig|2 -
  configs/PK1C20_defconfig |2 -
  include/configs/PCI5441.h|  150 ---
  include/configs/PK1C20.h |  225 ---
  include/configs/nios2-generic.h  |2 +
  include/nios2-epcs.h |   60 ---
  31 files changed, 60 insertions(+), 1693 deletions(-)
  delete mode 100644 arch/nios2/cpu/epcs.c
  delete mode 100644 arch/nios2/lib/board.c
  delete mode 100644 board/psyent/common/AMDLV065D.c
  delete mode 100644 board/psyent/pci5441/Kconfig
  delete mode 100644 board/psyent/pci5441/MAINTAINERS
  delete mode 100644 board/psyent/pci5441/Makefile
  delete mode 100644 board/psyent/pci5441/config.mk
  delete mode 100644 board/psyent/pci5441/pci5441.c
  delete mode 100644 board/psyent/pk1c20/Kconfig
  delete mode 100644 board/psyent/pk1c20/MAINTAINERS
  delete mode 100644 board/psyent/pk1c20/Makefile
  delete mode 100644 board/psyent/pk1c20/config.mk
  delete mode 100644 board/psyent/pk1c20/led.c
  delete mode 100644 board/psyent/pk1c20/pk1c20.c
  delete mode 100644 configs/PCI5441_defconfig
  delete mode 100644 configs/PK1C20_defconfig
  delete mode 100644 include/configs/PCI5441.h
  delete mode 100644 include/configs/PK1C20.h
  delete mode 100644 include/nios2-epcs.h

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-nios/master

2014-08-23 Thread Thomas Chou
Hi Tom,

Please pull

The following changes since commit 7f6b8315d18f683c5181d0c3694818c1b2a20dcd:

  buildman: refactor help message (2014-08-22 10:42:36 -0400)

are available in the git repository at:
  git://git.denx.de/u-boot-nios.git master

Thomas Chou (3):
  nios2: remove obsolete PCI5441 and PK1C20 boards
  nios2: add generic board support
  nios2: remove EPCS driver

Vasili Galka (1):
  nios2: Fix printf size_t format related warnings (again...)

 arch/nios2/Kconfig   |8 -
 arch/nios2/config.mk |2 +
 arch/nios2/cpu/Makefile  |2 +-
 arch/nios2/cpu/cpu.c |   14 +-
 arch/nios2/cpu/epcs.c|  717 --
 arch/nios2/cpu/start.S   |   34 ++-
 arch/nios2/include/asm/config.h  |3 +
 arch/nios2/include/asm/posix_types.h |4 +
 arch/nios2/include/asm/u-boot.h  |   10 +-
 arch/nios2/lib/Makefile  |1 -
 arch/nios2/lib/board.c   |  147 ---
 board/psyent/common/AMDLV065D.c  |  170 
 board/psyent/pci5441/Kconfig |   15 -
 board/psyent/pci5441/MAINTAINERS |6 -
 board/psyent/pci5441/Makefile|8 -
 board/psyent/pci5441/config.mk   |   14 -
 board/psyent/pci5441/pci5441.c   |   24 --
 board/psyent/pk1c20/Kconfig  |   15 -
 board/psyent/pk1c20/MAINTAINERS  |6 -
 board/psyent/pk1c20/Makefile |8 -
 board/psyent/pk1c20/config.mk|   14 -
 board/psyent/pk1c20/led.c|   46 ---
 board/psyent/pk1c20/pk1c20.c |   36 --
 common/board_f.c |6 +-
 common/board_r.c |2 +-
 configs/PCI5441_defconfig|2 -
 configs/PK1C20_defconfig |2 -
 include/configs/PCI5441.h|  150 ---
 include/configs/PK1C20.h |  225 ---
 include/configs/nios2-generic.h  |2 +
 include/nios2-epcs.h |   60 ---
 31 files changed, 60 insertions(+), 1693 deletions(-)
 delete mode 100644 arch/nios2/cpu/epcs.c
 delete mode 100644 arch/nios2/lib/board.c
 delete mode 100644 board/psyent/common/AMDLV065D.c
 delete mode 100644 board/psyent/pci5441/Kconfig
 delete mode 100644 board/psyent/pci5441/MAINTAINERS
 delete mode 100644 board/psyent/pci5441/Makefile
 delete mode 100644 board/psyent/pci5441/config.mk
 delete mode 100644 board/psyent/pci5441/pci5441.c
 delete mode 100644 board/psyent/pk1c20/Kconfig
 delete mode 100644 board/psyent/pk1c20/MAINTAINERS
 delete mode 100644 board/psyent/pk1c20/Makefile
 delete mode 100644 board/psyent/pk1c20/config.mk
 delete mode 100644 board/psyent/pk1c20/led.c
 delete mode 100644 board/psyent/pk1c20/pk1c20.c
 delete mode 100644 configs/PCI5441_defconfig
 delete mode 100644 configs/PK1C20_defconfig
 delete mode 100644 include/configs/PCI5441.h
 delete mode 100644 include/configs/PK1C20.h
 delete mode 100644 include/nios2-epcs.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2014-02-18 Thread Tom Rini
On Tue, Feb 11, 2014 at 04:08:36PM +0800, Thomas Chou wrote:

 Hi Tom,
 
 The following changes since commit 22a240c32c1340183fce12867ae5f8736b92a638:
 
   serial/serial_arc - add driver for ARC UART (2014-02-07 12:55:07 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-nios.git master
 
 for you to fetch changes up to 2d61e1bed2205b5ebce6b732693c30d01590f9fc:
 
   serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() implementation 
 (2014-02-11 15:49:19 +0800)
 
 
 Axel Lin (2):
   serial: opencores_yanu: Fix build error
   serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() 
 implementation
 
  drivers/serial/opencores_yanu.c | 52 
 +
  1 file changed, 11 insertions(+), 41 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-nios/master

2014-02-11 Thread Thomas Chou
Hi Tom,

The following changes since commit 22a240c32c1340183fce12867ae5f8736b92a638:

  serial/serial_arc - add driver for ARC UART (2014-02-07 12:55:07 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-nios.git master

for you to fetch changes up to 2d61e1bed2205b5ebce6b732693c30d01590f9fc:

  serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() implementation 
(2014-02-11 15:49:19 +0800)


Axel Lin (2):
  serial: opencores_yanu: Fix build error
  serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() implementation

 drivers/serial/opencores_yanu.c | 52 +
 1 file changed, 11 insertions(+), 41 deletions(-)

Best regards,
Thomas Chou
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2013-09-06 Thread Tom Rini
On Fri, Sep 06, 2013 at 11:27:44AM +0800, Thomas Chou wrote:

 The following changes since commit 315c0ace7c220591a9b220ab7698e85624b430c0:
 
   bootm: allow correct bounds-check of destination (2013-09-03 13:30:26 -0600)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-nios.git master
 
 for you to fetch changes up to 1a05b5f91e12845cf06f4b1ef34096861bf718b5:
 
   nios2: fix missing comment terminator from SPDX License commit (2013-09-06 
 11:03:42 +0800)
 
 
 Thomas Chou (1):
   nios2: fix missing comment terminator from SPDX License commit
 
  arch/nios2/lib/longlong.h | 1 +
  1 file changed, 1 insertion(+)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-nios/master

2013-09-05 Thread Thomas Chou
The following changes since commit 315c0ace7c220591a9b220ab7698e85624b430c0:

  bootm: allow correct bounds-check of destination (2013-09-03 13:30:26 -0600)

are available in the git repository at:

  git://git.denx.de/u-boot-nios.git master

for you to fetch changes up to 1a05b5f91e12845cf06f4b1ef34096861bf718b5:

  nios2: fix missing comment terminator from SPDX License commit (2013-09-06 
11:03:42 +0800)


Thomas Chou (1):
  nios2: fix missing comment terminator from SPDX License commit

 arch/nios2/lib/longlong.h | 1 +
 1 file changed, 1 insertion(+)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2012-11-19 Thread Tom Rini
On Sat, Nov 10, 2012 at 08:09:58PM +0800, Thomas Chou wrote:

 Hi Tom,
 
 Please add these patches to fix the compilation error of nios2 arch
 after v2013.01-rc1.
 
 Best regards,
 Thomas
 
 
 The following changes since commit 59852d03867108217fe88e3bfc3e1e9cedfe63c5:
 
   Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze 
 (2012-11-09 08:47:25 -0700)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-nios.git master
 
 for you to fetch changes up to db71964235c1dfa13ec398da483b0bdbbf31d5b7:
 
   nios2: remove asm/status_led.h (2012-11-10 19:45:58 +0800)
 
 
 Thomas Chou (2):
   nios2: use builtin functions for control registers access
   nios2: remove asm/status_led.h
 
  arch/nios2/include/asm/status_led.h | 31 ---
  include/configs/PK1C20.h|  1 +
  include/configs/nios2-generic.h |  1 +
  include/nios2.h | 12 ++--
  include/status_led.h|  3 ---
  5 files changed, 4 insertions(+), 44 deletions(-)
  delete mode 100644 arch/nios2/include/asm/status_led.h

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-nios/master

2012-11-10 Thread Thomas Chou
Hi Tom,

Please add these patches to fix the compilation error of nios2 arch
after v2013.01-rc1.

Best regards,
Thomas


The following changes since commit 59852d03867108217fe88e3bfc3e1e9cedfe63c5:

  Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze (2012-11-09 
08:47:25 -0700)

are available in the git repository at:


  git://git.denx.de/u-boot-nios.git master

for you to fetch changes up to db71964235c1dfa13ec398da483b0bdbbf31d5b7:

  nios2: remove asm/status_led.h (2012-11-10 19:45:58 +0800)


Thomas Chou (2):
  nios2: use builtin functions for control registers access
  nios2: remove asm/status_led.h

 arch/nios2/include/asm/status_led.h | 31 ---
 include/configs/PK1C20.h|  1 +
 include/configs/nios2-generic.h |  1 +
 include/nios2.h | 12 ++--
 include/status_led.h|  3 ---
 5 files changed, 4 insertions(+), 44 deletions(-)
 delete mode 100644 arch/nios2/include/asm/status_led.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2012-07-18 Thread Wolfgang Denk
Dear Thomas Chou,

In message 5004c6ef.3060...@wytron.com.tw you wrote:
 On 04/24/2012 09:38 AM, thomas wrote:
  The following changes since commit 61ddce07f8b96c5df7d00466b4da9edaecb0eff1:
 
 sandbox: Use the new run_command() (2012-04-23 22:53:54 +0200)
 
  are available in the git repository at:
 git://git.denx.de/u-boot-nios.git master
 
  Thomas Chou (1):
 nios2: move gd and bd into BSS
 
arch/nios2/lib/board.c  |   12 +---
include/configs/nios2-generic.h |   12 
2 files changed, 9 insertions(+), 15 deletions(-)
 
 Dear Wolfgang,
 
 Please handle this pull request. It was missed. I have rebased it 
 against rc1. Thanks.

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
Intuition, however illogical, is recognized as a command prerogative.
-- Kirk, Obsession, stardate 3620.7
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2012-07-16 Thread Thomas Chou

On 04/24/2012 09:38 AM, thomas wrote:

The following changes since commit 61ddce07f8b96c5df7d00466b4da9edaecb0eff1:

   sandbox: Use the new run_command() (2012-04-23 22:53:54 +0200)

are available in the git repository at:
   git://git.denx.de/u-boot-nios.git master

Thomas Chou (1):
   nios2: move gd and bd into BSS

  arch/nios2/lib/board.c  |   12 +---
  include/configs/nios2-generic.h |   12 
  2 files changed, 9 insertions(+), 15 deletions(-)


Dear Wolfgang,

Please handle this pull request. It was missed. I have rebased it 
against rc1. Thanks.


Best regards,
Thomas


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-nios/master

2012-04-23 Thread thomas
The following changes since commit 61ddce07f8b96c5df7d00466b4da9edaecb0eff1:

  sandbox: Use the new run_command() (2012-04-23 22:53:54 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-nios.git master

Thomas Chou (1):
  nios2: move gd and bd into BSS

 arch/nios2/lib/board.c  |   12 +---
 include/configs/nios2-generic.h |   12 
 2 files changed, 9 insertions(+), 15 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2012-04-09 Thread Wolfgang Denk
Dear Thomas Chou,

In message 4f799aae.2010...@wytron.com.tw you wrote:
 
 So please pull the u-boot-nios/master.

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
If it happens once, it's a bug.
If it happens twice, it's a feature.
If it happens more than twice, it's a design philosophy.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2012-04-02 Thread Thomas Chou

Dear Wolfgang,

On 04/02/2012 10:50 AM, Thomas Chou wrote:

I hit more build error after rc1. I will send new pull request after I
fix them.


The problem was solved with Marek's recent patch as Mike Frysinger said.
http://patchwork.ozlabs.org/patch/149924/

So please pull the u-boot-nios/master.

Best regards,
Thomas
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2012-04-01 Thread Thomas Chou

Dear Wolfgang,

On 03/31/2012 05:58 AM, Wolfgang Denk wrote:

Just one note:

After you have pulled these patches, we should also apply two
other patches of the series from from Stefan Kristiansson:

  http://patchwork.ozlabs.org/patch/123622/ 1/3
  http://patchwork.ozlabs.org/patch/123623/ 2/3

The 3rd patch of the series is already included in this pull
request and should actually be applied first as the patches
1/3 and 2/3 depend on 3/3. The series is from last year,
patches apply cleanly and are already acked.


Thanks for pointing out.  I would have mised this without your help.



The nios2 arch is broken with v2012.04-rc1. Please pull the fixes in 
this request, even thought two of the patches were after merge windows. 
 Thanks.


Best regards,
Thomas
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2012-04-01 Thread Thomas Chou

Dear Wolfgang,

On 04/02/2012 10:40 AM, Thomas Chou wrote:

Dear Wolfgang,

On 03/31/2012 05:58 AM, Wolfgang Denk wrote:

Just one note:

After you have pulled these patches, we should also apply two
other patches of the series from from Stefan Kristiansson:

http://patchwork.ozlabs.org/patch/123622/ 1/3
http://patchwork.ozlabs.org/patch/123623/ 2/3

The 3rd patch of the series is already included in this pull
request and should actually be applied first as the patches
1/3 and 2/3 depend on 3/3. The series is from last year,
patches apply cleanly and are already acked.


Thanks for pointing out. I would have mised this without your help.



The nios2 arch is broken with v2012.04-rc1. Please pull the fixes in
this request, even thought two of the patches were after merge windows.
Thanks.



I hit more build error after rc1. I will send new pull request after I 
fix them.


Best regards,
Thomas
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2012-03-30 Thread Anatolij Gustschin
Hello Wolfgang,

On Fri, 24 Feb 2012 11:39:24 +0800
Thomas Chou tho...@wytron.com.tw wrote:

 Dear Wolfgang,
 
 The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
 
   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 
 +0100)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-nios.git master
 
 Alex Hornung (2):
   nios2: implement get_ticks and get_tbclk
   nios2 - adjust gbl data off to account for bd_info
 
 Stefan Kristiansson (1):
   nios2: add flush_dcache_range function
 
  arch/nios2/cpu/interrupts.c |   21 +
  arch/nios2/lib/cache.S  |   10 ++
  include/configs/nios2-generic.h |3 ++-
  3 files changed, 33 insertions(+), 1 deletions(-)

Just one note:

After you have pulled these patches, we should also apply two
other patches of the series from from Stefan Kristiansson:

 http://patchwork.ozlabs.org/patch/123622/  1/3
 http://patchwork.ozlabs.org/patch/123623/  2/3

The 3rd patch of the series is already included in this pull
request and should actually be applied first as the patches
1/3 and 2/3 depend on 3/3. The series is from last year,
patches apply cleanly and are already acked.

Thanks,

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-nios/master

2012-03-30 Thread Wolfgang Denk
Dear Anatolij,

In message 20120330223420.10a5d121@wker you wrote:
 Hello Wolfgang,
 
 On Fri, 24 Feb 2012 11:39:24 +0800
 Thomas Chou tho...@wytron.com.tw wrote:
 
  Dear Wolfgang,
  
  The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
  
Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 
  23:54:46 +0100)
  
  are available in the git repository at:
  
git://git.denx.de/u-boot-nios.git master
  
  Alex Hornung (2):
nios2: implement get_ticks and get_tbclk
nios2 - adjust gbl data off to account for bd_info
  
  Stefan Kristiansson (1):
nios2: add flush_dcache_range function
  
   arch/nios2/cpu/interrupts.c |   21 +
   arch/nios2/lib/cache.S  |   10 ++
   include/configs/nios2-generic.h |3 ++-
   3 files changed, 33 insertions(+), 1 deletions(-)
 
 Just one note:
 
 After you have pulled these patches, we should also apply two
 other patches of the series from from Stefan Kristiansson:
 
  http://patchwork.ozlabs.org/patch/123622/1/3
  http://patchwork.ozlabs.org/patch/123623/2/3
 
 The 3rd patch of the series is already included in this pull
 request and should actually be applied first as the patches
 1/3 and 2/3 depend on 3/3. The series is from last year,
 patches apply cleanly and are already acked.

Thanks for pointing out.  I would have mised this without your help.


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
If you're not part of the solution, then you're part of the  precipi-
tate.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-nios/master

2012-02-23 Thread Thomas Chou
Dear Wolfgang,

The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 
+0100)

are available in the git repository at:

  git://git.denx.de/u-boot-nios.git master

Alex Hornung (2):
  nios2: implement get_ticks and get_tbclk
  nios2 - adjust gbl data off to account for bd_info

Stefan Kristiansson (1):
  nios2: add flush_dcache_range function

 arch/nios2/cpu/interrupts.c |   21 +
 arch/nios2/lib/cache.S  |   10 ++
 include/configs/nios2-generic.h |3 ++-
 3 files changed, 33 insertions(+), 1 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-nios/master

2011-12-28 Thread Thomas Chou
Dear Wolfgang,

The following changes since commit bfcc40bb09b05c90cc3b1496abb270eb8aa72134:

  Merge branch 'next' of ../next (2011-12-23 20:53:58 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-nios.git master

Stefan Kristiansson (1):
  nios2: add flush_dcache_range function

 arch/nios2/lib/cache.S |   10 ++
 1 files changed, 10 insertions(+), 0 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot