From: Patrice Kadionik <kadionik@enseirb.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] u-boot and NIOS dk 1s10 board
Date: Tue, 18 Nov 2003 10:17:34 +0100 [thread overview]
Message-ID: <3FB9E3AE.9020109@enseirb.fr> (raw)
In-Reply-To: <03111809274404.23084@pcj86>
Hi Stephan and Scott;
I agree with you: with NIOS all hardware and software are configurable...
u-boot should at least support the stander32 design. in fact this design
is complete because it uses all the hardware ressource of the altera's
board...I think u-boot must be based on this design. But we should make
easily configurable the base address of all peripherals according to a
specific user design.
I think it's the main reason that there's no uClinux port for NIOS
because hardware is too configurable and to stuck to a particular
configration...
Cheers and merci.
Pat.
Stephan Linz wrote:
>Hi Patric and Scott,
>
>Am Montag, 17. November 2003 19:40 schrieb Scott McNutt:
>
>
>>Patrice,
>>
>>
>>
>>>It works now...in fact, my reference design for STRATIX
>>>configuration was not similar to the IO mapping used by u-boot
>>>for NIOS... It works with the Altera's "standard 32" reference
>>>design (with the .SREC in the CDKNIOS project and after
>>>u-boot recompilation too).
>>>
>>>
>>Great news!
>>
>>
>
>Congratulations!
>
>
>
>>>My student will work on the u-boot APEX port...just an adaptation
>>>I think...I may be a good idea that the stratix 1S10 board appears
>>>as its own board and not as a cyclone board in the u-boot distro...
>>>
>>>
>>I enthusiastically agree :-) It is not simply a good idea, but IMHO
>>*essential* that each Nios board have it's own u-boot configuration.
>>Since *everything* is configurable with Nios, it's very easy to create
>>a monster by having multiple board configs masquerading as one.
>>
>>
>
>Yes, of course. We have to make different configuration files -- one for each
>board. But, do we really need different board directories with almost the
>same code in it?
>
>Ex.: My current Stratix patch is based on the Cyclone board, because both
>boards are equal in context of u-boot basics need. Only the second serial i/f
>differs (not needed til now). So there will be more identicalness than
>differences for both boards.
>
>But note: this does not apply to the APEX board. The APEX board has different
>Flash, less SRAM, only SODIMM SDRAM, no second seriel i/f (in standard32
>case), no CF, less LEDs, and ... to many differences and it's right, for APEX
>we should make a new board directory with it code inside.
>
>What's your opinion?
>
>FYIO: I plan to make an hardware overview for all known NIOS devkits by
>Altera (APEX 20k200, Cyclone 1C20, Stratix 1S20 and 1S40).
>
>
>br,
>Stephan
>
>
>
>>U-Boot for Nios development kits should always support the
>>default "out-of-the-box" Nios configuration (for the altera boards,
>>this is typically the "standard 32" config). This is not intended to
>>limit creativity, but to avoid confusion and save time. Basically,
>>if new users get u-boot running quickly and easily, maintainers
>>and contributors will spend less time answering questions. And
>>this is a good thing for both the user and contributors :-)
>>
>>In general, support for custom configurations should be:
>>
>>1. disabled by default,
>>2. enabled IAW README (i.e. CONFIG_xxx CFG_xxx),
>>3. supported by an appropriate README file in u-boot/doc.
>>
>>Congratulations & Best Regards,
>>--Scott
>>N3ADP
>>
>>
>>
>>
>>-------------------------------------------------------
>>This SF. Net email is sponsored by: GoToMyPC
>>GoToMyPC is the fast, easy and secure way to access your computer from
>>any Web browser or wireless device. Click here to Try it Free!
>>https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
>>_______________________________________________
>>U-Boot-Users mailing list
>>U-Boot-Users at lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/u-boot-users
>>
>>
>
>
>
--
Patrice Kadionik. F6KQH / F4CUQ
-----------
+---------------------------------------------------------------------+
+"Tout doit etre aussi simple que possible, pas seulement plus simple"+
+---------------------------------------------------------------------+
+ Patrice Kadionik http://www.enseirb.fr/~kadionik +
+ ENSEIRB fax : +33 5.56.37.20.23 +
+ PO BOX 99 voice : +33 5.56.84.23.47 +
+ 33402 TALENCE Cedex http://www.enseirb.fr +
+ FRANCE mailto:kadionik at enseirb.fr +
+---------------------------------------------------------------------+
next prev parent reply other threads:[~2003-11-18 9:17 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-17 18:40 [U-Boot-Users] u-boot and NIOS dk 1s10 board Scott McNutt
2003-11-18 8:27 ` Stephan Linz
2003-11-18 9:17 ` Patrice Kadionik [this message]
2003-11-18 10:23 ` Stephan Linz
-- strict thread matches above, loose matches on Subject: below --
2003-11-18 14:13 Scott McNutt
2003-11-18 15:21 ` Stephan Linz
2003-11-18 15:49 ` Wolfgang Denk
2003-11-19 7:36 ` Stephan Linz
2003-11-19 9:01 ` Wolfgang Denk
2003-11-19 9:37 ` Stephan Linz
2003-11-19 10:04 ` Wolfgang Denk
2003-11-14 13:48 Scott McNutt
2003-11-14 13:06 Patrice Kadionik
2003-11-14 14:13 ` Stephan Linz
[not found] ` <3FB509B9.5050004@enseirb.fr>
[not found] ` <03111418170801.23084@pcj86>
2003-11-17 16:48 ` Patrice Kadionik
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=3FB9E3AE.9020109@enseirb.fr \
--to=kadionik@enseirb.fr \
--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