public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [RFC] u-boot migration to kconfig
Date: Sun, 23 Sep 2007 22:58:57 -0600	[thread overview]
Message-ID: <fa686aa40709232158m6a5e02feo757f293fcb0acd11@mail.gmail.com> (raw)
In-Reply-To: <C31C78A0.3BD3%plagnioj@jcrosoft.com>

On 9/23/07, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> wrote:
>
> Hi,
>
>     Two points :
>
>     1) If you're ok, I can work on kconfig itself.
>     2) About the re-organization
>        I'd like to create a tree like following
>     arch/arm/
>     arch/arm/board <- the boards
>     arch/arm/boot <- where will be store the u-boot & u-boot.bin
>     arch/arm/config <- defconfig
>     arch/arm/commom <- arch specific common
>     arch/arm/lib <- the lib_arm
>     arch/i386/
>     arch/i386/board
>     arch/i386/boot <- where will be store the u-boot & u-boot.bin
>     arch/i386/config <- defconfig
>     arch/i386/commom <- arch specific common
>     arch/i386/lib <- the lib_i386
>     common
>     lib <- lib_generic
>     drivers

If you want to take on reorganization of the source tree, cool.
However, keep the following things in mind:
- Maintaining stability is of utmost concern.  Bite off small chunks
at a time and post patches that do small, well defined things.
- Make sure that patches which move files don't make changes to those
files at the same time; it makes it easier to review the changes.
- Reorganization of the source tree is unrelated to the migration to
Kconfig.  You won't need to worry about the Kconfig layout while
moving files around.
- One word: 'MAKEALL'  :-)

It's probably best to start with the changes to drivers/ that you
mentioned in your earlier email.  It will be the least contentious of
the changes.  Changing the cpu/ and board/ layouts will require
considerably more consensus.

As for Kconfig, I would like to handle the task of generating the
initial set of Kconfig data files (which is a separate task from
importing the Kconfig source files).  I've got a plan in mind for
migrating to Kconfig without breaking existing board ports.

Cheers,
g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely at secretlab.ca
(403) 399-0195

  parent reply	other threads:[~2007-09-24  4:58 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-22 10:27 [U-Boot-Users] [RFC] u-boot migration to kconfig Jean-Christophe PLAGNIOL-VILLARD
2007-09-22 15:41 ` Grant Likely
2007-09-22 17:18   ` Jean-Christophe PLAGNIOL-VILLARD
2007-09-22 19:08     ` Wolfgang Denk
2007-09-22 21:06       ` Jean-Christophe PLAGNIOL-VILLARD
2007-09-22 22:32         ` Grant Likely
2007-09-23 18:10           ` Jean-Christophe PLAGNIOL-VILLARD
2007-09-23 21:37             ` Wolfgang Denk
2007-09-23 21:53               ` Jean-Christophe PLAGNIOL-VILLARD
2007-09-24  5:06                 ` Grant Likely
2007-09-24  9:37                 ` Wolfgang Denk
2007-09-24 21:22                   ` Jean-Christophe PLAGNIOL-VILLARD
2007-09-23 22:13               ` Ulf Samuelsson
2007-09-24  3:31                 ` Shinya Kuribayashi
2007-09-24  5:12                   ` Grant Likely
2007-09-24  5:52                     ` Shinya Kuribayashi
2007-09-24  8:18                       ` Ulf Samuelsson
2007-09-24  8:15                     ` Ulf Samuelsson
2007-09-24  8:09                   ` Ulf Samuelsson
2007-09-24  9:40                 ` Wolfgang Denk
2007-09-24 11:16                   ` Ulf Samuelsson
2007-09-24  4:58             ` Grant Likely [this message]
2007-09-24  8:47               ` Haavard Skinnemoen
  -- strict thread matches above, loose matches on Subject: below --
2007-09-13 23:28 Grant Likely
2007-09-14 17:11 ` Jon Loeliger
2007-09-14 22:20   ` Wolfgang Denk

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=fa686aa40709232158m6a5e02feo757f293fcb0acd11@mail.gmail.com \
    --to=grant.likely@secretlab.ca \
    --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