public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory!
@ 2008-07-31  2:53 Ryan CHEN
  2008-08-18 22:09 ` [U-Boot] " Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan CHEN @ 2008-07-31  2:53 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory!
  2008-07-31  2:53 [U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory! Ryan CHEN
@ 2008-08-18 22:09 ` Wolfgang Denk
  2008-08-19  1:19   ` Ryan CHEN
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2008-08-18 22:09 UTC (permalink / raw)
  To: u-boot

Dear Ryan CHEN,

In message <000b01c8f2b8$9c6f8e40$30065e0a@SHZ.ST.COM> you wrote:
>
> This is part 2 of a patch series for STLS. It will update Makefile, MAKEALL and MAINTAINERS files with STLS information!

After the review comments on this list I'm still waiting for you
to post an updated patch (a single one). Please note that the merge
window is open *now*, so if you want to see that code in the next
release, please act now.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Life sucks, but it's better than the alternative."
- Peter da Silva

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory!
  2008-08-18 22:09 ` [U-Boot] " Wolfgang Denk
@ 2008-08-19  1:19   ` Ryan CHEN
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan CHEN @ 2008-08-19  1:19 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,
Yes, I was modifying my codes in the past several days. Since I need give
support to another project, I was so late to continue my push work for
U-Boot. Sorry! 
I am unskilled on git tools, so now I also try to study how to use
git-format-patch to make my patchs reasonable. I will resubmit them ASAP.

Thanks for your help!

Best Regards,
Ryan Chen
-----Original Message-----
From: wd@denx.de [mailto:wd at denx.de] 
Sent: Tuesday, August 19, 2008 6:10 AM
To: Ryan CHEN
Cc: u-boot at lists.denx.de; Antonio Maria BORNEO
Subject: Re: [U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate
Makefile, MAKEALL and MAINTAINERS files in root directory!

Dear Ryan CHEN,

In message <000b01c8f2b8$9c6f8e40$30065e0a@SHZ.ST.COM> you wrote:
>
> This is part 2 of a patch series for STLS. It will update Makefile,
MAKEALL and MAINTAINERS files with STLS information!

After the review comments on this list I'm still waiting for you to post an
updated patch (a single one). Please note that the merge window is open
*now*, so if you want to see that code in the next release, please act now.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de "Life
sucks, but it's better than the alternative."
- Peter da Silva

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-19  1:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-31  2:53 [U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory! Ryan CHEN
2008-08-18 22:09 ` [U-Boot] " Wolfgang Denk
2008-08-19  1:19   ` Ryan CHEN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox