From: Soeren Moch <smoch@web.de>
To: u-boot@lists.denx.de
Subject: [RFC PATCH] imx: skip unused compatible strings in drivers
Date: Tue, 26 May 2020 13:35:07 +0200 [thread overview]
Message-ID: <299198d1-dfce-4ae3-e05f-315638ccd41e@web.de> (raw)
In-Reply-To: <f89683c5-5d69-76fd-badb-b2e591459013@denx.de>
On 26.05.20 13:25, Marek Vasut wrote:
> On 5/26/20 1:12 PM, Soeren Moch wrote:
>> On 25.05.20 22:24, Anatolij Gustschin wrote:
>>> Converting to DM increases binary size and breaks building some
>>> boards (i.e. tbs2910, gcc 9.2). The approach to address this issue
>>> via cutting off unused properties/nodes in device tree via custom
>>> u-boot.dtsi was not welcome, even if the affected boards do not
>>> pass the built-in device tree to the kernel.
>> But there is CONFIG_OF_REMOVE_PROPS="dmas dma-names interrupt-parent
>> interrupts interrupts-extended interrupt-names interrupt-map
>> interrupt-map-mask" in tbs2910_defconfig. So removing properties is
>> already done via this config option. Removing nodes is not implemented
>> (yet? AFAIK). But would be welcome if someone implements this in a
>> similar way, I think.
> Why don't we turn this the other way around -- put the { compat string ,
> driver } tuple list into a U-Boot linker list, then filter this linker
> list against a DT which will be used for the platform (what if there are
> multiple DTs?), and then scrub all unreferrenced symbols.
I think we discussed this idea earlier, and indeed this sounds more
promising. Apparently it is more difficult to implement, so this
CONFIG_OF_REMOVE_PROPS was done as first step. Unfortunately I'm not
familiar with fdt transformations, nor linker scripts. So I cannot
really judge the required effort. But I would be happy if someone else
implements this.
Soeren
next prev parent reply other threads:[~2020-05-26 11:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-25 20:24 [RFC PATCH] imx: skip unused compatible strings in drivers Anatolij Gustschin
2020-05-26 11:12 ` Soeren Moch
2020-05-26 11:25 ` Marek Vasut
2020-05-26 11:35 ` Soeren Moch [this message]
2020-05-26 11:58 ` Anatolij Gustschin
2020-05-26 12:00 ` Marek Vasut
2020-05-26 12:40 ` Peng Fan
2020-05-26 12:42 ` Marek Vasut
2020-05-26 13:15 ` Anatolij Gustschin
2020-05-26 11:43 ` Anatolij Gustschin
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=299198d1-dfce-4ae3-e05f-315638ccd41e@web.de \
--to=smoch@web.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