From: Antony Pavlov <antonynpavlov@gmail.com>
To: "Thorsten K. Scherer" <t.scherer@eckelmann.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] imd: model and compatible missing in metadata
Date: Mon, 17 Dec 2018 14:18:52 +0300 [thread overview]
Message-ID: <20181217141852.9c9dd9acf3072d07af8af20b@gmail.com> (raw)
In-Reply-To: <20181213063356.19138-1-t.scherer@eckelmann.de>
On Thu, 13 Dec 2018 07:33:56 +0100
"Thorsten K. Scherer" <t.scherer@eckelmann.de> wrote:
Hi!
> fixes 97e81f2
>
> Signed-off-by: Thorsten K. Scherer <t.scherer@eckelmann.de>
> ---
> include/asm-generic/barebox.lds.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/asm-generic/barebox.lds.h b/include/asm-generic/barebox.lds.h
> index 74d3ca4a9..decaab79a 100644
> --- a/include/asm-generic/barebox.lds.h
> +++ b/include/asm-generic/barebox.lds.h
> @@ -66,7 +66,7 @@
> #define BAREBOX_IMD \
> KEEP(*(.barebox_imd_start)) \
> KEEP(*(.barebox_imd_1*)) \
> - *(.barebox_imd_0*) \
> + KEEP(*(.barebox_imd_0*)) \
> KEEP(*(.barebox_imd_end))
>
> #if defined(CONFIG_ARCH_BAREBOX_MAX_BARE_INIT_SIZE) && \
> --
> 2.19.1
It looks like this patch has unobvious drawback.
The bareboximd utility sees too many 'model' and 'compatible' strings in a single image, e.g.:
$ git clone -b next git://git.pengutronix.de/git/barebox.git
$ cd barebox
barebox$ git log -1 --oneline
5407887ff (HEAD -> next, origin/next) Merge branch 'for-next/mtd' into next
barebox$ export ARCH=arm
barebox$ export CROSS_COMPILE=arm-linux-gnueabi-
barebox$ make tegra_v7_defconfig
barebox$ echo "CONFIG_IMD=y" >> .config
barebox$ echo "CONFIG_IMD_TARGET=y" >> .config
barebox$ make oldconfig
barebox$ make
barebox$ ./scripts/bareboximd images/barebox-tegra20-toshiba-ac100-usbloader.img
build: #1 Mon Dec 17 13:59:41 MSK 2018
release: 2018.12.0-00273-g5407887ff
of_compatible: nvidia,jetson-tk1 nvidia,tegra124
model: NVIDIA Tegra124 Jetson TK1
of_compatible: toradex,iris toradex,colibri_t20 nvidia,tegra20
model: Toradex Colibri T20 on Iris
of_compatible: compal,paz00 nvidia,tegra20
model: Toshiba AC100 / Dynabook AZ
of_compatible: nvidia,beaver nvidia,tegra30
model: NVIDIA Tegra30 Beaver evaluation board
--
Best regards,
Antony Pavlov
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2018-12-17 11:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-13 6:33 Thorsten K. Scherer
2018-12-13 7:20 ` Sascha Hauer
2018-12-17 11:18 ` Antony Pavlov [this message]
2018-12-17 11:31 ` Sascha Hauer
2018-12-20 12:54 ` Scherer, Thorsten
2019-01-03 11:02 ` s.hauer
2019-01-22 8:10 ` Scherer, Thorsten
2019-01-22 8:53 ` Uwe Kleine-König
2019-01-23 14:05 ` Scherer, Thorsten
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=20181217141852.9c9dd9acf3072d07af8af20b@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=t.scherer@eckelmann.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