| To: | Gabor Juhos <juhosg@openwrt.org> |
|---|---|
| Subject: | Re: [PATCH 03/18] MIPS: add generic support for multiple machines within a single kernel |
| From: | Felix Fietkau <nbd@openwrt.org> |
| Date: | Tue, 23 Nov 2010 20:06:22 +0100 |
| Cc: | Arnaud Lacombe <lacombar@gmail.com>, Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org, kaloz@openwrt.org, "Luis R. Rodriguez" <lrodriguez@atheros.com>, Cliff Holden <Cliff.Holden@atheros.com> |
| In-reply-to: | <4CEC0D1C.7090605@openwrt.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1290524800-21419-1-git-send-email-juhosg@openwrt.org> <1290524800-21419-4-git-send-email-juhosg@openwrt.org> <AANLkTikMwNqd507sPSTQOXt4KYkr9v61H=4_ESo7xFdj@mail.gmail.com> <4CEC0D1C.7090605@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 |
On 2010-11-23 7:51 PM, Gabor Juhos wrote: > Hi Arnaud, > >> On Tue, Nov 23, 2010 at 10:06 AM, Gabor Juhos <juhosg@openwrt.org> wrote: >>> This patch adds a generic solution to support multiple machines based on >>> a given SoC within a single kernel image. It is implemented already for >>> several other architectures but MIPS has no generic support for that yet. >>> >> Is this the way `arch/mips' wants to go to support multiple machine >> within a same kernel image ? > > I don't know yet what will be the chosen way. > >> Flattened Device Tree is the other way to achieve that. I remind the latter >> being proposed by Felix Fietkau on #openwrt. > > FDT makes sense when the bootloader supports that. FDT makes sense when the > bootloader supports that, but i'm not aware of any AR71xx/AR724x/AR913x based > board which has such bootloader. Additionally, the device-tree support for > MIPS > has been added only recently and none of the existing MIPS boards are using > that > yet AFAIK. If that will be widely used we can consider to switch to that > later. We don't need boot loader support, we can make a simple loader stub that passes the FDT data to the kernel. It would certainly be better than our current cmdline hack ;) I think using FDT would save us a lot of maintenance work, as we wouldn't have to change the kernel for every single new board that we add support for. - Felix |
| Previous by Date: | Re: [PATCH 03/18] MIPS: add generic support for multiple machines within a single kernel, Gabor Juhos |
|---|---|
| Next by Date: | Re: [PATCH 03/18] MIPS: add generic support for multiple machines within a single kernel, David Daney |
| Previous by Thread: | Re: [PATCH 03/18] MIPS: add generic support for multiple machines within a single kernel, Gabor Juhos |
| Next by Thread: | Re: [PATCH 03/18] MIPS: add generic support for multiple machines within a single kernel, David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |