[U-Boot] [GIT PULL] MIPS patches

2011-04-02 Thread Shinya Kuribayashi
Hi,

Please pull the MIPS updates, thanks in advance.

--- 8< ---
The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965:

  atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01 14:49:08 
-0500)

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

Daniel Schwierzeck (5):
  MIPS: Purple: Remove Purple support
  MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32
  MIPS: Optimize the setup of CPU optimization flags
  MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory
  MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectory

 MAINTAINERS|1 -
 MAKEALL|4 +-
 arch/mips/cpu/{ => mips32}/Makefile|5 -
 .../mips/cpu/mips32/au1x00}/Makefile   |   15 +-
 arch/mips/cpu/{ => mips32/au1x00}/au1x00_eth.c |0
 arch/mips/cpu/{ => mips32/au1x00}/au1x00_serial.c  |0
 .../mips/cpu/{ => mips32/au1x00}/au1x00_usb_ohci.c |0
 .../mips/cpu/{ => mips32/au1x00}/au1x00_usb_ohci.h |0
 .../mips/cpu/mips32/au1x00}/config.mk  |   12 +-
 arch/mips/cpu/{ => mips32}/cache.S |4 -
 arch/mips/cpu/{ => mips32}/config.mk   |   15 +-
 arch/mips/cpu/{ => mips32}/cpu.c   |0
 .../mips/cpu/mips32/incaip}/Makefile   |   16 +-
 arch/mips/cpu/{ => mips32/incaip}/asc_serial.c |   83 ---
 arch/mips/cpu/{ => mips32/incaip}/asc_serial.h |0
 .../mips/cpu/mips32/incaip}/config.mk  |   12 +-
 arch/mips/cpu/{ => mips32/incaip}/incaip_clock.c   |0
 arch/mips/cpu/{ => mips32/incaip}/incaip_wdt.S |0
 arch/mips/cpu/{ => mips32}/interrupts.c|0
 arch/mips/cpu/{ => mips32}/start.S |   32 -
 arch/mips/include/asm/inca-ip.h|   10 -
 arch/mips/lib/board.c  |   10 -
 board/purple/flash.c   |  595 
 board/purple/lowlevel_init.S   |   36 --
 board/purple/purple.c  |  284 --
 board/purple/sconsole.c|  125 
 board/purple/sconsole.h|   46 --
 board/purple/u-boot.lds|   75 ---
 boards.cfg |   51 +-
 doc/README.Purple  |   84 ---
 include/configs/purple.h   |  173 --
 31 files changed, 53 insertions(+), 1635 deletions(-)
 rename arch/mips/cpu/{ => mips32}/Makefile (87%)
 copy {board/purple => arch/mips/cpu/mips32/au1x00}/Makefile (83%)
 rename arch/mips/cpu/{ => mips32/au1x00}/au1x00_eth.c (100%)
 rename arch/mips/cpu/{ => mips32/au1x00}/au1x00_serial.c (100%)
 rename arch/mips/cpu/{ => mips32/au1x00}/au1x00_usb_ohci.c (100%)
 rename arch/mips/cpu/{ => mips32/au1x00}/au1x00_usb_ohci.h (100%)
 copy {board/purple => arch/mips/cpu/mips32/au1x00}/config.mk (83%)
 rename arch/mips/cpu/{ => mips32}/cache.S (98%)
 rename arch/mips/cpu/{ => mips32}/config.mk (83%)
 rename arch/mips/cpu/{ => mips32}/cpu.c (100%)
 rename {board/purple => arch/mips/cpu/mips32/incaip}/Makefile (83%)
 rename arch/mips/cpu/{ => mips32/incaip}/asc_serial.c (77%)
 rename arch/mips/cpu/{ => mips32/incaip}/asc_serial.h (100%)
 rename {board/purple => arch/mips/cpu/mips32/incaip}/config.mk (83%)
 rename arch/mips/cpu/{ => mips32/incaip}/incaip_clock.c (100%)
 rename arch/mips/cpu/{ => mips32/incaip}/incaip_wdt.S (100%)
 rename arch/mips/cpu/{ => mips32}/interrupts.c (100%)
 rename arch/mips/cpu/{ => mips32}/start.S (92%)
 delete mode 100644 board/purple/flash.c
 delete mode 100644 board/purple/lowlevel_init.S
 delete mode 100644 board/purple/purple.c
 delete mode 100644 board/purple/sconsole.c
 delete mode 100644 board/purple/sconsole.h
 delete mode 100644 board/purple/u-boot.lds
 delete mode 100644 doc/README.Purple
 delete mode 100644 include/configs/purple.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [GIT PULL] MIPS patches

2011-05-09 Thread Shinya Kuribayashi
Hi,

Please pull the MIPS updates, thanks in advance.

--- 8< ---
The following changes since commit 96d04c3150ae9284500aef48803d7d132968f2b2:

  IDE: fix compiler warnings (2011-04-30 23:29:55 +0200)

are available in the git repository at:
  ssh://gu-m...@git.denx.de/u-boot-mips.git master

Daniel Schwierzeck (1):
  MIPS: Introduce --gc-sections for MIPS

Shinya Kuribayashi (3):
  MIPS: Remove mips_cache_lock() feature
  MIPS: Coding style cleanups on common assembly files
  MIPS: Move timer code to arch/mips/cpu/$(CPU)/

 arch/mips/config.mk  |2 +
 arch/mips/cpu/mips32/Makefile|2 +-
 arch/mips/cpu/mips32/cache.S |  174 --
 arch/mips/cpu/mips32/start.S |  124 +++--
 arch/mips/{lib => cpu/mips32}/time.c |0
 arch/mips/lib/Makefile   |1 -
 board/dbau1x00/u-boot.lds|   10 +-
 board/gth2/u-boot.lds|   10 +-
 board/incaip/u-boot.lds  |   10 +-
 board/micronas/vct/u-boot.lds|   10 +-
 board/pb1x00/u-boot.lds  |   10 +-
 board/qemu-mips/u-boot.lds   |   10 +-
 board/tb0229/u-boot.lds  |   10 +-
 examples/standalone/mips.lds |   10 +-
 14 files changed, 135 insertions(+), 248 deletions(-)
 rename arch/mips/{lib => cpu/mips32}/time.c (100%)

diff --git a/arch/mips/config.mk b/arch/mips/config.mk
index 318d34b..6ab8acd 100644
--- a/arch/mips/config.mk
+++ b/arch/mips/config.mk
@@ -50,3 +50,5 @@ PLATFORM_CPPFLAGS += -DCONFIG_MIPS -D__MIPS__
 PLATFORM_CPPFLAGS  += -G 0 -mabicalls -fpic
 PLATFORM_CPPFLAGS  += -msoft-float
 PLATFORM_LDFLAGS   += -G 0 -static -n -nostdlib
+PLATFORM_RELFLAGS  += -ffunction-sections -fdata-sections
+LDFLAGS_FINAL  += --gc-sections
diff --git a/arch/mips/cpu/mips32/Makefile b/arch/mips/cpu/mips32/Makefile
index e315c1b..eb8e005 100644
--- a/arch/mips/cpu/mips32/Makefile
+++ b/arch/mips/cpu/mips32/Makefile
@@ -27,7 +27,7 @@ LIB   = $(obj)lib$(CPU).o
 
 START  = start.o
 SOBJS-y= cache.o
-COBJS-y= cpu.o interrupts.o
+COBJS-y= cpu.o interrupts.o time.o
 
 SRCS   := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
diff --git a/arch/mips/cpu/mips32/cache.S b/arch/mips/cpu/mips32/cache.S
index 2965938..5ce0ec4 100644
--- a/arch/mips/cpu/mips32/cache.S
+++ b/arch/mips/cpu/mips32/cache.S
@@ -51,75 +51,6 @@
.setpop
.endm
 
-/*
- * cacheop macro to automate cache operations
- * first some helpers...
- */
-#define _mincache(size, maxsize) \
-   bltu  size,maxsize,9f ; \
-   move  size,maxsize ;\
-9:
-
-#define _align(minaddr, maxaddr, linesize) \
-   .set noat ; \
-   subu  AT,linesize,1 ;   \
-   not   AT ;\
-   and   minaddr,AT ;  \
-   addu  maxaddr,-1 ;  \
-   and   maxaddr,AT ;  \
-   .set at
-
-/* general operations */
-#define doop1(op1) \
-   cache op1,0(a0)
-#define doop2(op1, op2) \
-   cache op1,0(a0) ;\
-   nop ;  \
-   cache op2,0(a0)
-
-/* specials for cache initialisation */
-#define doop1lw(op1) \
-   lw zero,0(a0)
-#define doop1lw1(op1) \
-   cache op1,0(a0) ;\
-   lw zero,0(a0) ;  \
-   cache op1,0(a0)
-#define doop121(op1,op2) \
-   cache op1,0(a0) ;\
-   nop;   \
-   cache op2,0(a0) ;\
-   nop;   \
-   cache op1,0(a0)
-
-#define _oploopn(minaddr, maxaddr, linesize, tag, ops) \
-   .set  noreorder ;\
-10:   doop##tag##ops ;  \
-   bne minaddr,maxaddr,10b ; \
-   add  minaddr,linesize ;   \
-   .set  reorder
-
-/* finally the cache operation macros */
-#define vcacheopn(kva, n, cacheSize, cacheLineSize, tag, ops) \
-   blez  n,11f ;\
-   addu  n,kva ;\
-   _align(kva, n, cacheLineSize) ; \
-   _oploopn(kva, n, cacheLineSize, tag, ops) ; \
-11:
-
-#define icacheopn(kva, n, cacheSize, cacheLineSize, tag, ops) \
-   _mincache(n, cacheSize);   \
-   blez  n,11f ;\
-   addu  n,kva ;\
-   _align(kva, n, cacheLineSize) ; \
-   _oploopn(kva, n, cacheLineSize, tag, ops) ; \
-11:
-
-#define vcacheop(kva, n, cacheSize, cacheLineSize, op) \
-   vcacheopn(kva, n, cacheSize, cacheLineSize, 1, (op))
-
-#define icacheop(kva, n, cacheSize, cacheLineSize, op) \
-   icacheopn(kva, n, cacheSize, cacheLineSize, 1, (op))
-
.macro  f_fill64 dst, offset, val
LONG_S  \val, (\offset +  0 * LONGSIZE)(\dst)
LONG_S  \val, (\offset +  1 * LONGSIZE)(\dst)
@@ -145,8 +76,8 @@
  * mips_init_icache(uint PRId, ulong icache_size, unchar icache_linesz)
  */
 LEAF(mips_init_icache)
-   bleza1, 9f
-   mtc0zero, CP0_TAGLO
+   bleza1, 9f
+   mtc0zero, CP0_TAGLO
/* clear tag to invalidate */
PTR_LI  t0, INDEX_BASE
PTR_ADDUt1, t0, a1
@@ -163,15 +94,15 @@ LEAF(mips_init_icache)
 1: cache_opIndex_Store_Tag_I t0
   

[U-Boot] [GIT PULL] MIPS patches

2011-07-31 Thread Shinya Kuribayashi
Hi,

Please pull the patches from Daniel, which tries to clean up INCA-IP
dependent code in more generic way, preparing for upcoming new Lantiq
SoC support.  Also consolidate MIPS generic area (cache and README).

Patches are within less than a week, but the changes are simple, clean
and well-documented, and also reviewed by Thomas and me.  No need to
hold on any longer.

Thanks in advance,

--- 8< ---
The following changes since commit dd620b26332eb1e9fc0216760909c4046ba09745:

  Merge branch 'master' of /home/wd/git/u-boot/custodians (2011-07-30 01:39:14 
+0200)

are available in the git repository at:

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

Daniel Schwierzeck (4):
  MIPS: INCA-IP: rename inca-swap-bytes host tool
  MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG
  MIPS: make cache operation mode configurable
  README: update MIPS related informations

 README |   35 +++-
 arch/mips/cpu/mips32/start.S   |   19 ++---
 include/configs/incaip.h   |4 ++-
 tools/Makefile |8 +++---
 tools/{inca-swap-bytes.c => xway-swap-bytes.c} |0
 5 files changed, 56 insertions(+), 10 deletions(-)
 rename tools/{inca-swap-bytes.c => xway-swap-bytes.c} (100%)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [GIT PULL] MIPS patches

2011-02-11 Thread Shinya Kuribayashi
Hi,

Please pull the following MIPS patches, thanks.

Daniel Schwierzeck (3):
  MIPS: VCT: Fix enabling of unwanted options if networking or USB support 
are disabled
  MIPS: Purple: Fix multiple definition error on final linking of u-boot 
binary
  MIPS: dbau1x00: Remove unused flash driver stub

Shinya Kuribayashi (5):
  cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended
  MIPS: Move Alchemy Au1x00 based boards to boards.cfg
  MIPS: Move Qemu MIPS target to boards.cfg
  MIPS: Move Inca-IP targets to boards.cfg
  MIPS: Move VCT boards to boards.cfg

 Makefile |   89 --
 board/dbau1x00/Makefile  |2 +-
 board/dbau1x00/flash.c   |   43 
 board/incaip/lowlevel_init.S |2 +-
 board/purple/u-boot.lds  |5 --
 boards.cfg   |   24 +++
 common/cmd_ide.c |3 +-
 include/configs/incaip.h |9 +++-
 include/configs/vct.h|7 ++-
 9 files changed, 39 insertions(+), 145 deletions(-)
 delete mode 100644 board/dbau1x00/flash.c

diff --git a/Makefile b/Makefile
index 05b404d..6133160 100644
--- a/Makefile
+++ b/Makefile
@@ -1092,95 +1092,6 @@ smdk6400_config  :   unconfig
@echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
 
 #
-# MIPS
-#
-#
-## MIPS32 4Kc
-#
-
-incaip_100MHz_config   \
-incaip_133MHz_config   \
-incaip_150MHz_config   \
-incaip_config: unconfig
-   @mkdir -p $(obj)include
-   @[ -z "$(findstring _100MHz,$@)" ] || \
-   echo "#define CPU_CLOCK_RATE 1" >>$(obj)include/config.h
-   @[ -z "$(findstring _133MHz,$@)" ] || \
-   echo "#define CPU_CLOCK_RATE 13300" >>$(obj)include/config.h
-   @[ -z "$(findstring _150MHz,$@)" ] || \
-   echo "#define CPU_CLOCK_RATE 15000" >>$(obj)include/config.h
-   @$(MKCONFIG) -n $@ -a incaip mips mips incaip
-
-vct_premium_config \
-vct_premium_small_config   \
-vct_premium_onenand_config \
-vct_premium_onenand_small_config \
-vct_platinum_config\
-vct_platinum_small_config  \
-vct_platinum_onenand_config\
-vct_platinum_onenand_small_config \
-vct_platinumavc_config \
-vct_platinumavc_small_config   \
-vct_platinumavc_onenand_config \
-vct_platinumavc_onenand_small_config: unconfig
-   @mkdir -p $(obj)include
-   @[ -z "$(findstring _premium,$@)" ] || \
-   echo "#define CONFIG_VCT_PREMIUM" > $(obj)include/config.h
-   @[ -z "$(findstring _platinum_,$@)" ] || \
-   echo "#define CONFIG_VCT_PLATINUM" > $(obj)include/config.h
-   @[ -z "$(findstring _platinumavc,$@)" ] || \
-   echo "#define CONFIG_VCT_PLATINUMAVC" > $(obj)include/config.h
-   @[ -z "$(findstring _onenand,$@)" ] || \
-   echo "#define CONFIG_VCT_ONENAND" >> $(obj)include/config.h
-   @[ -z "$(findstring _small,$@)" ] || \
-   echo "#define CONFIG_VCT_SMALL_IMAGE" >> $(obj)include/config.h
-   @$(MKCONFIG)  -n $@ -a vct mips mips vct micronas
-
-#
-## MIPS32 AU1X00
-#
-
-dbau1000_config:   unconfig
-   @mkdir -p $(obj)include
-   @echo "#define CONFIG_DBAU1000 1" >$(obj)include/config.h
-   @$(MKCONFIG) -a dbau1x00 mips mips dbau1x00
-
-dbau1100_config:   unconfig
-   @mkdir -p $(obj)include
-   @echo "#define CONFIG_DBAU1100 1" >$(obj)include/config.h
-   @$(MKCONFIG) -a dbau1x00 mips mips dbau1x00
-
-dbau1500_config:   unconfig
-   @mkdir -p $(obj)include
-   @echo "#define CONFIG_DBAU1500 1" >$(obj)include/config.h
-   @$(MKCONFIG) -a dbau1x00 mips mips dbau1x00
-
-dbau1550_config:   unconfig
-   @mkdir -p $(obj)include
-   @echo "#define CONFIG_DBAU1550 1" >$(obj)include/config.h
-   @$(MKCONFIG) -a dbau1x00 mips mips dbau1x00
-
-dbau1550_el_config :   unconfig
-   @mkdir -p $(obj)include
-   @echo "#define CONFIG_DBAU1550 1" >$(obj)include/config.h
-   @$(MKCONFIG) -a dbau1x00 mips mips dbau1x00
-
-gth2_config:   unconfig
-   @mkdir -p $(obj)include
-   @echo "#define CONFIG_GTH2 1" >$(obj)include/config.h
-   @$(MKCONFIG) -a $@ mips mips gth2
-
-pb1000_config  :   unconfig
-   @mkdir -p $(obj)include
-   @echo "#define CONFIG_PB1000 1" >$(obj)include/config.h
-   @$(MKCONFIG) -a pb1x00 mips mips pb1x00
-
-qemu_mips_config   : unconfig
-   @mkdir -p $(obj)inc

Re: [U-Boot] [GIT PULL] MIPS patches

2011-04-05 Thread Wolfgang Denk
Dear Shinya Kuribayashi,

In message <4d9722bb.2090...@pobox.com> you wrote:
> Hi,
> 
> Please pull the MIPS updates, thanks in advance.
> 
> --- 8< ---
> The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965:
> 
>   atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01 14:49:08 
> -0500)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mips.git master
> 
> Daniel Schwierzeck (5):
>   MIPS: Purple: Remove Purple support
>   MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32
>   MIPS: Optimize the setup of CPU optimization flags
>   MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory
>   MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectory
> 
>  MAINTAINERS|1 -
>  MAKEALL|4 +-
>  arch/mips/cpu/{ => mips32}/Makefile|5 -
>  .../mips/cpu/mips32/au1x00}/Makefile   |   15 +-
>  arch/mips/cpu/{ => mips32/au1x00}/au1x00_eth.c |0
>  arch/mips/cpu/{ => mips32/au1x00}/au1x00_serial.c  |0
>  .../mips/cpu/{ => mips32/au1x00}/au1x00_usb_ohci.c |0
>  .../mips/cpu/{ => mips32/au1x00}/au1x00_usb_ohci.h |0
>  .../mips/cpu/mips32/au1x00}/config.mk  |   12 +-
>  arch/mips/cpu/{ => mips32}/cache.S |4 -
>  arch/mips/cpu/{ => mips32}/config.mk   |   15 +-
>  arch/mips/cpu/{ => mips32}/cpu.c   |0
>  .../mips/cpu/mips32/incaip}/Makefile   |   16 +-
>  arch/mips/cpu/{ => mips32/incaip}/asc_serial.c |   83 ---
>  arch/mips/cpu/{ => mips32/incaip}/asc_serial.h |0
>  .../mips/cpu/mips32/incaip}/config.mk  |   12 +-
>  arch/mips/cpu/{ => mips32/incaip}/incaip_clock.c   |0
>  arch/mips/cpu/{ => mips32/incaip}/incaip_wdt.S |0
>  arch/mips/cpu/{ => mips32}/interrupts.c|0
>  arch/mips/cpu/{ => mips32}/start.S |   32 -
>  arch/mips/include/asm/inca-ip.h|   10 -
>  arch/mips/lib/board.c  |   10 -
>  board/purple/flash.c   |  595 
> 
>  board/purple/lowlevel_init.S   |   36 --
>  board/purple/purple.c  |  284 --
>  board/purple/sconsole.c|  125 
>  board/purple/sconsole.h|   46 --
>  board/purple/u-boot.lds|   75 ---
>  boards.cfg |   51 +-
>  doc/README.Purple  |   84 ---
>  include/configs/purple.h   |  173 --
>  31 files changed, 53 insertions(+), 1635 deletions(-)
>  rename arch/mips/cpu/{ => mips32}/Makefile (87%)
>  copy {board/purple => arch/mips/cpu/mips32/au1x00}/Makefile (83%)
>  rename arch/mips/cpu/{ => mips32/au1x00}/au1x00_eth.c (100%)
>  rename arch/mips/cpu/{ => mips32/au1x00}/au1x00_serial.c (100%)
>  rename arch/mips/cpu/{ => mips32/au1x00}/au1x00_usb_ohci.c (100%)
>  rename arch/mips/cpu/{ => mips32/au1x00}/au1x00_usb_ohci.h (100%)
>  copy {board/purple => arch/mips/cpu/mips32/au1x00}/config.mk (83%)
>  rename arch/mips/cpu/{ => mips32}/cache.S (98%)
>  rename arch/mips/cpu/{ => mips32}/config.mk (83%)
>  rename arch/mips/cpu/{ => mips32}/cpu.c (100%)
>  rename {board/purple => arch/mips/cpu/mips32/incaip}/Makefile (83%)
>  rename arch/mips/cpu/{ => mips32/incaip}/asc_serial.c (77%)
>  rename arch/mips/cpu/{ => mips32/incaip}/asc_serial.h (100%)
>  rename {board/purple => arch/mips/cpu/mips32/incaip}/config.mk (83%)
>  rename arch/mips/cpu/{ => mips32/incaip}/incaip_clock.c (100%)
>  rename arch/mips/cpu/{ => mips32/incaip}/incaip_wdt.S (100%)
>  rename arch/mips/cpu/{ => mips32}/interrupts.c (100%)
>  rename arch/mips/cpu/{ => mips32}/start.S (92%)
>  delete mode 100644 board/purple/flash.c
>  delete mode 100644 board/purple/lowlevel_init.S
>  delete mode 100644 board/purple/purple.c
>  delete mode 100644 board/purple/sconsole.c
>  delete mode 100644 board/purple/sconsole.h
>  delete mode 100644 board/purple/u-boot.lds
>  delete mode 100644 doc/README.Purple
>  delete mode 100644 include/configs/purple.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
It may be bad manners to talk with your mouth full, but it isn't  too
good either if you speak when your head is empty.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] MIPS patches

2011-05-10 Thread Wolfgang Denk
Dear Shinya Kuribayashi,

In message <4dc80575.8020...@pobox.com> you wrote:
> Hi,
> 
> Please pull the MIPS updates, thanks in advance.
> 
> --- 8< ---
> The following changes since commit 96d04c3150ae9284500aef48803d7d132968f2b2:
> 
>   IDE: fix compiler warnings (2011-04-30 23:29:55 +0200)
> 
> are available in the git repository at:
>   ssh://gu-m...@git.denx.de/u-boot-mips.git master
> 
> Daniel Schwierzeck (1):
>   MIPS: Introduce --gc-sections for MIPS
> 
> Shinya Kuribayashi (3):
>   MIPS: Remove mips_cache_lock() feature
>   MIPS: Coding style cleanups on common assembly files
>   MIPS: Move timer code to arch/mips/cpu/$(CPU)/
> 
>  arch/mips/config.mk  |2 +
>  arch/mips/cpu/mips32/Makefile|2 +-
>  arch/mips/cpu/mips32/cache.S |  174 
> --
>  arch/mips/cpu/mips32/start.S |  124 +++--
>  arch/mips/{lib => cpu/mips32}/time.c |0
>  arch/mips/lib/Makefile   |1 -
>  board/dbau1x00/u-boot.lds|   10 +-
>  board/gth2/u-boot.lds|   10 +-
>  board/incaip/u-boot.lds  |   10 +-
>  board/micronas/vct/u-boot.lds|   10 +-
>  board/pb1x00/u-boot.lds  |   10 +-
>  board/qemu-mips/u-boot.lds   |   10 +-
>  board/tb0229/u-boot.lds  |   10 +-
>  examples/standalone/mips.lds |   10 +-
>  14 files changed, 135 insertions(+), 248 deletions(-)
>  rename arch/mips/{lib => cpu/mips32}/time.c (100%)

Applied, thanks.

> diff --git a/arch/mips/config.mk b/arch/mips/config.mk
> index 318d34b..6ab8acd 100644
> --- a/arch/mips/config.mk
> +++ b/arch/mips/config.mk

Umm... please don't include a diff with the pull request.

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 in any problem you find yourself doing an immense amount of  work,
the answer can be obtained by simple inspection.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] MIPS patches

2011-08-02 Thread Wolfgang Denk
Dear Shinya Kuribayashi,

In message <4e356f2e.5030...@pobox.com> you wrote:
> 
> Please pull the patches from Daniel, which tries to clean up INCA-IP
> dependent code in more generic way, preparing for upcoming new Lantiq
> SoC support.  Also consolidate MIPS generic area (cache and README).
> 
> Patches are within less than a week, but the changes are simple, clean
> and well-documented, and also reviewed by Thomas and me.  No need to
> hold on any longer.
> 
> Thanks in advance,
> 
> --- 8< ---
> The following changes since commit dd620b26332eb1e9fc0216760909c4046ba09745:
> 
>   Merge branch 'master' of /home/wd/git/u-boot/custodians (2011-07-30 
> 01:39:14 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> Daniel Schwierzeck (4):
>   MIPS: INCA-IP: rename inca-swap-bytes host tool
>   MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG
>   MIPS: make cache operation mode configurable
>   README: update MIPS related informations
> 
>  README |   35 
> +++-
>  arch/mips/cpu/mips32/start.S   |   19 ++---
>  include/configs/incaip.h   |4 ++-
>  tools/Makefile |8 +++---
>  tools/{inca-swap-bytes.c => xway-swap-bytes.c} |0
>  5 files changed, 56 insertions(+), 10 deletions(-)
>  rename tools/{inca-swap-bytes.c => xway-swap-bytes.c} (100%)

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
"Life, loathe it or ignore it, you can't like it."
- Marvin the paranoid android
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] MIPS patches

2011-02-12 Thread Wolfgang Denk
Dear Shinya Kuribayashi,

In message <4d561628.6070...@pobox.com> you wrote:
> Hi,
> 
> Please pull the following MIPS patches, thanks.
> 
> Daniel Schwierzeck (3):
>   MIPS: VCT: Fix enabling of unwanted options if networking or USB 
> support are disabled
>   MIPS: Purple: Fix multiple definition error on final linking of u-boot 
> binary
>   MIPS: dbau1x00: Remove unused flash driver stub
> 
> Shinya Kuribayashi (5):
>   cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended
>   MIPS: Move Alchemy Au1x00 based boards to boards.cfg
>   MIPS: Move Qemu MIPS target to boards.cfg
>   MIPS: Move Inca-IP targets to boards.cfg
>   MIPS: Move VCT boards to boards.cfg
> 
>  Makefile |   89 
> --
>  board/dbau1x00/Makefile  |2 +-
>  board/dbau1x00/flash.c   |   43 
>  board/incaip/lowlevel_init.S |2 +-
>  board/purple/u-boot.lds  |5 --
>  boards.cfg   |   24 +++
>  common/cmd_ide.c |3 +-
>  include/configs/incaip.h |9 +++-
>  include/configs/vct.h|7 ++-
>  9 files changed, 39 insertions(+), 145 deletions(-)
>  delete mode 100644 board/dbau1x00/flash.c

Can you please use "git request-pull" next time?

In any case, please make sure to mention which branch I am supposed to
pull from!

I figured you probably mean u-boot-mips.git #master - hope this was
correct?

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
A fail-safe circuit will destroy others. -- Klipstein
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot