Changeset 0970f43 in mainline for arch/mips/boot
- Timestamp:
- 2005-07-20T11:22:01Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7d365305
- Parents:
- 232e3ec7
- Location:
- arch/mips/boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/boot/Makefile
r232e3ec7 r0970f43 1 MIPS_BINUTILS_DIR=/usr/local/mips /bin2 MIPS_TARGET= decstation-ultrix1 MIPS_BINUTILS_DIR=/usr/local/mipsel/bin 2 MIPS_TARGET=mipsel-linux-gnu 3 3 4 4 .PHONY: nothing build … … 12 12 LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld 13 13 14 ASFLAGS=-mips2 -EL15 LFLAGS=--oformat=binary -mips2 - EL -e start14 ASFLAGS=-mips2 15 LFLAGS=--oformat=binary -mips2 -e start 16 16 17 17 boot.bin: boot.o -
arch/mips/boot/boot.s
r232e3ec7 r0970f43 33 33 .set nomacro 34 34 35 .global start 35 36 start: 36 37 # move 0x80000000 to reg $8
Note:
See TracChangeset
for help on using the changeset viewer.
