From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>,
Barebox List <barebox@lists.infradead.org>
Subject: Re: [PATCH 1/3] ARM: move blob_is_arm_boarddata() to include
Date: Thu, 2 May 2024 16:21:23 +0200 [thread overview]
Message-ID: <96669677-0785-4482-a9c0-58d9683dcf55@pengutronix.de> (raw)
In-Reply-To: <20240430105310.3149242-2-s.hauer@pengutronix.de>
On 30.04.24 12:53, Sascha Hauer wrote:
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> arch/arm/cpu/start.c | 7 -------
> arch/arm/include/asm/barebox-arm.h | 7 +++++++
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/cpu/start.c b/arch/arm/cpu/start.c
> index 6d0a7cfc6b..c13e93c243 100644
> --- a/arch/arm/cpu/start.c
> +++ b/arch/arm/cpu/start.c
> @@ -36,13 +36,6 @@ static unsigned long arm_membase;
> static void *barebox_boarddata;
> static unsigned long barebox_boarddata_size;
>
> -static bool blob_is_arm_boarddata(const void *blob)
> -{
> - const struct barebox_arm_boarddata *bd = blob;
> -
> - return bd->magic == BAREBOX_ARM_BOARDDATA_MAGIC;
> -}
> -
> const struct barebox_boarddata *barebox_get_boarddata(void)
> {
> if (!barebox_boarddata || !blob_is_arm_boarddata(barebox_boarddata))
> diff --git a/arch/arm/include/asm/barebox-arm.h b/arch/arm/include/asm/barebox-arm.h
> index 4d70360b91..67f2b6ac45 100644
> --- a/arch/arm/include/asm/barebox-arm.h
> +++ b/arch/arm/include/asm/barebox-arm.h
> @@ -32,6 +32,13 @@ void __noreturn barebox_arm_entry(unsigned long membase, unsigned long memsize,
> #define barebox_arm_boarddata barebox_boarddata
> #define BAREBOX_ARM_BOARDDATA_MAGIC BAREBOX_BOARDDATA_MAGIC
>
> +static inline bool blob_is_arm_boarddata(const void *blob)
> +{
> + const struct barebox_arm_boarddata *bd = blob;
> +
> + return bd->magic == BAREBOX_ARM_BOARDDATA_MAGIC;
> +}
> +
> u32 barebox_arm_machine(void);
>
> unsigned long arm_mem_ramoops_get(void);
--
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 |
next prev parent reply other threads:[~2024-05-02 14:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-30 10:53 [PATCH 0/3] add PBL handoff-data support Sascha Hauer
2024-04-30 10:53 ` [PATCH 1/3] ARM: move blob_is_arm_boarddata() to include Sascha Hauer
2024-05-02 14:21 ` Ahmad Fatoum [this message]
2024-04-30 10:53 ` [PATCH 2/3] add handoff-data support Sascha Hauer
2024-04-30 10:53 ` [PATCH 3/3] ARM: pass handoff data from PBL to proper Sascha Hauer
2024-05-07 7:35 ` [PATCH 0/3] add PBL handoff-data support Sascha Hauer
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=96669677-0785-4482-a9c0-58d9683dcf55@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@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