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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> BF561-EZKIT BF561 ######################################################################### +# STLS Systems: # +# # +# Maintainer Name, Email Address # +# Board CPU # +######################################################################### + +Ryan Chen <[EMAIL PROTECTED]> + + 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): ) > [EMAIL PROTECTED] @cmp -s $@ [EMAIL PROTECTED] && rm -f [EMAIL PROTECTED] || mv -f [EMAIL PROTECTED] $@ +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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users