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
Subject: Re: [PATCH 0/5] ARM: i.MX8M: implement bootrom log viewing command
Date: Fri, 2 Dec 2022 09:46:13 +0100	[thread overview]
Message-ID: <20221202084613.GK29728@pengutronix.de> (raw)
In-Reply-To: <20221101180643.244270-1-a.fatoum@pengutronix.de>

On Tue, Nov 01, 2022 at 07:06:38PM +0100, Ahmad Fatoum wrote:
> The ROM event log of the i.MX8M* can help with debugging boot
> failures as it lists various information about boot mode, image,
> fallback and recovery as well as timestamps when some actions along
> the boot process occurred.
> 
> This adds a new bootrom -l command that supports reading this out.
> 
> Ahmad Fatoum (5):
>   ARM: asm: set aside new arm_mem_scratch space
>   ARM: i.MX8M: esdctl: export imx8m_barebox_earlymem_size
>   ARM: i.MX8M: define imx8mX_scratch_space() helper
>   ARM: i.MX8M: support saving BootROM event log before clobbering OCRAM
>   ARM: i.MX8M: implement bootrom log viewing command

Applied, thanks

Sascha

> 
>  arch/arm/include/asm/barebox-arm.h          |   7 +
>  arch/arm/mach-imx/Kconfig                   |   4 +
>  arch/arm/mach-imx/Makefile                  |   1 +
>  arch/arm/mach-imx/atf.c                     |   3 +
>  arch/arm/mach-imx/bootrom-cmd.c             | 220 ++++++++++++++++++++
>  arch/arm/mach-imx/esdctl.c                  |  11 +-
>  arch/arm/mach-imx/include/mach/esdctl.h     |   3 +
>  arch/arm/mach-imx/include/mach/imx8m-regs.h |   8 +
>  arch/arm/mach-imx/include/mach/romapi.h     |  11 +
>  arch/arm/mach-imx/include/mach/xload.h      |  11 +
>  arch/arm/mach-imx/romapi.c                  |  26 +++
>  arch/arm/mach-imx/xload-common.c            |  10 +
>  commands/Kconfig                            |   8 +
>  13 files changed, 320 insertions(+), 3 deletions(-)
>  create mode 100644 arch/arm/mach-imx/bootrom-cmd.c
> 
> -- 
> 2.30.2
> 
> 
> 

-- 
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 |



      parent reply	other threads:[~2022-12-02  8:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-01 18:06 Ahmad Fatoum
2022-11-01 18:06 ` [PATCH 1/5] ARM: asm: set aside new arm_mem_scratch space Ahmad Fatoum
2022-11-01 18:06 ` [PATCH 2/5] ARM: i.MX8M: esdctl: export imx8m_barebox_earlymem_size Ahmad Fatoum
2022-11-01 18:06 ` [PATCH 3/5] ARM: i.MX8M: define imx8mX_scratch_space() helper Ahmad Fatoum
2022-11-01 18:06 ` [PATCH 4/5] ARM: i.MX8M: support saving BootROM event log before clobbering OCRAM Ahmad Fatoum
2022-11-01 18:06 ` [PATCH 5/5] ARM: i.MX8M: implement bootrom log viewing command Ahmad Fatoum
2022-12-02  8:46 ` 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=20221202084613.GK29728@pengutronix.de \
    --to=sha@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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