mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <sha@pengutronix.de>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: barebox@lists.infradead.org, ore@pengutronix.de
Subject: Re: [PATCH master v3 0/3] ARM: rpi3: fix misc recent breakage
Date: Mon, 25 Apr 2022 12:35:22 +0200	[thread overview]
Message-ID: <20220425103522.GJ4012@pengutronix.de> (raw)
In-Reply-To: <20220425094857.674044-1-a.fatoum@pengutronix.de>

On Mon, Apr 25, 2022 at 11:48:54AM +0200, Ahmad Fatoum wrote:
> barebox v2022.04.0 on the Raspberry Pi 3b is malformated, silent on the
> mini UART and slow. Fix the root causes behind these issues.
> 
> This series is a bit bigger than what normally goes direct into master,
> but I'd prefer it's applied directly to master, so we have the proper
> fixes in v2022.05.0.
> 
> v2 -> v3:
>   - add intermediate NAKED noinline function only for ARM32 where it's
>     needed
>   - reuse ENTRY_FUNCTION instead of opencoding it
> 
> v1 -> v2:
>   - remove duplicated __ARM_SETUP_STACK
> 
> Ahmad Fatoum (3):
>   ARM: asm: fix miscompilation of 32-bit ENTRY_FUNCTION_WITHSTACK
>   clk: add BCM2835 auxiliary peripheral clock driver
>   clocksource: assign non-zero priorities to all clocksources

Applied, thanks

Sascha

> 
>  arch/arm/include/asm/barebox-arm.h          | 14 ++++-
>  arch/arm/mach-at91/at91rm9200_time.c        |  1 +
>  arch/arm/mach-davinci/time.c                |  1 +
>  arch/arm/mach-ep93xx/clocksource.c          |  1 +
>  arch/arm/mach-mxs/clocksource-imx23.c       |  1 +
>  arch/arm/mach-mxs/clocksource-imx28.c       |  1 +
>  arch/arm/mach-pxa/clocksource.c             |  1 +
>  arch/arm/mach-samsung/s3c-timer.c           |  1 +
>  arch/arm/mach-tegra/tegra20-timer.c         |  1 +
>  arch/arm/mach-versatile/core.c              |  1 +
>  arch/mips/lib/csrc-r4k.c                    |  1 +
>  arch/mips/mach-xburst/csrc-jz4750.c         |  1 +
>  arch/openrisc/lib/clock.c                   |  1 +
>  arch/powerpc/mach-mpc5xxx/time.c            |  1 +
>  arch/powerpc/mach-mpc85xx/time.c            |  1 +
>  arch/sandbox/board/clock.c                  |  1 +
>  drivers/clk/Makefile                        |  1 +
>  drivers/clk/bcm/Makefile                    |  2 +
>  drivers/clk/bcm/clk-bcm2835-aux.c           | 66 +++++++++++++++++++++
>  drivers/clocksource/amba-sp804.c            |  1 +
>  drivers/clocksource/arm_architected_timer.c |  1 +
>  drivers/clocksource/arm_global_timer.c      |  1 +
>  drivers/clocksource/arm_smp_twd.c           |  1 +
>  drivers/clocksource/armv7m_systick.c        |  1 +
>  drivers/clocksource/bcm2835.c               |  1 +
>  drivers/clocksource/clps711x.c              |  1 +
>  drivers/clocksource/digic.c                 |  1 +
>  drivers/clocksource/dw_apb_timer.c          |  1 +
>  drivers/clocksource/efi.c                   |  1 +
>  drivers/clocksource/kvx_timer.c             |  1 +
>  drivers/clocksource/mvebu.c                 |  1 +
>  drivers/clocksource/nomadik.c               |  1 +
>  drivers/clocksource/orion.c                 |  1 +
>  drivers/clocksource/rk_timer.c              |  1 +
>  drivers/clocksource/timer-atmel-pit.c       |  1 +
>  drivers/clocksource/timer-imx-gpt.c         |  1 +
>  drivers/clocksource/timer-ti-32k.c          |  1 +
>  drivers/clocksource/timer-ti-dm.c           |  1 +
>  drivers/clocksource/uemd.c                  |  1 +
>  39 files changed, 117 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/clk/bcm/Makefile
>  create mode 100644 drivers/clk/bcm/clk-bcm2835-aux.c
> 
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


      parent reply	other threads:[~2022-04-25 10:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25  9:48 Ahmad Fatoum
2022-04-25  9:48 ` [PATCH master v3 1/3] ARM: asm: fix miscompilation of 32-bit ENTRY_FUNCTION_WITHSTACK Ahmad Fatoum
2022-04-25  9:48 ` [PATCH master v3 2/3] clk: add BCM2835 auxiliary peripheral clock driver Ahmad Fatoum
2022-04-25  9:48 ` [PATCH master v3 3/3] clocksource: assign non-zero priorities to all clocksources Ahmad Fatoum
2022-04-25 10:35 ` Sascha Hauer [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=20220425103522.GJ4012@pengutronix.de \
    --to=sha@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=ore@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox