mbox

[U-Boot,GIT,PULL] MIPS patches

Message ID 4E356F2E.5030709@pobox.com
State Accepted
Headers show

Pull-request

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

Message

Shinya Kuribayashi July 31, 2011, 3:05 p.m. UTC
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%)

Comments

Wolfgang Denk Aug. 2, 2011, 7:46 p.m. UTC | #1
Dear Shinya Kuribayashi,

In message <4E356F2E.5030709@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