u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH u-boot-marvell 00/11] Another kwbimage series
@ 2021-11-08 17:12 Marek Behún
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Behún @ 2021-11-08 17:12 UTC (permalink / raw)
  To: Stefan Roese; +Cc: u-boot, Pali Rohár, Marek Behún

From: Marek Behún <marek.behun@nic.cz>

Hi Stefan,

Pali has prepared another series of patches for kwbimage, I have reviewed
them.

Marek

Pali Rohár (11):
  tools: kwbimage: Add support for new commands UART_PORT and UART_MPP
  tools: kwbimage: Explicitly set version also for kwbimage v0
  tools: kwbimage: Set BOOT_FROM by default to SPI
  tools: kwbimage: Fix validation of kwbimage v0
  tools: kwbimage: Remove unused enums and prototypes
  tools: kwbimage: Align final UART image to 128 bytes
  tools: kwbimage: Do not put final image padding to the image data size
  tools: kwbimage: Align kwbimage header to proper size
  tools: kwbimage: Fill the real header size into the main header
  tools: kwbimage: Properly calculate and align kwbimage v0 header size
  tools: kwbimage: Properly set srcaddr in kwbimage v0

 tools/kwbimage.c | 250 ++++++++++++++++++++++++++++++++---------------
 tools/kwbimage.h |  25 +----
 2 files changed, 174 insertions(+), 101 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH u-boot-marvell 00/11] Another kwbimage series
  2021-11-08 17:12 Marek Behún
  2021-11-10  5:41 ` Stefan Roese
@ 2021-11-10 13:52 ` Stefan Roese
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2021-11-10 13:52 UTC (permalink / raw)
  To: Marek Behún; +Cc: u-boot, Pali Rohár, Marek Behún

On 08.11.21 18:12, Marek Behún wrote:
> From: Marek Behún <marek.behun@nic.cz>
> 
> Hi Stefan,
> 
> Pali has prepared another series of patches for kwbimage, I have reviewed
> them.
> 
> Marek
> 
> Pali Rohár (11):
>    tools: kwbimage: Add support for new commands UART_PORT and UART_MPP
>    tools: kwbimage: Explicitly set version also for kwbimage v0
>    tools: kwbimage: Set BOOT_FROM by default to SPI
>    tools: kwbimage: Fix validation of kwbimage v0
>    tools: kwbimage: Remove unused enums and prototypes
>    tools: kwbimage: Align final UART image to 128 bytes
>    tools: kwbimage: Do not put final image padding to the image data size
>    tools: kwbimage: Align kwbimage header to proper size
>    tools: kwbimage: Fill the real header size into the main header
>    tools: kwbimage: Properly calculate and align kwbimage v0 header size
>    tools: kwbimage: Properly set srcaddr in kwbimage v0
> 
>   tools/kwbimage.c | 250 ++++++++++++++++++++++++++++++++---------------
>   tools/kwbimage.h |  25 +----
>   2 files changed, 174 insertions(+), 101 deletions(-)
> 

Applied to u-boot-marvell/master

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH u-boot-marvell 00/11] Another kwbimage series
  2021-11-10  5:41 ` Stefan Roese
@ 2021-11-10  8:19   ` Pali Rohár
  0 siblings, 0 replies; 5+ messages in thread
From: Pali Rohár @ 2021-11-10  8:19 UTC (permalink / raw)
  To: Stefan Roese; +Cc: Marek Behún, u-boot, Marek Behún

On Wednesday 10 November 2021 06:41:01 Stefan Roese wrote:
> Hi Marek,
> Hi Pali,
> 
> On 08.11.21 18:12, Marek Behún wrote:
> > From: Marek Behún <marek.behun@nic.cz>
> > 
> > Hi Stefan,
> > 
> > Pali has prepared another series of patches for kwbimage, I have reviewed
> > them.
> 
> Thanks. Just checking with you: Does this series include / supersede
> these 2 patches:
> 
> http://patchwork.ozlabs.org/project/uboot/patch/20211105222958.17034-1-pali@kernel.org/
> http://patchwork.ozlabs.org/project/uboot/patch/20211105223042.17104-1-pali@kernel.org/
> 
> Or are then still "open" for pulling as well?

Above two patches are for kwboot. This patch series is for
mkimage/kwbimage. So they are for different tools, independent and above
two patches are still "open", waiting for review.

> Thanks,
> Stefan
> 
> > Marek
> > 
> > Pali Rohár (11):
> >    tools: kwbimage: Add support for new commands UART_PORT and UART_MPP
> >    tools: kwbimage: Explicitly set version also for kwbimage v0
> >    tools: kwbimage: Set BOOT_FROM by default to SPI
> >    tools: kwbimage: Fix validation of kwbimage v0
> >    tools: kwbimage: Remove unused enums and prototypes
> >    tools: kwbimage: Align final UART image to 128 bytes
> >    tools: kwbimage: Do not put final image padding to the image data size
> >    tools: kwbimage: Align kwbimage header to proper size
> >    tools: kwbimage: Fill the real header size into the main header
> >    tools: kwbimage: Properly calculate and align kwbimage v0 header size
> >    tools: kwbimage: Properly set srcaddr in kwbimage v0
> > 
> >   tools/kwbimage.c | 250 ++++++++++++++++++++++++++++++++---------------
> >   tools/kwbimage.h |  25 +----
> >   2 files changed, 174 insertions(+), 101 deletions(-)
> > 
> 
> Viele Grüße,
> Stefan Roese
> 
> -- 
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH u-boot-marvell 00/11] Another kwbimage series
  2021-11-08 17:12 Marek Behún
@ 2021-11-10  5:41 ` Stefan Roese
  2021-11-10  8:19   ` Pali Rohár
  2021-11-10 13:52 ` Stefan Roese
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Roese @ 2021-11-10  5:41 UTC (permalink / raw)
  To: Marek Behún; +Cc: u-boot, Pali Rohár, Marek Behún

Hi Marek,
Hi Pali,

On 08.11.21 18:12, Marek Behún wrote:
> From: Marek Behún <marek.behun@nic.cz>
> 
> Hi Stefan,
> 
> Pali has prepared another series of patches for kwbimage, I have reviewed
> them.

Thanks. Just checking with you: Does this series include / supersede
these 2 patches:

http://patchwork.ozlabs.org/project/uboot/patch/20211105222958.17034-1-pali@kernel.org/
http://patchwork.ozlabs.org/project/uboot/patch/20211105223042.17104-1-pali@kernel.org/

Or are then still "open" for pulling as well?

Thanks,
Stefan

> Marek
> 
> Pali Rohár (11):
>    tools: kwbimage: Add support for new commands UART_PORT and UART_MPP
>    tools: kwbimage: Explicitly set version also for kwbimage v0
>    tools: kwbimage: Set BOOT_FROM by default to SPI
>    tools: kwbimage: Fix validation of kwbimage v0
>    tools: kwbimage: Remove unused enums and prototypes
>    tools: kwbimage: Align final UART image to 128 bytes
>    tools: kwbimage: Do not put final image padding to the image data size
>    tools: kwbimage: Align kwbimage header to proper size
>    tools: kwbimage: Fill the real header size into the main header
>    tools: kwbimage: Properly calculate and align kwbimage v0 header size
>    tools: kwbimage: Properly set srcaddr in kwbimage v0
> 
>   tools/kwbimage.c | 250 ++++++++++++++++++++++++++++++++---------------
>   tools/kwbimage.h |  25 +----
>   2 files changed, 174 insertions(+), 101 deletions(-)
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH u-boot-marvell 00/11] Another kwbimage series
@ 2021-11-08 17:12 Marek Behún
  2021-11-10  5:41 ` Stefan Roese
  2021-11-10 13:52 ` Stefan Roese
  0 siblings, 2 replies; 5+ messages in thread
From: Marek Behún @ 2021-11-08 17:12 UTC (permalink / raw)
  To: Stefan Roese; +Cc: u-boot, Pali Rohár, Marek Behún

From: Marek Behún <marek.behun@nic.cz>

Hi Stefan,

Pali has prepared another series of patches for kwbimage, I have reviewed
them.

Marek

Pali Rohár (11):
  tools: kwbimage: Add support for new commands UART_PORT and UART_MPP
  tools: kwbimage: Explicitly set version also for kwbimage v0
  tools: kwbimage: Set BOOT_FROM by default to SPI
  tools: kwbimage: Fix validation of kwbimage v0
  tools: kwbimage: Remove unused enums and prototypes
  tools: kwbimage: Align final UART image to 128 bytes
  tools: kwbimage: Do not put final image padding to the image data size
  tools: kwbimage: Align kwbimage header to proper size
  tools: kwbimage: Fill the real header size into the main header
  tools: kwbimage: Properly calculate and align kwbimage v0 header size
  tools: kwbimage: Properly set srcaddr in kwbimage v0

 tools/kwbimage.c | 250 ++++++++++++++++++++++++++++++++---------------
 tools/kwbimage.h |  25 +----
 2 files changed, 174 insertions(+), 101 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-10 13:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08 17:12 [PATCH u-boot-marvell 00/11] Another kwbimage series Marek Behún
2021-11-08 17:12 Marek Behún
2021-11-10  5:41 ` Stefan Roese
2021-11-10  8:19   ` Pali Rohár
2021-11-10 13:52 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).