From: Chin Liang See <clsee@altera.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board
Date: Wed, 13 Nov 2013 08:39:04 -0600 [thread overview]
Message-ID: <1384353544.6030.10.camel@clsee-VirtualBox.altera.com> (raw)
In-Reply-To: <52824677.1010806@monstr.eu>
On Tue, 2013-11-12 at 16:17 +0100, Michal Simek wrote:
> On 11/12/2013 03:46 PM, Chin Liang See wrote:
> > Hi all,
> >
> > On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote:
> >> On 11/12/2013 10:56 AM, Detlev Zundel wrote:
> >>> Hi Michal,
> >>>
> >>>> On 11/11/2013 09:33 PM, Tom Rini wrote:
> >>>>> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
> >>>>>
> >>>>>> Altera Cyclone 5 board is very different board (big, rectangular,
> >>>>>> expensive) than EBV Socrates (small, circular, cheap) board. Different
> >>>>>> parts are used there, too, but same configuration of u-boot works on
> >>>>>> both. Nevertheless, printing wrong name confuses users.
> >>>>>>
> >>>>>> Therefore this splits the configuration so that u-boot knows they are
> >>>>>> different. So far it is only used for correcting the puts, but there
> >>>>>> may be other uses in future.
> >>>>>>
> >>>>>> Signed-off-by: Pavel Machek <pavel@denx.de>
> >>>>>
> >>>>> Is there any way at run time to tell which board we are on?
> >>>>
> >>>> Why do you care about board name in general?
> >>>
> >>> We care for board names for a very long time in U-Boot and I'd like to
> >>> keep this. I actually expect a sensible board name on any platform that
> >>> I touch. The board name is an important extra information additional to
> >>> the SoC name. So the question is the other way round - since when do we
> >>> _not_ care about board names?
> >>
> >> There could be i2c memory on board where you can find out this information but that's
> >> problematic if it is empty or you want to use this i2c for something else.
> >> For all microblaze boards I use XILINX_BOARD_NAME which reflects hw design
> >> (if user is smart enough board name is the part of hw design name).
> >> For zynq/socfpga sensible solution is probably to load this name for DTS.
> >>
> >
> > Currently, the SOCFPGA SPL is customized through a set of handoff files
> > which located at board folders. These handoff files are generated by
> > tools based on board and user design in FPGA. With that, not much
> > decision being made during run time based on the board. With this
> > handoff and tools approach, it will shield off the complexity of
> > hardware configuration and errors (if user change it manually without
> > tools help). Thanks
>
> Which nice copy of our approach. :-)
Hmmm... is it true? This approach being used since few years back at
NIOS soft processor. Besides that, we are utilizing the SPL framework
for our second stage boot loader. I believe you guys are not using SPL
right? It seems you guys would need tools to generate and even build you
guys own version of boot loader. It creates high dependency for user to
your tools.
For our solution, customer can just grab the code from git and build it
using the normal U-Boot way (if they don't want to use the tools). With
the SPL also, we are taking advantage of open source community power to
make our second stage boot loader more powerful and user friendly to
user. Our user can grab any drivers or leverage the supports from the
open community too. I believe that is the power of open source :)
Chin Liang
> But anyway I believe that you are also generating one macro which define
> name of this configuration based on hw design/board you are using.
> And then you can use this macro for showing board/design name in u-boot.
>
> Thanks,
> Michal
>
next prev parent reply other threads:[~2013-11-13 14:39 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-11 19:26 [U-Boot] [PATCH] Separate EBV Socrates board from Altera Cyclone 5 board Pavel Machek
2013-11-11 20:32 ` Chin Liang See
2013-11-11 20:33 ` Tom Rini
2013-11-12 8:22 ` Michal Simek
2013-11-12 9:56 ` Detlev Zundel
2013-11-12 10:17 ` Michal Simek
2013-11-12 14:46 ` Chin Liang See
2013-11-12 15:17 ` Michal Simek
2013-11-13 0:07 ` Dinh Nguyen
2013-11-13 14:39 ` Chin Liang See [this message]
2013-11-13 15:55 ` Michal Simek
2013-11-13 17:57 ` Chin Liang See
2013-11-14 7:23 ` Michal Simek
2013-11-12 15:25 ` Tom Rini
2013-11-12 9:53 ` Detlev Zundel
2014-01-13 8:29 ` Albert ARIBAUD
2014-05-27 13:12 ` [U-Boot] [PATCH v2] Separate EBV Socrates board from Altera Cyclone 5 board and from Virtual Target Pavel Machek
2014-05-27 13:42 ` Detlev Zundel
2014-05-27 13:59 ` Pavel Machek
2014-05-28 8:53 ` Detlev Zundel
2014-05-28 9:56 ` Pavel Machek
2014-05-28 10:36 ` Detlev Zundel
2014-05-28 12:49 ` Pavel Machek
2014-05-28 14:29 ` Wolfgang Denk
2014-05-28 18:26 ` Pavel Machek
2014-05-30 9:41 ` Detlev Zundel
2014-06-02 6:53 ` Chin Liang See
2014-06-05 10:45 ` Detlev Zundel
2014-06-02 7:22 ` Chin Liang See
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=1384353544.6030.10.camel@clsee-VirtualBox.altera.com \
--to=clsee@altera.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