Update of /cvsroot/linux-mips/linux/arch/mips/zboot/images
In directory usw-pr-cvs1:/tmp/cvs-serv26774/arch/mips/zboot/images
Added Files:
Makefile
Log Message:
Alchemy PB1000 zImage support.
Most of this work is portable to other embedded mips boards. The board
specific code is in the pb1000 directory and it's just head.S and the
Makefile and linker script.
The common code was ported with very few modifications from the PPC
boot code.
--- NEW FILE: Makefile ---
include $(TOPDIR)/Rules.make
vmlinux.gz: $(TOPDIR)/vmlinux
$(OBJCOPY) -S -O binary $(TOPDIR)/vmlinux vmlinux
gzip -vf vmlinux
clean:
rm -f vmlinux.* zImage.* zImage.*
|