[U-Boot] [GIT PULL] MIPS patches

Wolfgang Denk wd at denx.de
Tue Apr 5 12:17:51 CEST 2011


Dear Shinya Kuribayashi,

In message <4D9722BB.2090704 at 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: wd at 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.


More information about the U-Boot mailing list