
In message 4849E231.7050401@ruby.dti.ne.jp you wrote:
Please pull MIPS updates to pick up the following patches.
The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088: Wolfgang Denk (1): Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
Shinya Kuribayashi (8): [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros [MIPS] lib_mips/time.c: Fix udelay [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines [MIPS] Kill unused <version.h> inclusions [MIPS] mips_config.mk: Misc fixes [MIPS] Update <asm/addrspace.h> header [MIPS] Rename Alchemy processor configs into CONFIGO_SOC_* [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
board/dbau1x00/lowlevel_init.S | 1 - board/gth2/gth2.c | 2 +- board/gth2/lowlevel_init.S | 1 - board/incaip/incaip.c | 2 +- board/incaip/lowlevel_init.S | 1 - board/pb1x00/lowlevel_init.S | 1 - board/purple/lowlevel_init.S | 1 - board/purple/purple.c | 14 ++-- board/qemu-mips/lowlevel_init.S | 1 - board/tb0229/lowlevel_init.S | 1 - board/tb0229/vr4131-pci.c | 56 ++++++------ cpu/mips/Makefile | 15 ++-- cpu/mips/asc_serial.c | 3 - cpu/mips/au1x00_eth.c | 12 +-- cpu/mips/au1x00_serial.c | 4 - cpu/mips/au1x00_usb_ohci.c | 2 +- cpu/mips/cache.S | 7 +- cpu/mips/incaip_wdt.S | 1 - cpu/mips/start.S | 1 - drivers/net/inca-ip_sw.c | 28 +++--- include/asm-mips/addrspace.h | 173 +++++++++++++++++++++++++++++---------- include/asm-mips/au1x00.h | 6 +- include/asm-mips/io.h | 4 +- include/configs/dbau1x00.h | 14 ++-- include/configs/gth2.h | 8 +- include/configs/incaip.h | 4 +- include/configs/pb1x00.h | 12 ++- include/configs/purple.h | 3 +- include/configs/qemu-mips.h | 4 +- include/configs/tb0229.h | 4 +- lib_mips/time.c | 57 ++++++------- mips_config.mk | 7 +- 32 files changed, 263 insertions(+), 187 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk