aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Schocher2007-06-22 12:11:54 -0500
committerHeiko Schocher2007-06-22 12:11:54 -0500
commit566a494f592ae3b3c0785d90d4e1ba45574880c4 (patch)
tree933dceeaf04c7caa937774327f0b0ede81f9babc /Makefile
parent9912121f7ed804ea58fd62f3f230b5dcfc357d88 (diff)
downloadu-boot-566a494f592ae3b3c0785d90d4e1ba45574880c4.tar.gz
u-boot-566a494f592ae3b3c0785d90d4e1ba45574880c4.tar.xz
u-boot-566a494f592ae3b3c0785d90d4e1ba45574880c4.zip
[PCS440EP] upgrade the PCS440EP board:
- Show on the Status LEDs, some States of the board. - Get the MAC addresses from the EEProm - use PREBOOT - use the CF on the board. - check the U-Boot image in the Flash with a SHA1 checksum. - use dynamic TLB entries generation for the SDRAM Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d5e220aadd..3d64d1673e 100644
--- a/Makefile
+++ b/Makefile
@@ -245,7 +245,7 @@ __LIBS := $(subst $(obj),,$(LIBS))
245######################################################################### 245#########################################################################
246######################################################################### 246#########################################################################
247 247
248ALL = $(obj)u-boot.srec $(obj)u-boot.bin $(obj)System.map $(U_BOOT_NAND) 248ALL += $(obj)u-boot.srec $(obj)u-boot.bin $(obj)System.map $(U_BOOT_NAND)
249 249
250all: $(ALL) 250all: $(ALL)
251 251
@@ -265,6 +265,9 @@ $(obj)u-boot.img: $(obj)u-boot.bin
265 sed -e 's/"[ ]*$$/ for $(BOARD) board"/') \ 265 sed -e 's/"[ ]*$$/ for $(BOARD) board"/') \
266 -d $< $@ 266 -d $< $@
267 267
268$(obj)u-boot.sha1: $(obj)u-boot.bin
269 ./tools/ubsha1 $(obj)u-boot.bin
270
268$(obj)u-boot.dis: $(obj)u-boot 271$(obj)u-boot.dis: $(obj)u-boot
269 $(OBJDUMP) -d $< > $@ 272 $(OBJDUMP) -d $< > $@
270 273
@@ -2455,7 +2458,7 @@ clean:
2455 $(obj)examples/smc91111_eeprom $(obj)examples/interrupt \ 2458 $(obj)examples/smc91111_eeprom $(obj)examples/interrupt \
2456 $(obj)examples/test_burst 2459 $(obj)examples/test_burst
2457 rm -f $(obj)tools/img2srec $(obj)tools/mkimage $(obj)tools/envcrc \ 2460 rm -f $(obj)tools/img2srec $(obj)tools/mkimage $(obj)tools/envcrc \
2458 $(obj)tools/gen_eth_addr 2461 $(obj)tools/gen_eth_addr $(obj)tools/ubsha1
2459 rm -f $(obj)tools/mpc86x_clk $(obj)tools/ncb 2462 rm -f $(obj)tools/mpc86x_clk $(obj)tools/ncb
2460 rm -f $(obj)tools/easylogo/easylogo $(obj)tools/bmp_logo 2463 rm -f $(obj)tools/easylogo/easylogo $(obj)tools/bmp_logo
2461 rm -f $(obj)tools/gdb/astest $(obj)tools/gdb/gdbcont $(obj)tools/gdb/gdbsend 2464 rm -f $(obj)tools/gdb/astest $(obj)tools/gdb/gdbcont $(obj)tools/gdb/gdbsend
@@ -2478,7 +2481,7 @@ clobber: clean
2478 rm -f $(OBJS) $(obj)*.bak $(obj)ctags $(obj)etags $(obj)TAGS $(obj)include/version_autogenerated.h 2481 rm -f $(OBJS) $(obj)*.bak $(obj)ctags $(obj)etags $(obj)TAGS $(obj)include/version_autogenerated.h
2479 rm -fr $(obj)*.*~ 2482 rm -fr $(obj)*.*~
2480 rm -f $(obj)u-boot $(obj)u-boot.map $(obj)u-boot.hex $(ALL) 2483 rm -f $(obj)u-boot $(obj)u-boot.map $(obj)u-boot.hex $(ALL)
2481 rm -f $(obj)tools/crc32.c $(obj)tools/environment.c $(obj)tools/env/crc32.c 2484 rm -f $(obj)tools/crc32.c $(obj)tools/environment.c $(obj)tools/env/crc32.c $(obj)tools/sha1.c
2482 rm -f $(obj)tools/inca-swap-bytes $(obj)cpu/mpc824x/bedbug_603e.c 2485 rm -f $(obj)tools/inca-swap-bytes $(obj)cpu/mpc824x/bedbug_603e.c
2483 rm -f $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm 2486 rm -f $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
2484 [ ! -d $(OBJTREE)/nand_spl ] || find $(obj)nand_spl -lname "*" -print | xargs rm -f 2487 [ ! -d $(OBJTREE)/nand_spl ] || find $(obj)nand_spl -lname "*" -print | xargs rm -f