public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Lars Poeschel <poeschel@lemonage.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig
Date: Wed, 16 Dec 2015 15:47:56 +0100	[thread overview]
Message-ID: <2088850.LoZ4RLKEca@lem-wkst-02> (raw)
In-Reply-To: <CANr=Z=akhoD9oWpbdCWDGo7MzeNh+Lz_xKVz8edK9ks3+QAivw@mail.gmail.com>

Am Dienstag, 15. Dezember 2015, 16:54:45 schrieb Joe Hershberger:
> Hi Lars,
> 
> On Tue, Dec 15, 2015 at 8:44 AM, Lars Poeschel <poeschel@lemonage.de> wrote:
> > Am Dienstag, 18. August 2015, 14:32:13 schrieb Joe Hershberger:
> >> On Tue, Aug 18, 2015 at 2:27 PM, Tom Rini <trini@konsulko.com> wrote:
> >> > On Tue, Aug 18, 2015 at 01:47:20PM -0500, Joe Hershberger wrote:
> >> >> Hi Lars,
> >> >> 
> >> >> On Tue, Aug 11, 2015 at 2:29 PM, Joe Hershberger
> >> >> 
> >> >> <joe.hershberger@gmail.com> wrote:
> >> >> > Hi Lars,
> >> >> > 
> >> >> > On Tue, Jul 28, 2015 at 11:01 AM, Joe Hershberger
> >> >> > 
> >> >> > <joe.hershberger@gmail.com> wrote:
> >> >> >> Hi Lars,
> >> >> >> 
> >> >> >> On Tue, Jul 28, 2015 at 3:25 AM, Lars Poeschel
> >> >> >> <poeschel@lemonage.de>
> > 
> > wrote:
> >> >> >>> Hi Joe,
> >> >> >>> 
> >> >> >>> On Wed, Jun 10, 2015 at 11:03:59AM -0500, Joe Hershberger wrote:
> >> >> >>>> >> I beat you to it:
> >> >> >>>> >> http://lists.denx.de/pipermail/u-boot/2015-May/214261.html>>
> >> >> >>>> >> >>>>
> >> >> >>>> > 
> >> >> >>>> > Well, ... ok. You won ;-) Your patchset is by far more
> >> >> >>>> > comprehensive than
> >> >> >>>> > mine.
> >> >> >>>> > If I see this right in the archives, you did not receive any
> >> >> >>>> > comments
> >> >> >>>> > since nearly a month.
> >> >> >>>> 
> >> >> >>>> That is true. I really would like a little feedback on it... or
> >> >> >>>> maybe
> >> >> >>>> I can just drop the controversial one and only include these
> >> >> >>>> things...
> >> >> >>>> they seem to be mostly straightforward.
> >> >> >>>> 
> >> >> >>>> > This was RFC will you resend this as a "real" PATCH ?
> >> >> >>>> 
> >> >> >>>> Yes.
> >> >> >>>> 
> >> >> >>>> > Could you then include two of the dependencies from my patches:
> >> >> >>>> > I think CMD_UBI has to depend on MTD_PARTITIONS and obivously
> >> >> >>>> > CMD_UBIFS
> >> >> 
> >> >> I noticed when adding MTD_PARTITIONS that MTD_DEVICE is not moved over
> >> >> yet. Do you know what the dependency relationship is there? If not
> >> >> I'll dig into it a bit.
> >> >> 
> >> >> >>>> > has to depend on CMD_UBI.
> >> >> >>>> 
> >> >> >>>> Will do.
> >> >> >>> 
> >> >> >>> I saw no action from you on this one. Can I help out - at least
> >> >> >>> for
> >> >> >>> the
> >> >> >>> decompression / ubi / ubifs part ?
> >> >> >> 
> >> >> >> Sorry about that... the end of last release got a little crazy.
> >> >> >> 
> >> >> >>> I think the setexpr / env location parts from your patchset can
> >> >> >>> then
> >> >> >>> go
> >> >> >>> in as seperate patches.
> >> >> >> 
> >> >> >> I agree. I'll split them apart and send these out.
> >> >> > 
> >> >> > I haven't forgotten about this... I plan to get this sent out this
> >> >> > week.
> >> >> 
> >> >> I had this ready to go, but conflicts with
> >> >> https://patchwork.ozlabs.org/patch/508134/, so I'm gonna have to
> >> >> regenerate the moves after that goes in.
> >> > 
> >> > Note that since it's part of the E1000 series I gave it to you in
> >> > patchwork :)
> >> 
> >> Sure, I expect to take it in once all feedback is addressed on that
> >> series.
> >> 
> >> :)
> > 
> > Joe,
> > a gentle ping on this.
> > I don't see RBTREE, MTD_PARTIONS and UBIFS in Kconfig yet.
> 
> Argh! I forgot that I had this sitting in a branch that still had a
> few targets not building cleanly. This moving configs stuff is a pain
> when so many boards use them and in odd / slightly different ways.
> 
> Now all the work has to be regenerated and reanalyzed for build
> failures. Maybe I'll just start with one dependency... get that in,
> then focus on the next, etc. There are so many boards that conflict
> readily if you have to spend any amount of time resolving issues.

I had another idea: Is it reasonable to put the parameters into Kconfig and 
only change the non-problematic board configs and leave the rest as they are ? 
That shouldn't harm ?
But I think you are right. It is propably the best if you do it step by step 
and bring one patch after the other in.

Regards,
Lars

  reply	other threads:[~2015-12-16 14:47 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-10  8:40 [U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig Lars Poeschel
2015-06-10  8:41 ` [U-Boot] [PATCH 2/5] Make MTD_PARTITIONS " Lars Poeschel
2015-06-19 20:24   ` [U-Boot] [U-Boot, " Tom Rini
2015-06-19 20:48   ` [U-Boot] [PATCH " Tom Rini
2015-06-10  8:41 ` [U-Boot] [PATCH 3/5] Make ubi " Lars Poeschel
2015-06-19 20:24   ` [U-Boot] [U-Boot,3/5] " Tom Rini
2015-06-19 20:48   ` [U-Boot] [PATCH 3/5] " Tom Rini
2015-06-10  8:41 ` [U-Boot] [PATCH 4/5] Make lzo decompression " Lars Poeschel
2015-06-19 20:24   ` [U-Boot] [U-Boot, " Tom Rini
2015-06-19 20:48   ` [U-Boot] [PATCH " Tom Rini
2015-06-10  8:41 ` [U-Boot] [PATCH 5/5] Make ubifs " Lars Poeschel
2015-06-19 20:24   ` [U-Boot] [U-Boot,5/5] " Tom Rini
2015-06-19 20:48   ` [U-Boot] [PATCH 5/5] " Tom Rini
2015-06-10 13:49 ` [U-Boot] [PATCH 1/5] Make RBTREE " Joe Hershberger
2015-06-10 15:08   ` Lars Poeschel
2015-06-10 16:03     ` Joe Hershberger
2015-07-28  8:25       ` Lars Poeschel
2015-07-28 16:01         ` Joe Hershberger
2015-08-11 19:29           ` Joe Hershberger
2015-08-18 18:47             ` Joe Hershberger
2015-08-18 19:27               ` Tom Rini
2015-08-18 19:32                 ` Joe Hershberger
2015-12-15 14:44                   ` Lars Poeschel
2015-12-15 22:54                     ` Joe Hershberger
2015-12-16 14:47                       ` Lars Poeschel [this message]
2015-08-24  7:53               ` Lars Poeschel
2015-06-19 20:33   ` Tom Rini
2015-06-19 20:39     ` Joe Hershberger
2015-06-19 20:47       ` Tom Rini
2015-06-19 20:24 ` [U-Boot] [U-Boot,1/5] " Tom Rini
2015-06-19 20:26   ` Joe Hershberger
2015-06-19 20:48 ` [U-Boot] [PATCH 1/5] " Tom Rini

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=2088850.LoZ4RLKEca@lem-wkst-02 \
    --to=poeschel@lemonage.de \
    --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