All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: Tom Rini <trini@konsulko.com>
Cc: Sean Anderson <sean.anderson@seco.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Simon Glass <sjg@chromium.org>,
	u-boot@lists.denx.de, Mingkai Hu <mingkai.hu@nxp.com>,
	Priyanka Jain <priyanka.jain@nxp.com>,
	Rajesh Bhagat <rajesh.bhagat@nxp.com>
Subject: Re: [PATCH 00/17] arm: semihosting: Cleanups and new features
Date: Fri, 11 Mar 2022 13:10:50 +0000	[thread overview]
Message-ID: <20220311131050.51b49265@donnerap.cambridge.arm.com> (raw)
In-Reply-To: <20220310171616.GP5020@bill-the-cat>

On Thu, 10 Mar 2022 12:16:16 -0500
Tom Rini <trini@konsulko.com> wrote:

> On Thu, Mar 10, 2022 at 12:06:48PM -0500, Sean Anderson wrote:
> > 
> > 
> > On 3/10/22 12:01 PM, Andre Przywara wrote:  
> > > On Thu, 10 Mar 2022 11:48:50 -0500
> > > Sean Anderson <sean.anderson@seco.com> wrote:
> > > 
> > > Hi,
> > >   
> > >> On 3/4/22 1:46 PM, Tom Rini wrote:  
> > >> > On Fri, Mar 04, 2022 at 12:19:27PM -0500, Sean Anderson wrote:    
> > >> >> Hi Andre,
> > >> >> 
> > >> >> On 3/4/22 6:47 AM, Andre Przywara wrote:    
> > >> >> > On Fri, 4 Mar 2022 02:06:03 +0100
> > >> >> > Linus Walleij <linus.walleij@linaro.org> wrote:
> > >> >> > 
> > >> >> > Hi,
> > >> >> > 
> > >> >> > Linus, thanks for the heads up, much appreciated!
> > >> >> >     
> > >> >> >> On Thu, Mar 3, 2022 at 9:44 PM Sean Anderson <sean.anderson@seco.com> wrote:
> > >> >> >>     
> > >> >> >> > The main device affected by these changes is vexpress64, so I'd appreciate
> > >> >> >> > if Linus (or anyone else) could try booting.      
> > >> >> > 
> > >> >> > As it happens, I am sitting on a series updating vexpress_aemv8a_semi, and
> > >> >> > letting it use OF_CONTROL. I will send this ASAP.
> > >> >> > As it turned out, the automatic semihosting boot command is actually broken
> > >> >> > in v2022.01, the fix is the first patch in my series. This clashes with
> > >> >> > this series, but it's easy to resolve.    
> > >> >> 
> > >> >> I, for one, appreciate that the boot command is no longer all one line after
> > >> >> your series.
> > >> >> 
> > >> >> Simon/Tom, which series would you like to be based off the other?    
> > >> > 
> > >> > I think it's however it's easiest for you two to collaborate.    
> > >> 
> > >> I think it will be cleaner for me to base my series on his, but I just want to
> > >> avoid having to rebase a lot :)  
> > > 
> > > Yeah, it should just be this one line, though, right?
> > > Tom, would you consider taking patch 01/11 now, as this fixes a
> > > regression? The Sean could at least rebase on top of this. Rebasing on top
> > > of the rest should be more straight-forward, because it's not one
> > > super-long line anymore.  
> > 
> > The patch which makes the boot command multi-line is [PATCH 07/11] vexpress64: fvp:
> > add distro_boot support. I'm not sure how much that patch depends on the others,
> > but presumably you would need to apply 5 and 6 as well.  
> 
> Um, so for clarity, should I take:
> https://patchwork.ozlabs.org/project/uboot/patch/20220304163018.3167841-2-andre.przywara@arm.com/

Yes, please, it's really just this one patch that fixes the regression.
This is also the reason I refrained from sending a separate series, plus
the other patches (trivially) depend on it.

Thanks!
Andre


> or if it's more than just that, how about a regression-fixes-only series
> for me to take for this release?  Thanks!
> 


      reply	other threads:[~2022-03-11 13:11 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03 20:43 [PATCH 00/17] arm: semihosting: Cleanups and new features Sean Anderson
2022-03-03 20:43 ` [PATCH 01/17] doc: Convert semihosting readme to rST Sean Anderson
2022-03-03 20:43 ` [PATCH 02/17] nxp: ls1046ardb: Convert README " Sean Anderson
2022-03-03 20:43 ` [PATCH 03/17] doc: ls1046ardb: Expand boot mode section Sean Anderson
2022-03-03 20:43 ` [PATCH 04/17] arm: smh: Add semihosting entry to MAINTAINERS Sean Anderson
2022-03-03 20:43 ` [PATCH 05/17] arm: smh: Export semihosting functions Sean Anderson
2022-03-03 20:43 ` [PATCH 06/17] arm: smh: Use numeric modes for smh_open Sean Anderson
2022-03-03 20:43 ` [PATCH 07/17] arm: smh: Return errno on error Sean Anderson
2022-03-03 20:43 ` [PATCH 08/17] arm: smh: Document functions in header Sean Anderson
2022-03-03 20:43 ` [PATCH 09/17] arm: smh: Add some file manipulation commands Sean Anderson
2022-03-03 20:43 ` [PATCH 10/17] spl: Add semihosting boot method Sean Anderson
2022-03-03 20:43 ` [PATCH 11/17] fs: Add semihosting filesystem Sean Anderson
2022-03-03 20:43 ` [PATCH 12/17] cmd: fdt: Use start/size for chosen instead of start/end Sean Anderson
2022-03-03 20:43 ` [PATCH 13/17] arm: smh: Remove smhload command Sean Anderson
2022-03-03 20:43 ` [PATCH 14/17] arm: smh: Add some functions for working with the host console Sean Anderson
2022-03-03 20:43 ` [PATCH 15/17] serial: Add semihosting driver Sean Anderson
2022-03-03 20:43 ` [PATCH 16/17] doc: smh: Update semihosting documentation Sean Anderson
2022-03-03 20:44 ` [PATCH 17/17] ls1046ardb: Add support for JTAG boot Sean Anderson
2022-03-04  1:06 ` [PATCH 00/17] arm: semihosting: Cleanups and new features Linus Walleij
2022-03-04 11:47   ` Andre Przywara
2022-03-04 17:19     ` Sean Anderson
2022-03-04 18:46       ` Tom Rini
2022-03-10 16:48         ` Sean Anderson
2022-03-10 17:01           ` Andre Przywara
2022-03-10 17:06             ` Sean Anderson
2022-03-10 17:16               ` Tom Rini
2022-03-11 13:10                 ` Andre Przywara [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=20220311131050.51b49265@donnerap.cambridge.arm.com \
    --to=andre.przywara@arm.com \
    --cc=linus.walleij@linaro.org \
    --cc=mingkai.hu@nxp.com \
    --cc=priyanka.jain@nxp.com \
    --cc=rajesh.bhagat@nxp.com \
    --cc=sean.anderson@seco.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.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.