[U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory!
Ryan CHEN
ryan.chen at st.com
Thu Jul 31 04:53:29 CEST 2008
Hi all,
This is part 2 of a patch series for STLS. It will update Makefile, MAKEALL and MAINTAINERS files with STLS information!
Signed-off-by: Ryan Chen <ryan.chen at st.com>
diff --git a/MAINTAINERS b/MAINTAINERS
old mode 100644
new mode 100755
index cbe5c47..acd931c
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -752,5 +752,16 @@ Blackfin Team <u-boot-devel at blackfin.uclinux.org>
BF561-EZKIT BF561
#########################################################################
+# STLS Systems: #
+# #
+# Maintainer Name, Email Address #
+# Board CPU #
+#########################################################################
+
+Ryan Chen <ryan.chen at st.com>
+
+ ST-STLS STLS
+
+#########################################################################
# End of MAINTAINERS list #
#########################################################################
diff --git a/MAKEALL b/MAKEALL
index c1a9c60..3b82470 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -623,10 +623,15 @@ LIST_au1xx0_el=" \
pb1000 \
"
+LIST_stls=" \
+ stls \
+"
+
LIST_mips_el=" \
${LIST_mips4kc_el} \
${LIST_mips5kc_el} \
${LIST_au1xx0_el} \
+ ${LIST_stls} \
"
#########################################################################
diff --git a/Makefile b/Makefile
index 369bbd7..e851d5b 100644
--- a/Makefile
+++ b/Makefile
@@ -283,6 +283,9 @@ ALL += $(obj)u-boot.srec $(obj)u-boot.bin $(obj)System.map $(U_BOOT_NAND) $(U_BO
ifeq ($(ARCH),blackfin)
ALL += $(obj)u-boot.ldr
endif
+ifeq ($(CPU),stls)
+ALL += u-boot-compressed
+endif
all: $(ALL)
@@ -359,6 +362,11 @@ $(VERSION_FILE):
) > $@.tmp
@cmp -s $@ $@.tmp && rm -f $@.tmp || mv -f $@.tmp $@
+ifeq ($(CPU),stls)
+u-boot-compressed: $(obj)u-boot
+ $(MAKE) -C cpu/$(CPU)/bootstrap all
+endif
+
gdbtools:
$(MAKE) -C tools/gdb all || exit 1
@@ -2776,6 +2784,12 @@ qemu_mips_config : unconfig
purple_config : unconfig
@$(MKCONFIG) $(@:_config=) mips mips purple
+
+#========================================================================
+# STLS board
+#========================================================================
+stls_config: unconfig
+ @$(MKCONFIG) $(@:_config=) mips stls stls st
#========================================================================
# Nios
Best Regards,
Ryan Chen
More information about the U-Boot
mailing list