From: Frank Rowand <frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Tim Wang <timwang-XOWFcpiLszpWk0Htik3J/w@public.gmane.org>
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
wtt_usst-9Onoh4P/yGk@public.gmane.org
Subject: Re: [PATCH] Implement the -a option to pad dtb aligned
Date: Fri, 24 Jun 2016 11:41:03 -0700 [thread overview]
Message-ID: <576D7EBF.6000507@gmail.com> (raw)
In-Reply-To: <1466767161-599-1-git-send-email-timwang-XOWFcpiLszpWk0Htik3J/w@public.gmane.org>
Hi Tim,
On 06/24/16 04:19, Tim Wang wrote:
> There is one condition that need cat the dtb files
> into one dtb.img which can support several boards
> use same SoC platform.
>
> And the original dtb file size is not aligned to any base.
> This may cause "Synchronous Abort" when load from a unligned
> address on some SoC machine, such as ARM.
>
> So this patch implement the -a <aligned number> option to
> pad zero at the end of dtb files and make the dtb size aligned
> to <aligned number>.
>
> Then, the aligned dtbs can cat together and load without "Synchronous
> Abort".
>
> Signed-off-by: Tim Wang <timwang-XOWFcpiLszpWk0Htik3J/w@public.gmane.org>
> ---
> dtc.c | 9 ++++++++-
> dtc.h | 1 +
> flattree.c | 10 ++++++++++
[ ... ]
The MAINTAINERS file is not very helpful in this case.
You need to send dtc patches to the devicetree-compiler list
devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subscription info is at
http://vger.kernel.org/vger-lists.html#devicetree-compiler
After changes are made by the dtc maintainer, we pull the new
version of dtc into the Linux tree.
-Frank
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Frank Rowand <frowand.list@gmail.com>
To: Tim Wang <timwang@asrmicro.com>
Cc: robh+dt@kernel.org, grant.likely@linaro.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
wtt_usst@163.com
Subject: Re: [PATCH] Implement the -a option to pad dtb aligned
Date: Fri, 24 Jun 2016 11:41:03 -0700 [thread overview]
Message-ID: <576D7EBF.6000507@gmail.com> (raw)
In-Reply-To: <1466767161-599-1-git-send-email-timwang@asrmicro.com>
Hi Tim,
On 06/24/16 04:19, Tim Wang wrote:
> There is one condition that need cat the dtb files
> into one dtb.img which can support several boards
> use same SoC platform.
>
> And the original dtb file size is not aligned to any base.
> This may cause "Synchronous Abort" when load from a unligned
> address on some SoC machine, such as ARM.
>
> So this patch implement the -a <aligned number> option to
> pad zero at the end of dtb files and make the dtb size aligned
> to <aligned number>.
>
> Then, the aligned dtbs can cat together and load without "Synchronous
> Abort".
>
> Signed-off-by: Tim Wang <timwang@asrmicro.com>
> ---
> dtc.c | 9 ++++++++-
> dtc.h | 1 +
> flattree.c | 10 ++++++++++
[ ... ]
The MAINTAINERS file is not very helpful in this case.
You need to send dtc patches to the devicetree-compiler list
devicetree-compiler@vger.kernel.org
Subscription info is at
http://vger.kernel.org/vger-lists.html#devicetree-compiler
After changes are made by the dtc maintainer, we pull the new
version of dtc into the Linux tree.
-Frank
next prev parent reply other threads:[~2016-06-24 18:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-24 11:19 [PATCH] Implement the -a option to pad dtb aligned Tim Wang
2016-06-24 11:19 ` Tim Wang
[not found] ` <1466767161-599-1-git-send-email-timwang-XOWFcpiLszpWk0Htik3J/w@public.gmane.org>
2016-06-24 18:41 ` Frank Rowand [this message]
2016-06-24 18:41 ` Frank Rowand
-- strict thread matches above, loose matches on Subject: below --
2016-06-24 20:32 Tim Wang
[not found] ` <1466800337-1729-1-git-send-email-timwang-XOWFcpiLszpWk0Htik3J/w@public.gmane.org>
2016-06-27 5:45 ` David Gibson
[not found] ` <20160627054507.GO4242-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org>
2016-06-27 8:49 ` Wang Tim(王艇艇)
[not found] ` <7bbb538e64e740cdbb97e21c1ff0522b-w/Y+SVW4SlHx9BLjpE4ezaBKnGwkPULj@public.gmane.org>
2016-06-28 5:28 ` David Gibson
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=576D7EBF.6000507@gmail.com \
--to=frowand.list-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=timwang-XOWFcpiLszpWk0Htik3J/w@public.gmane.org \
--cc=wtt_usst-9Onoh4P/yGk@public.gmane.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.