From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5] Add support for Eukrea CPUAT91 SBC
Date: Sun, 09 Aug 2009 23:11:54 +0200 [thread overview]
Message-ID: <4A7F3B9A.2030007@googlemail.com> (raw)
In-Reply-To: <20090809202447.3A7D5833DBD2@gemini.denx.de>
Dear Wolfgang,
Wolfgang Denk wrote:
> Dear Eric Benard,
>
> In message <1249816414-18989-1-git-send-email-eric@eukrea.com> you wrote:
>> CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR
>> flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII
>> mode.
> ...
>> meesc \
>> diff --git a/Makefile b/Makefile
>> index 54c0b67..2386cdc 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -2674,6 +2674,19 @@ at91rm9200ek_config : unconfig
>> cmc_pu2_config : unconfig
>> @$(MKCONFIG) $(@:_config=) arm arm920t cmc_pu2 NULL at91rm9200
>>
>> +cpuat91_ram_config \
>> +cpuat91_config : unconfig
>> + @mkdir -p $(obj)include
>> + @if [ "$(findstring _ram_,$@)" ] ; then \
>> + echo "#define CONFIG_SKIP_LOWLEVEL_INIT" >> $(obj)include/config.h; \
>> + echo "#define CONFIG_SKIP_RELOCATE_UBOOT" >> $(obj)include/config.h; \
>> + $(XECHO) "... CPUAT91 configured for RAM" ; \
>> + else \
>> + echo "#define CONFIG_BOOTDELAY 1" >>$(obj)include/config.h ; \
>> + $(XECHO) "... CPUAT91 configured for Flash" ;\
>> + fi;
>> + @$(MKCONFIG) -a cpuat91 arm arm920t cpuat91 eukrea at91rm9200
>> +
>> csb637_config : unconfig
>> @$(MKCONFIG) $(@:_config=) arm arm920t csb637 NULL at91rm9200
>
> Please do not add such scripting to the top level Makefile. Perform it
> in your board config file instead.
Not sure if this is 'standard' for at91, but I saw something similar in
http://git.denx.de/?p=u-boot/u-boot-arm.git;a=blobdiff;f=Makefile;h=c9d315ae98f2272659b88405cd2b94265f3bbfc3;hp=54c0b67499510f83fa642b9684ad95ce832de1b9;hb=f8ea12cf9be98508096dc4102a6ef40cb484fdd3;hpb=c6b5600aee06a13e556837c3065f7f8721d56ec9
Best regards
Dirk
next prev parent reply other threads:[~2009-08-09 21:11 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-16 13:24 [U-Boot] [PATCH 1/1] Add support for Eukrea CPUAT91 SBC Eric Benard
2009-07-18 15:27 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-18 17:14 ` Eric Bénard
2009-07-18 17:44 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-18 20:10 ` Eric Benard
2009-07-18 20:32 ` Wolfgang Denk
2009-07-18 22:09 ` [U-Boot] [PATCH v3] " Eric Benard
2009-07-23 22:27 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 22:41 ` Wolfgang Denk
2009-07-23 22:55 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-22 21:51 ` [U-Boot] [PATCH 1/1] " Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 5:24 ` Ben Warren
2009-07-23 5:55 ` Eric Bénard
2009-07-23 6:08 ` Ben Warren
2009-07-30 19:18 ` [U-Boot] [PATCH] " Eric Benard
2009-08-01 9:40 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-01 15:40 ` Eric Bénard
2009-08-09 11:13 ` [U-Boot] [PATCH v5] " Eric Benard
2009-08-09 13:01 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-09 20:09 ` Wolfgang Denk
2009-08-09 20:24 ` Wolfgang Denk
2009-08-09 21:11 ` Dirk Behme [this message]
2009-08-09 21:34 ` Wolfgang Denk
2009-08-09 21:54 ` [U-Boot] [PATCH v6] " Eric Benard
2009-08-09 11:15 ` [U-Boot] [PATCH v5] Cosmetic fix in MAKEALL as a separate patch Eric Benard
2009-08-09 20:20 ` Wolfgang Denk
2009-07-23 21:39 ` [U-Boot] [PATCH 1/1] Add support for Eukrea CPUAT91 SBC Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 21:43 ` Ben Warren
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=4A7F3B9A.2030007@googlemail.com \
--to=dirk.behme@googlemail.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