From: Ryan CHEN <ryan.chen@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory!
Date: Thu, 31 Jul 2008 10:53:29 +0800 [thread overview]
Message-ID: <000b01c8f2b8$9c6f8e40$30065e0a@SHZ.ST.COM> (raw)
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@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@blackfin.uclinux.org>
BF561-EZKIT BF561
#########################################################################
+# STLS Systems: #
+# #
+# Maintainer Name, Email Address #
+# Board CPU #
+#########################################################################
+
+Ryan Chen <ryan.chen@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
next reply other threads:[~2008-07-31 2:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-31 2:53 Ryan CHEN [this message]
2008-08-18 22:09 ` [U-Boot] [U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory! Wolfgang Denk
2008-08-19 1:19 ` Ryan CHEN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000b01c8f2b8$9c6f8e40$30065e0a@SHZ.ST.COM' \
--to=ryan.chen@st.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox