All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCH v4 0/3] binman: Further updates for FIT support
Date: Mon, 14 Sep 2020 08:48:30 +0200	[thread overview]
Message-ID: <03833664-43a8-01e1-5a5d-0f483afa1e09@xilinx.com> (raw)
In-Reply-To: <64d0e2b8-0323-0fbb-5d63-4f6ea6758be8@sholland.org>



On 12. 09. 20 22:43, Samuel Holland wrote:
> On 9/7/20 3:44 AM, Michal Simek wrote:
>> Hi Simon,
>>
>> On 06. 09. 20 18:39, Simon Glass wrote:
>>> This series adds support for help messages when binary blobs are missing,
>>> as well as selecting the default FIT configuration.
>>>
>>> It includes the v3 patches from the earlier series that were not applied.
>>>
>>> Note: This series is available at u-boot-dm/binman-working and is based
>>> on u-boot-dm/next
>>>
>>> Changes in v4:
>>> - Add more documentation for DEFAULT-SEQ
>>> - Drop patches previous applied to u-boot-dm/next
>>>
>>> Changes in v3:
>>> - Add a way to show help messages for missing blobs
>>> - Rebase on top of earlier binman series
>>>
>>> Changes in v2:
>>> - Add new patch to allow selecting default FIT configuration
>>>
>>> Simon Glass (3):
>>>   binman: Allow selecting default FIT configuration
>>>   binman: Support help messages for missing blobs
>>>   binman: sunxi: Add help message for missing sunxi ATF BL31
>>>
>>>  Makefile                                      |  2 +
>>>  arch/arm/dts/sunxi-u-boot.dtsi                |  1 +
>>>  tools/binman/README                           |  6 ++
>>>  tools/binman/README.entries                   |  4 ++
>>>  tools/binman/control.py                       | 69 ++++++++++++++++++-
>>>  tools/binman/entry.py                         |  9 +++
>>>  tools/binman/etype/fit.py                     | 26 +++++++
>>>  tools/binman/ftest.py                         | 59 ++++++++++++++--
>>>  tools/binman/missing-blob-help                | 15 ++++
>>>  tools/binman/test/168_fit_missing_blob.dts    |  9 ++-
>>>  .../test/{170_fit_fdt.dts => 172_fit_fdt.dts} |  2 +-
>>>  11 files changed, 195 insertions(+), 7 deletions(-)
>>>  create mode 100644 tools/binman/missing-blob-help
>>>  rename tools/binman/test/{170_fit_fdt.dts => 172_fit_fdt.dts} (95%)
>>>
>>
>> I just spot one thing and will be good to clearify it.
>>
>> In sunxi this description is used.
>> +					firmware = "uboot";
>> +					loadables = "atf";
>>
>> But is this right way how this should be described?
> 
> No, this is backwards. I have sent a patch to fix this along with the script it
> was copied from:
> 
> https://patchwork.ozlabs.org/project/uboot/patch/20200906032615.40448-8-samuel at sholland.org/

great.

Thanks,
Michal

      reply	other threads:[~2020-09-14  6:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-06 16:39 [PATCH v4 0/3] binman: Further updates for FIT support Simon Glass
2020-09-06 16:39 ` [PATCH v4 1/3] binman: Allow selecting default FIT configuration Simon Glass
2020-09-08 17:33   ` Alper Nebi Yasak
2020-09-08 23:56     ` Simon Glass
2020-09-09 20:27       ` Alper Nebi Yasak
2020-09-27  1:59       ` Simon Glass
2020-09-06 16:39 ` [PATCH v4 2/3] binman: Support help messages for missing blobs Simon Glass
2020-09-08 16:37   ` Alper Nebi Yasak
2020-09-08 23:56     ` Simon Glass
2020-09-09 20:29       ` Alper Nebi Yasak
2020-09-27  1:59       ` Simon Glass
2020-09-06 16:39 ` [PATCH v4 3/3] binman: sunxi: Add help message for missing sunxi ATF BL31 Simon Glass
2020-09-07  8:44 ` [PATCH v4 0/3] binman: Further updates for FIT support Michal Simek
2020-09-07 13:57   ` Simon Glass
2020-09-12 20:43   ` Samuel Holland
2020-09-14  6:48     ` Michal Simek [this message]

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=03833664-43a8-01e1-5a5d-0f483afa1e09@xilinx.com \
    --to=michal.simek@xilinx.com \
    --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 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.