mbox series

[aarch64,boot-wrapper,0/6] Various (build system) fixes

Message ID 20210510120726.5242-1-andre.przywara@arm.com (mailing list archive)
Headers show
Series Various (build system) fixes | expand

Message

Andre Przywara May 10, 2021, 12:07 p.m. UTC
While playing around with the boot-wrapper (without reverting to my bash
history), I noticed some minor problems when building it, so this series
fixes some shortcomings.

See the respective patch subjects below for a summary.

Thanks,
Andre

Andre Przywara (6):
  configure: Make PSCI the default boot method
  configure: Fix default DTB
  configure: Use earlycon instead of earlyprintk
  Fix arch counter frequency
  pointer auth: Document CPU feature bit mask
  configure: Autodetect GICv3

 Makefile.am         | 23 +++++++++--------------
 arch/aarch64/boot.S |  3 ++-
 configure.ac        | 16 ++++------------
 3 files changed, 15 insertions(+), 27 deletions(-)

Comments

Andre Przywara July 30, 2021, 5:40 p.m. UTC | #1
On Mon, 10 May 2021 13:07:20 +0100
Andre Przywara <andre.przywara@arm.com> wrote:

> While playing around with the boot-wrapper (without reverting to my bash
> history), I noticed some minor problems when building it, so this series
> fixes some shortcomings.
> 
> See the respective patch subjects below for a summary.

Ping. Is there anything I can do to help those getting merged?

Cheers,
Andre

> 
> Thanks,
> Andre
> 
> Andre Przywara (6):
>   configure: Make PSCI the default boot method
>   configure: Fix default DTB
>   configure: Use earlycon instead of earlyprintk
>   Fix arch counter frequency
>   pointer auth: Document CPU feature bit mask
>   configure: Autodetect GICv3
> 
>  Makefile.am         | 23 +++++++++--------------
>  arch/aarch64/boot.S |  3 ++-
>  configure.ac        | 16 ++++------------
>  3 files changed, 15 insertions(+), 27 deletions(-)
>
Mark Rutland Aug. 2, 2021, 2:30 p.m. UTC | #2
On Fri, Jul 30, 2021 at 06:40:21PM +0100, Andre Przywara wrote:
> On Mon, 10 May 2021 13:07:20 +0100
> Andre Przywara <andre.przywara@arm.com> wrote:
> 
> > While playing around with the boot-wrapper (without reverting to my bash
> > history), I noticed some minor problems when building it, so this series
> > fixes some shortcomings.
> > 
> > See the respective patch subjects below for a summary.
> 
> Ping. Is there anything I can do to help those getting merged?

Sorry for the delay. I've picked the counter frequency fix for now, and
I'll see about picking up the rest with the next batch of updates. I'm
making a few other changes to defaults/configuration and would prefer to
do that all at once with a version-bump flag day.

Thanks,
Mark.

> 
> Cheers,
> Andre
> 
> > 
> > Thanks,
> > Andre
> > 
> > Andre Przywara (6):
> >   configure: Make PSCI the default boot method
> >   configure: Fix default DTB
> >   configure: Use earlycon instead of earlyprintk
> >   Fix arch counter frequency
> >   pointer auth: Document CPU feature bit mask
> >   configure: Autodetect GICv3
> > 
> >  Makefile.am         | 23 +++++++++--------------
> >  arch/aarch64/boot.S |  3 ++-
> >  configure.ac        | 16 ++++------------
> >  3 files changed, 15 insertions(+), 27 deletions(-)
> > 
>