blob: 680fe75d921ac5dcf1c6da7a685721f970ffeac4 [file] [log] [blame]
wdenk717b5aa2002-04-27 11:09:31 +00001#
Marian Balakowiczf9328632006-09-01 19:49:50 +02002# (C) Copyright 2000-2006
wdenk717b5aa2002-04-27 11:09:31 +00003# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# See file CREDITS for list of people who contributed to this
6# project.
7#
8# This program is free software; you can redistribute it and/or
9# modify it under the terms of the GNU General Public License as
10# published by the Free Software Foundation; either version 2 of
11# the License, or (at your option) any later version.
12#
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17#
18# You should have received a copy of the GNU General Public License
19# along with this program; if not, write to the Free Software
20# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21# MA 02111-1307 USA
22#
23
wdenk27b207f2003-07-24 23:38:38 +000024ifeq ($(ARCH),ppc)
wdenk717b5aa2002-04-27 11:09:31 +000025LOAD_ADDR = 0x40000
wdenk27b207f2003-07-24 23:38:38 +000026endif
27
28ifeq ($(ARCH),i386)
29LOAD_ADDR = 0x40000
30endif
31
32ifeq ($(ARCH),arm)
33LOAD_ADDR = 0xc100000
34endif
35
36ifeq ($(ARCH),mips)
37LOAD_ADDR = 0x80200000 -T mips.lds
38endif
wdenk717b5aa2002-04-27 11:09:31 +000039
wdenk4a551702003-10-08 23:26:14 +000040ifeq ($(ARCH),nios)
wdenke4cc71a2004-05-19 21:33:14 +000041LOAD_ADDR = 0x00800000 -L $(gcclibdir)/m32 -T nios.lds
wdenk4a551702003-10-08 23:26:14 +000042endif
43
wdenk5c952cf2004-10-10 21:27:30 +000044ifeq ($(ARCH),nios2)
Scott McNuttc2ced002006-06-08 11:59:57 -040045LOAD_ADDR = 0x02000000 -L $(gcclibdir) -T nios2.lds
wdenk5c952cf2004-10-10 21:27:30 +000046endif
47
wdenkbf9e3b32004-02-12 00:47:09 +000048ifeq ($(ARCH),m68k)
49LOAD_ADDR = 0x20000 -L $(clibdir)
50endif
51
wdenk507bbe32004-04-18 21:13:41 +000052ifeq ($(ARCH),microblaze)
53LOAD_ADDR = 0x80F00000
54endif
55
Wolfgang Denk0afe5192006-03-12 02:10:00 +010056ifeq ($(ARCH),blackfin)
57LOAD_ADDR = 0x1000
58endif
59
wdenk717b5aa2002-04-27 11:09:31 +000060include $(TOPDIR)/config.mk
61
Wolfgang Denk96582982006-10-24 13:55:18 +020062ELF = hello_world
wdenk717b5aa2002-04-27 11:09:31 +000063SREC = hello_world.srec
Wolfgang Denk96582982006-10-24 13:55:18 +020064BIN = hello_world.bin
wdenk717b5aa2002-04-27 11:09:31 +000065
wdenkc0176632005-05-16 14:19:49 +000066ifeq ($(CPU),mpc8xx)
Wolfgang Denk96582982006-10-24 13:55:18 +020067ELF = test_burst
wdenk931da932005-05-07 19:06:32 +000068SREC = test_burst.srec
Wolfgang Denk96582982006-10-24 13:55:18 +020069BIN = test_burst.bin
wdenk931da932005-05-07 19:06:32 +000070endif
71
wdenk7a8e9bed2003-05-31 18:35:21 +000072ifeq ($(ARCH),i386)
Wolfgang Denk96582982006-10-24 13:55:18 +020073ELF += 82559_eeprom
74SREC += 82559_eeprom.srec
75BIN += 82559_eeprom.bin
wdenk7a8e9bed2003-05-31 18:35:21 +000076endif
77
wdenk85ec0bc2003-03-31 16:34:49 +000078ifeq ($(ARCH),ppc)
Wolfgang Denk96582982006-10-24 13:55:18 +020079ELF += sched
80SREC += sched.srec
81BIN += sched.bin
wdenk85ec0bc2003-03-31 16:34:49 +000082endif
83
Wolfgang Denk0afe5192006-03-12 02:10:00 +010084ifeq ($(ARCH),blackfin)
Wolfgang Denk96582982006-10-24 13:55:18 +020085ELF += smc91111_eeprom
Wolfgang Denk0afe5192006-03-12 02:10:00 +010086SREC += smc91111_eeprom.srec
Wolfgang Denk96582982006-10-24 13:55:18 +020087BIN += smc91111_eeprom.bin
Wolfgang Denk0afe5192006-03-12 02:10:00 +010088endif
89
wdenk717b5aa2002-04-27 11:09:31 +000090# The following example is pretty 8xx specific...
91ifeq ($(CPU),mpc8xx)
Wolfgang Denk96582982006-10-24 13:55:18 +020092ELF += timer
93SREC += timer.srec
94BIN += timer.bin
wdenk717b5aa2002-04-27 11:09:31 +000095endif
96
wdenk3e386912003-04-05 00:53:31 +000097# The following example is 8260 specific...
98ifeq ($(CPU),mpc8260)
Wolfgang Denk96582982006-10-24 13:55:18 +020099ELF += mem_to_mem_idma2intr
100SREC += mem_to_mem_idma2intr.srec
101BIN += mem_to_mem_idma2intr.bin
wdenk3e386912003-04-05 00:53:31 +0000102endif
103
Detlev Zundelec0f7272006-09-01 15:02:06 +0200104# Demo for 52xx IRQs
105ifeq ($(CPU),mpc5xxx)
Wolfgang Denk96582982006-10-24 13:55:18 +0200106ELF += interrupt
107SREC += interrupt.srec
108BIN += interrupt.bin
Detlev Zundelec0f7272006-09-01 15:02:06 +0200109endif
110
wdenk717b5aa2002-04-27 11:09:31 +0000111# Utility for resetting i82559 EEPROM
112ifeq ($(BOARD),oxc)
Wolfgang Denk96582982006-10-24 13:55:18 +0200113ELF += eepro100_eeprom
114SREC += eepro100_eeprom.srec
115BIN += eepro100_eeprom.bin
wdenk717b5aa2002-04-27 11:09:31 +0000116endif
117
wdenk2d5b5612003-10-14 19:43:55 +0000118ifeq ($(BIG_ENDIAN),y)
119EX_LDFLAGS += -EB
120endif
121
Marian Balakowiczf9328632006-09-01 19:49:50 +0200122COBJS := $(SREC:.srec=.o)
wdenk717b5aa2002-04-27 11:09:31 +0000123
Marian Balakowiczf9328632006-09-01 19:49:50 +0200124LIB = $(obj)libstubs.a
wdenk27b207f2003-07-24 23:38:38 +0000125LIBAOBJS=
wdenk85ec0bc2003-03-31 16:34:49 +0000126ifeq ($(ARCH),ppc)
127LIBAOBJS+= $(ARCH)_longjmp.o $(ARCH)_setjmp.o
wdenkc0176632005-05-16 14:19:49 +0000128endif
129ifeq ($(CPU),mpc8xx)
wdenk931da932005-05-07 19:06:32 +0000130LIBAOBJS+= test_burst_lib.o
wdenk85ec0bc2003-03-31 16:34:49 +0000131endif
wdenk27b207f2003-07-24 23:38:38 +0000132LIBCOBJS= stubs.o
Marian Balakowiczf9328632006-09-01 19:49:50 +0200133
134LIBOBJS = $(addprefix $(obj),$(LIBAOBJS) $(LIBCOBJS))
135
136SRCS := $(COBJS:.o=.c) $(LIBCOBJS:.o=.c) $(if $(LIBAOBJS),$(LIBAOBJS:.o=.S))
137OBJS := $(addprefix $(obj),$(COBJS))
Wolfgang Denk96582982006-10-24 13:55:18 +0200138ELF := $(addprefix $(obj),$(ELF))
Marian Balakowiczf9328632006-09-01 19:49:50 +0200139BIN := $(addprefix $(obj),$(BIN))
140SREC := $(addprefix $(obj),$(SREC))
wdenk717b5aa2002-04-27 11:09:31 +0000141
wdenkc29fdfc2003-08-29 20:57:53 +0000142gcclibdir := $(shell dirname `$(CC) -print-libgcc-file-name`)
wdenkbf9e3b32004-02-12 00:47:09 +0000143clibdir := $(shell dirname `$(CC) $(CFLAGS) -print-file-name=libc.a`)
wdenkc29fdfc2003-08-29 20:57:53 +0000144
wdenk717b5aa2002-04-27 11:09:31 +0000145CPPFLAGS += -I..
146
Wolfgang Denk96582982006-10-24 13:55:18 +0200147all: $(obj).depend $(OBJS) $(LIB) $(SREC) $(BIN) $(ELF)
wdenk717b5aa2002-04-27 11:09:31 +0000148
149#########################################################################
Marian Balakowiczf9328632006-09-01 19:49:50 +0200150$(LIB): $(obj).depend $(LIBOBJS)
Wolfgang Denk2b208f52006-10-09 01:02:05 +0200151 $(AR) $(ARFLAGS) $@ $(LIBOBJS)
wdenk717b5aa2002-04-27 11:09:31 +0000152
Wolfgang Denk96582982006-10-24 13:55:18 +0200153$(ELF):
Marian Balakowiczf9328632006-09-01 19:49:50 +0200154$(obj)%: $(obj)%.o $(LIB)
155 $(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \
156 -o $@ -e $(notdir $(<:.o=)) $< $(LIB) \
157 -L$(gcclibdir) -lgcc
Wolfgang Denk96582982006-10-24 13:55:18 +0200158
159$(SREC):
Marian Balakowiczf9328632006-09-01 19:49:50 +0200160$(obj)%.srec: $(obj)%
161 $(OBJCOPY) -O srec $< $@ 2>/dev/null
wdenk717b5aa2002-04-27 11:09:31 +0000162
Wolfgang Denk96582982006-10-24 13:55:18 +0200163$(BIN):
Marian Balakowiczf9328632006-09-01 19:49:50 +0200164$(obj)%.bin: $(obj)%
165 $(OBJCOPY) -O binary $< $@ 2>/dev/null
wdenkdc7c9a12003-03-26 06:55:25 +0000166
wdenk717b5aa2002-04-27 11:09:31 +0000167#########################################################################
168
Marian Balakowiczf9328632006-09-01 19:49:50 +0200169# defines $(obj).depend target
170include $(SRCTREE)/rules.mk
wdenk717b5aa2002-04-27 11:09:31 +0000171
Marian Balakowiczf9328632006-09-01 19:49:50 +0200172sinclude $(obj).depend
wdenk717b5aa2002-04-27 11:09:31 +0000173
174#########################################################################