All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-nios/master
@ 2012-11-10 12:09 Thomas Chou
  2012-11-19 19:59 ` Tom Rini
  0 siblings, 1 reply; 25+ messages in thread
From: Thomas Chou @ 2012-11-10 12:09 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-nios/master
@ 2015-11-06  5:38 Thomas Chou
  2015-11-07 13:18 ` Tom Rini
  0 siblings, 1 reply; 25+ messages in thread
From: Thomas Chou @ 2015-11-06  5:38 UTC (permalink / raw)
  To: u-boot

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(-)

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-nios/master
@ 2015-10-23  7:04 Thomas Chou
  2015-10-23 11:25 ` Tom Rini
  0 siblings, 1 reply; 25+ messages in thread
From: Thomas Chou @ 2015-10-23  7:04 UTC (permalink / raw)
  To: u-boot

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        |  112 ++
 .../serial/altera_jtaguart.txt                     |    4 +
 doc/device-tree-bindings/serial/altera_uart.txt    |    7 +
 doc/device-tree-bindings/spi/spi_altera.txt        |    4 +
 doc/device-tree-bindings/timer/altera_timer.txt    |   19 +
 drivers/Kconfig                                    |    2 +
 drivers/Makefile                                   |    1 +
 drivers/gpio/Kconfig                               |    7 +
 drivers/gpio/altera_pio.c                          |  316 ++----
 drivers/misc/Kconfig                               |   16 +
 drivers/misc/Makefile                              |    2 +
 drivers/misc/altera_sysid.c                        |  101 ++
 drivers/misc/misc-uclass.c                         |   51 +
 drivers/net/Kconfig                                |    9 +
 drivers/net/altera_tse.c                           | 1143 ++++++--------------
 drivers/net/altera_tse.h                           |  277 +----
 drivers/serial/Kconfig                             |   40 +
 drivers/serial/altera_jtag_uart.c                  |  171 ++-
 drivers/serial/altera_uart.c                       |  198 ++--
 drivers/serial/serial.c                            |    4 -
 drivers/spi/Kconfig                                |    8 +
 drivers/spi/altera_spi.c                           |  197 ++--
 drivers/timer/Kconfig                              |   19 +
 drivers/timer/Makefile                             |    8 +
 drivers/timer/altera_timer.c                       |  104 ++
 drivers/timer/timer-uclass.c                       |   42 +
 include/asm-generic/global_data.h                  |    3 +
 include/configs/nios2-generic.h                    |   73 +-
 include/dm/uclass-id.h                             |    2 +
 include/misc.h                                     |   79 ++
 include/serial.h                                   |    2 -
 include/timer.h                                    |   52 +
 lib/time.c                                         |   49 +
 73 files changed, 2384 insertions(+), 2397 deletions(-)
 delete mode 100644 arch/nios2/cpu/sysid.c
 create mode 100644 arch/nios2/dts/.gitignore
 create mode 100644 arch/nios2/dts/3c120_devboard.dts
 create mode 100644 arch/nios2/dts/Makefile
 create mode 120000 arch/nios2/dts/include/dt-bindings
 delete mode 100644 arch/nios2/include/asm/psr.h
 delete mode 100644 arch/nios2/lib/cache.S
 create mode 100644 arch/nios2/lib/cache.c
 delete mode 100644 arch/nios2/lib/time.c
 delete mode 100644 board/altera/common/cfide.c
 delete mode 100644 board/altera/nios2-generic/Kconfig
 delete mode 100644 board/altera/nios2-generic/MAINTAINERS
 delete mode 100644 board/altera/nios2-generic/Makefile
 delete mode 100644 board/altera/nios2-generic/config.mk
 delete mode 100644 board/altera/nios2-generic/custom_fpga.h
 delete mode 100644 board/altera/nios2-generic/nios2-generic.c
 create mode 100644 doc/README.nios2
 create mode 100644 doc/device-tree-bindings/cpu/nios2.txt
 create mode 100644 doc/device-tree-bindings/gpio/altera_pio.txt
 create mode 100644 doc/device-tree-bindings/misc/altera_sysid.txt
 create mode 100644 doc/device-tree-bindings/net/altera_tse.txt
 create mode 100644 doc/device-tree-bindings/serial/altera_jtaguart.txt
 create mode 100644 doc/device-tree-bindings/serial/altera_uart.txt
 create mode 100644 doc/device-tree-bindings/spi/spi_altera.txt
 create mode 100644 doc/device-tree-bindings/timer/altera_timer.txt
 create mode 100644 drivers/misc/altera_sysid.c
 create mode 100644 drivers/misc/misc-uclass.c
 create mode 100644 drivers/timer/Kconfig
 create mode 100644 drivers/timer/Makefile
 create mode 100644 drivers/timer/altera_timer.c
 create mode 100644 drivers/timer/timer-uclass.c
 create mode 100644 include/misc.h
 create mode 100644 include/timer.h

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-nios/master
@ 2014-08-31  8:48 Thomas Chou
  2014-08-31 11:46 ` Tom Rini
  0 siblings, 1 reply; 25+ messages in thread
From: Thomas Chou @ 2014-08-31  8:48 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-nios/master
@ 2014-08-24  3:50 Thomas Chou
  2014-08-24 11:14 ` Tom Rini
  0 siblings, 1 reply; 25+ messages in thread
From: Thomas Chou @ 2014-08-24  3:50 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-nios/master
@ 2014-02-11  8:08 Thomas Chou
  2014-02-18 17:50 ` Tom Rini
  0 siblings, 1 reply; 25+ messages in thread
From: Thomas Chou @ 2014-02-11  8:08 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-nios/master
@ 2013-09-06  3:27 Thomas Chou
  2013-09-06 17:13 ` Tom Rini
  0 siblings, 1 reply; 25+ messages in thread
From: Thomas Chou @ 2013-09-06  3:27 UTC (permalink / raw)
  To: u-boot

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(+)

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-nios/master
@ 2012-04-24  1:38 thomas
  2012-07-17  1:59 ` Thomas Chou
  0 siblings, 1 reply; 25+ messages in thread
From: thomas @ 2012-04-24  1:38 UTC (permalink / raw)
  To: u-boot

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(-)

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-nios/master
@ 2012-02-24  3:39 Thomas Chou
  2012-03-30 20:34 ` Anatolij Gustschin
  0 siblings, 1 reply; 25+ messages in thread
From: Thomas Chou @ 2012-02-24  3:39 UTC (permalink / raw)
  To: u-boot

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(-)

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-nios/master
@ 2011-12-29  3:15 Thomas Chou
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Chou @ 2011-12-29  3:15 UTC (permalink / raw)
  To: u-boot

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(-)

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2015-11-07 13:18 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-10 12:09 [U-Boot] Pull request: u-boot-nios/master Thomas Chou
2012-11-19 19:59 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2015-11-06  5:38 Thomas Chou
2015-11-07 13:18 ` Tom Rini
2015-10-23  7:04 Thomas Chou
2015-10-23 11:25 ` Tom Rini
2014-08-31  8:48 Thomas Chou
2014-08-31 11:46 ` Tom Rini
2014-08-24  3:50 Thomas Chou
2014-08-24 11:14 ` Tom Rini
2014-02-11  8:08 Thomas Chou
2014-02-18 17:50 ` Tom Rini
2013-09-06  3:27 Thomas Chou
2013-09-06 17:13 ` Tom Rini
2012-04-24  1:38 thomas
2012-07-17  1:59 ` Thomas Chou
2012-07-18  6:59   ` Wolfgang Denk
2012-02-24  3:39 Thomas Chou
2012-03-30 20:34 ` Anatolij Gustschin
2012-03-30 21:58   ` Wolfgang Denk
2012-04-02  2:40     ` Thomas Chou
2012-04-02  2:50       ` Thomas Chou
2012-04-02 12:25         ` Thomas Chou
2012-04-09 15:01           ` Wolfgang Denk
2011-12-29  3:15 Thomas Chou

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.