All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Intro guide for configuring U-Boot for a custom board?
@ 2012-07-12 18:36 Luciano Moretti
  2012-07-12 21:45 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: Luciano Moretti @ 2012-07-12 18:36 UTC (permalink / raw)
  To: u-boot

I've currently got a custom Freescale P2020 board that I'd like to
evaluate Das U-Boot on.

Is there a good guide to defining a configuration for a new board
somewhere?  Most of what I see in the documentation assumes that you
are using an evaluation board that U-Boot has already been compiled &
tested on.

I'm looking for something that enumerates the configuration options
and provides a short-list of things that need to be configured for a
board to work.

Thank you for your assistance.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] Intro guide for configuring U-Boot for a custom board?
  2012-07-12 18:36 [U-Boot] Intro guide for configuring U-Boot for a custom board? Luciano Moretti
@ 2012-07-12 21:45 ` Albert ARIBAUD
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2012-07-12 21:45 UTC (permalink / raw)
  To: u-boot

Hi Luciano,

On Thu, 12 Jul 2012 13:36:40 -0500, Luciano Moretti <luciano.moretti@gmail.com> wrote:
> I've currently got a custom Freescale P2020 board that I'd like to
> evaluate Das U-Boot on.
> 
> Is there a good guide to defining a configuration for a new board
> somewhere?  Most of what I see in the documentation assumes that you
> are using an evaluation board that U-Boot has already been compiled &
> tested on.
> 
> I'm looking for something that enumerates the configuration options
> and provides a short-list of things that need to be configured for a
> board to work.

The best approach is to start with other P2020 based boards, analyze what
makes up their configuration and their specific code, and derive the same
for your board.

You can also clone the git repo and search for commits that add support
for a new board (hint: such commits usually touch MAINTAINERS and also
boards.cfg). This will show you what files must be modified or added.

I *think* commit 9839709ea3df89f6021034508f48b97cab33ebb8 is an example
of what you are looking for, but I am far from proficient with powerpc.

> Thank you for your assistance.

You're welcome.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-12 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-12 18:36 [U-Boot] Intro guide for configuring U-Boot for a custom board? Luciano Moretti
2012-07-12 21:45 ` Albert ARIBAUD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.