From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sat, 17 Nov 2007 21:15:30 +0900 Subject: [U-Boot-Users] [GIT PULL] MIPS updates Message-ID: <473EDB62.10407@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, please pull MIPS updates. These patches contain build fixes, style cleanups and trivial optimizations. I also note that the results of MAKEALL mips/mips_el are good for the next release. The following changes since commit 5947f6999aafa7c54c1390983d264a8463dfea8e: Wolfgang Denk (1): Update CHANGELOIG, prepare for -rc4 are available in the git repository at: git://www.denx.de/git/u-boot-mips.git master Shinya Kuribayashi (9): [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end} [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S MAKEALL: Added missing pb1000 board [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build. [MIPS] gth2.c: Fix a warning on gth2 build. [MIPS] MIPS 4K core: Coding style cleanups [MIPS] Remove useless instructions for initializing $gp. [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker MAKEALL | 1 + board/dbau1x00/u-boot.lds | 9 +- board/gth2/gth2.c | 2 +- board/gth2/u-boot.lds | 8 +- board/incaip/u-boot.lds | 9 +- board/pb1x00/Makefile | 2 +- board/pb1x00/{memsetup.S => lowlevel_init.S} | 4 +- board/pb1x00/u-boot.lds | 8 +- board/purple/u-boot.lds | 9 +- board/tb0229/u-boot.lds | 9 +- cpu/mips/au1x00_eth.c | 118 +++++++++++++------------- cpu/mips/cache.S | 30 +++---- cpu/mips/config.mk | 3 +- cpu/mips/cpu.c | 6 +- cpu/mips/start.S | 50 +++++------ 15 files changed, 133 insertions(+), 135 deletions(-) rename board/pb1x00/{memsetup.S => lowlevel_init.S} (99%) thanks, Shinya