[U-Boot] [GIT PULL] u-boot-mips/master

Hi Tom,
The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39:
Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging (2012-10-15 13:37:22 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to 6b2eba1b7cd661fc6b2b0e0d4d039d1c299e2e07:
MIPS: qemu_mips.h: cleanup coding style and checkpatch.pl issues (2012-10-16 15:02:08 +0200)
---------------------------------------------------------------- Daniel Schwierzeck (1): MIPS: qemu_mips.h: cleanup coding style and checkpatch.pl issues
Zhi-zhou Zhang (4): MIPS: don't use camel-case style MIPS: add support for 64 bit addressing MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.h MIPS: add board qemu-mips64 support
arch/mips/cpu/mips32/cache.S | 10 ++--- arch/mips/cpu/mips32/cpu.c | 8 ++-- arch/mips/cpu/mips64/Makefile | 45 +++++++++++++++++++++ arch/mips/cpu/mips64/cache.S | 229 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/mips/cpu/mips64/config.mk | 40 ++++++++++++++++++ arch/mips/cpu/mips64/cpu.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++ arch/mips/cpu/mips64/interrupts.c | 34 ++++++++++++++++ arch/mips/cpu/mips64/start.S | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/mips/cpu/mips64/time.c | 87 ++++++++++++++++++++++++++++++++++++++++ arch/mips/cpu/xburst/cpu.c | 12 +++--- arch/mips/cpu/xburst/start.S | 4 +- arch/mips/include/asm/addrspace.h | 2 +- arch/mips/include/asm/asm.h | 2 +- arch/mips/include/asm/cacheops.h | 82 ++++++++++++++++++------------------- arch/mips/include/asm/io.h | 16 ++++++++ arch/mips/include/asm/posix_types.h | 6 +++ board/qemu-mips/config.mk | 10 ----- board/qemu-mips/u-boot.lds | 8 ++++ boards.cfg | 2 + examples/standalone/mips64.lds | 59 +++++++++++++++++++++++++++ include/configs/qemu-mips.h | 55 +++++++++++++------------ include/configs/qemu-mips64.h | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 22 files changed, 1155 insertions(+), 98 deletions(-) create mode 100644 arch/mips/cpu/mips64/Makefile create mode 100644 arch/mips/cpu/mips64/cache.S create mode 100644 arch/mips/cpu/mips64/config.mk create mode 100644 arch/mips/cpu/mips64/cpu.c create mode 100644 arch/mips/cpu/mips64/interrupts.c create mode 100644 arch/mips/cpu/mips64/start.S create mode 100644 arch/mips/cpu/mips64/time.c delete mode 100644 board/qemu-mips/config.mk create mode 100644 examples/standalone/mips64.lds create mode 100644 include/configs/qemu-mips64.h

On Wed, Oct 17, 2012 at 12:01:47AM +0200, Daniel Schwierzeck wrote:
Hi Tom,
The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39:
Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging (2012-10-15 13:37:22 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to 6b2eba1b7cd661fc6b2b0e0d4d039d1c299e2e07:
MIPS: qemu_mips.h: cleanup coding style and checkpatch.pl issues (2012-10-16 15:02:08 +0200)
Daniel Schwierzeck (1): MIPS: qemu_mips.h: cleanup coding style and checkpatch.pl issues
Zhi-zhou Zhang (4): MIPS: don't use camel-case style MIPS: add support for 64 bit addressing MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.h MIPS: add board qemu-mips64 support
arch/mips/cpu/mips32/cache.S | 10 ++--- arch/mips/cpu/mips32/cpu.c | 8 ++-- arch/mips/cpu/mips64/Makefile | 45 +++++++++++++++++++++ arch/mips/cpu/mips64/cache.S | 229 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/mips/cpu/mips64/config.mk | 40 ++++++++++++++++++ arch/mips/cpu/mips64/cpu.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++ arch/mips/cpu/mips64/interrupts.c | 34 ++++++++++++++++ arch/mips/cpu/mips64/start.S | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/mips/cpu/mips64/time.c | 87 ++++++++++++++++++++++++++++++++++++++++ arch/mips/cpu/xburst/cpu.c | 12 +++--- arch/mips/cpu/xburst/start.S | 4 +- arch/mips/include/asm/addrspace.h | 2 +- arch/mips/include/asm/asm.h | 2 +- arch/mips/include/asm/cacheops.h | 82 ++++++++++++++++++------------------- arch/mips/include/asm/io.h | 16 ++++++++ arch/mips/include/asm/posix_types.h | 6 +++ board/qemu-mips/config.mk | 10 ----- board/qemu-mips/u-boot.lds | 8 ++++ boards.cfg | 2 + examples/standalone/mips64.lds | 59 +++++++++++++++++++++++++++ include/configs/qemu-mips.h | 55 +++++++++++++------------ include/configs/qemu-mips64.h | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 22 files changed, 1155 insertions(+), 98 deletions(-) create mode 100644 arch/mips/cpu/mips64/Makefile create mode 100644 arch/mips/cpu/mips64/cache.S create mode 100644 arch/mips/cpu/mips64/config.mk create mode 100644 arch/mips/cpu/mips64/cpu.c create mode 100644 arch/mips/cpu/mips64/interrupts.c create mode 100644 arch/mips/cpu/mips64/start.S create mode 100644 arch/mips/cpu/mips64/time.c delete mode 100644 board/qemu-mips/config.mk create mode 100644 examples/standalone/mips64.lds create mode 100644 include/configs/qemu-mips64.h
Applied to u-boot/master, thanks!
participants (2)
-
Daniel Schwierzeck
-
Tom Rini