[U-Boot-Users] [Part 2 of A PATCH SERIES for STLS]: Upate Makefile, MAKEALL and MAINTAINERS files in root directory!

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

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

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@denx.de] Sent: Tuesday, August 19, 2008 6:10 AM To: Ryan CHEN Cc: u-boot@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
participants (2)
-
Ryan CHEN
-
Wolfgang Denk