From: dv@vollmann.ch (Detlef Vollmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform
Date: Thu, 10 Dec 2015 23:00:24 +0100 [thread overview]
Message-ID: <5669F5F8.5010005@vollmann.ch> (raw)
In-Reply-To: <2992463.fVOGazvIkH@wuerfel>
On 12/10/15 22:29, Arnd Bergmann wrote:
> On Thursday 10 December 2015 22:14:25 Detlef Vollmann wrote:
>> On 12/10/15 21:59, Arnd Bergmann wrote:
>>> On Thursday 10 December 2015 20:03:18 Detlef Vollmann wrote:
>>>> On 12/10/15 14:43, Arnd Bergmann wrote:
>>>>> text data bss dec hex filename
>>>>> 942144 64112 17648 1023904 f9fa0 build/tmp/vmlinux-orion-allno
>>>>> 1027516 54052 20824 1102392 10d238 build/tmp/vmlinux-multi-plus-orion
>>>>> 1025320 66020 18744 1110084 10f044 build/tmp/vmlinux-orion-plus-of
>>>>>
>>>>> The diff below shows all the differences between orion-allno and
>>>>> multi-plus-orion.
>>>> How did you get the orion-allno config and how did you get it compiled?
>>>> I tried to apply your changes to my config and compile it, but
>>>> it started silentoldconfig which introduced back 'ARCH_MULTIPLATFORM'
>>>
>>> The first and third row are without my patches, once they are applied,
>>> ARCH_ORION becomes a sub-option of ARCH_MULTIPLATFORM.
>>
>> So with your patches it's no longer possible to build a small kernel, correct?
>
> Correct. I was a bit surprised at how much object code enabling CONFIG_OF
> adds these days, it used to be a lot less, but you are right that
> disabling CONFIG_OF is not possible with the way that ARCH_MULTIPLATFORM
> is structured.
>
> It was always the plan to move all orion5x machines over to use CONFIG_OF
> eventually, so you get that overhead one way or another, and at least
> it looks like doing multiplatform on top of OF doesn't add any noticeable
> extra overhead (the total numbers are actually smaller).
So the message is that Linux just get's bigger...
Fortunately this patch is planned for 4.5, and 4.4 is going to be an LTS kernel.
> It may also be worth investigating what has made CONFIG_OF so costly,
Probably because too much is done at runtime and too few things can
be fixed at build time.
> maybe we can reduce this a bit again.
Probably not without turning the wheel backward :-(
So for the test: yes it works, but I'm unhappy with it.
Detlef
next prev parent reply other threads:[~2015-12-10 22:00 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-25 15:49 [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann
2015-11-25 15:49 ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 1/5] ARM: orion: move watchdog setup to mach-orion5x Arnd Bergmann
2015-11-25 15:49 ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 2/5] ARM: orion: always use MULTI_IRQ_HANDLER Arnd Bergmann
2015-11-25 15:49 ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 3/5] ARM: orion: use SPARSE_IRQ everywhere Arnd Bergmann
2015-11-25 15:49 ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 4/5] ARM: orion: clean up mach/*.h headers Arnd Bergmann
2015-11-25 15:49 ` Arnd Bergmann
2015-11-25 15:49 ` [PATCH 5/5] ARM: orion: multiplatform support Arnd Bergmann
2015-11-25 15:49 ` Arnd Bergmann
2015-11-25 16:09 ` [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn
2015-11-25 16:09 ` Andrew Lunn
2015-11-25 17:34 ` Gregory CLEMENT
2015-11-25 17:34 ` Gregory CLEMENT
2015-11-25 17:44 ` Andrew Lunn
2015-11-25 17:44 ` Andrew Lunn
2015-11-25 19:58 ` Arnd Bergmann
2015-11-25 19:58 ` Arnd Bergmann
2015-11-26 14:50 ` Jason Cooper
2015-11-26 14:50 ` Jason Cooper
2015-11-25 18:37 ` Russell King - ARM Linux
2015-11-25 18:37 ` Russell King - ARM Linux
2015-11-25 19:16 ` Andrew Lunn
2015-11-25 19:16 ` Andrew Lunn
2015-11-25 19:29 ` Russell King - ARM Linux
2015-11-25 19:29 ` Russell King - ARM Linux
2015-11-25 23:19 ` Russell King - ARM Linux
2015-11-25 23:19 ` Russell King - ARM Linux
2015-11-25 20:05 ` Arnd Bergmann
2015-11-25 20:05 ` Arnd Bergmann
2015-11-25 22:47 ` Russell King - ARM Linux
2015-11-25 22:47 ` Russell King - ARM Linux
2015-11-25 20:14 ` Andrew Lunn
2015-11-25 20:14 ` Andrew Lunn
2015-11-30 13:37 ` Gregory CLEMENT
2015-11-30 13:37 ` Gregory CLEMENT
2015-11-30 13:43 ` Gregory CLEMENT
2015-12-01 17:22 ` Detlef Vollmann
2015-12-02 11:08 ` Gregory CLEMENT
2015-12-02 14:55 ` Andrew Lunn
2015-12-02 14:55 ` Andrew Lunn
2015-12-10 12:56 ` Detlef Vollmann
2015-12-10 13:18 ` Arnd Bergmann
2015-12-10 13:18 ` Arnd Bergmann
2015-12-10 13:43 ` Arnd Bergmann
2015-12-10 13:43 ` Arnd Bergmann
2015-12-10 19:03 ` Detlef Vollmann
2015-12-10 20:59 ` Arnd Bergmann
2015-12-10 20:59 ` Arnd Bergmann
2015-12-10 21:14 ` Detlef Vollmann
2015-12-10 21:29 ` Arnd Bergmann
2015-12-10 21:29 ` Arnd Bergmann
2015-12-10 22:00 ` Detlef Vollmann [this message]
2015-12-10 23:10 ` Arnd Bergmann
2015-12-10 23:10 ` Arnd Bergmann
2015-12-11 13:36 ` Jason Cooper
2015-12-11 13:36 ` Jason Cooper
2015-12-11 14:46 ` Arnd Bergmann
2015-12-11 14:46 ` Arnd Bergmann
2015-12-11 14:55 ` Jason Cooper
2015-12-11 14:55 ` Jason Cooper
2015-12-11 22:41 ` Detlef Vollmann
2015-12-11 18:27 ` Josh Triplett
2015-12-11 18:27 ` Josh Triplett
2015-12-11 18:46 ` Jason Cooper
2015-12-11 18:46 ` Jason Cooper
2015-12-11 19:08 ` Josh Triplett
2015-12-11 19:08 ` Josh Triplett
2015-12-11 19:14 ` Jason Cooper
2015-12-11 19:14 ` Jason Cooper
[not found] ` <5669808F.2050909@vollmann.ch>
2015-12-11 21:33 ` Arnd Bergmann
2015-12-11 21:33 ` Arnd Bergmann
2015-12-11 23:18 ` Detlef Vollmann
2015-12-01 22:51 ` Andrew Lunn
2015-12-01 22:51 ` Andrew Lunn
2015-12-01 22:55 ` Arnd Bergmann
2015-12-01 22:55 ` Arnd Bergmann
2015-12-02 11:03 ` Gregory CLEMENT
2015-12-02 11:03 ` Gregory CLEMENT
2015-12-02 12:33 ` Russell King - ARM Linux
2015-12-02 12:33 ` Russell King - ARM Linux
2015-12-02 15:49 ` Arnd Bergmann
2015-12-02 15:49 ` Arnd Bergmann
2015-12-02 19:28 ` Russell King - ARM Linux
2015-12-02 19:28 ` Russell King - ARM Linux
2015-12-02 19:37 ` Russell King - ARM Linux
2015-12-02 19:37 ` Russell King - ARM Linux
2015-12-02 19:54 ` Arnd Bergmann
2015-12-02 19:54 ` Arnd Bergmann
2015-12-02 19:51 ` Arnd Bergmann
2015-12-02 19:51 ` Arnd Bergmann
2015-12-02 20:22 ` Russell King - ARM Linux
2015-12-02 20:22 ` Russell King - ARM Linux
2015-12-02 20:38 ` Andrew Lunn
2015-12-02 20:38 ` Andrew Lunn
2015-12-02 21:03 ` Russell King - ARM Linux
2015-12-02 21:03 ` Russell King - ARM Linux
2015-12-02 21:15 ` Arnd Bergmann
2015-12-02 21:15 ` Arnd Bergmann
2015-12-02 23:59 ` Andrew Lunn
2015-12-02 23:59 ` Andrew Lunn
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=5669F5F8.5010005@vollmann.ch \
--to=dv@vollmann.ch \
--cc=linux-arm-kernel@lists.infradead.org \
/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 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.