
Dear Wolfgang,
please pull MIPS updates. These patches contain various fixes, headers' update and cleanups. MAKEALL results is good (big-endian only).
The following changes since commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f: Yuri Tikhonov (1): lwmon5 SYSMON POST: fix backlight control
are available in the git repository at:
git://www.denx.de/git/u-boot-mips.git master
Shinya Kuribayashi (13): [MIPS] Request for the 'mips_cache_lock()' removal [MIPS] asm headers' updates [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros [MIPS] Replace memory clearance code with f_fill64 [MIPS] Fix I-/D-cache initialization loops [MIPS] Implement flush_cache() [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init() [MIPS] Initialize CP0 Cause before setting up CP0 Status register [MIPS] Cleanup CP0 Status initialization [MIPS] Introduce _machine_restart [MIPS] Fix dcache_status() [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB [MIPS] Move gth2_config from ARM section to MIPS
Makefile | 10 +- board/incaip/incaip.c | 6 + board/incaip/lowlevel_init.S | 6 + board/purple/purple.c | 8 + board/tb0229/tb0229.c | 9 +- cpu/mips/cache.S | 209 +++++++++++++-------- cpu/mips/cpu.c | 35 +++- cpu/mips/start.S | 48 +++-- include/asm-mips/asm.h | 409 ++++++++++++++++++++++++++++++++++++++++++ include/asm-mips/byteorder.h | 60 ++++++- include/asm-mips/cachectl.h | 10 +- include/asm-mips/cacheops.h | 78 ++++++-- include/asm-mips/isadep.h | 5 +- include/asm-mips/processor.h | 249 ++++++-------------------- include/asm-mips/ptrace.h | 67 ++++---- include/asm-mips/reboot.h | 14 ++ include/asm-mips/reg.h | 134 ++++++++++---- include/asm-mips/regdef.h | 126 +++++++++---- include/asm-mips/types.h | 30 +++- 19 files changed, 1058 insertions(+), 455 deletions(-) create mode 100644 include/asm-mips/asm.h create mode 100644 include/asm-mips/reboot.h