* [PATCH] barebox_imd: Add IMD sections to mpc-85xx.
@ 2024-01-26 7:52 Christian Melki
2024-01-26 14:45 ` Ahmad Fatoum
2024-01-29 10:19 ` Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Christian Melki @ 2024-01-26 7:52 UTC (permalink / raw)
To: barebox
Seems PowerPC in general is missing the IMD sections.
Placement might be suboptimal, please correct if so.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
arch/powerpc/mach-mpc85xx/barebox.lds.S | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/mach-mpc85xx/barebox.lds.S b/arch/powerpc/mach-mpc85xx/barebox.lds.S
index 764854a860..6e348d4db3 100644
--- a/arch/powerpc/mach-mpc85xx/barebox.lds.S
+++ b/arch/powerpc/mach-mpc85xx/barebox.lds.S
@@ -68,6 +68,8 @@ SECTIONS
PROVIDE (etext = .);
_sdata = .;
+ .barebox_imd : { BAREBOX_IMD }
+
.rodata :
{
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] barebox_imd: Add IMD sections to mpc-85xx.
2024-01-26 7:52 [PATCH] barebox_imd: Add IMD sections to mpc-85xx Christian Melki
@ 2024-01-26 14:45 ` Ahmad Fatoum
2024-01-29 10:19 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2024-01-26 14:45 UTC (permalink / raw)
To: Christian Melki, barebox
On 26.01.24 08:52, Christian Melki wrote:
> Seems PowerPC in general is missing the IMD sections.
> Placement might be suboptimal, please correct if so.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
I think this looks ok.
Acked-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> arch/powerpc/mach-mpc85xx/barebox.lds.S | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/powerpc/mach-mpc85xx/barebox.lds.S b/arch/powerpc/mach-mpc85xx/barebox.lds.S
> index 764854a860..6e348d4db3 100644
> --- a/arch/powerpc/mach-mpc85xx/barebox.lds.S
> +++ b/arch/powerpc/mach-mpc85xx/barebox.lds.S
> @@ -68,6 +68,8 @@ SECTIONS
> PROVIDE (etext = .);
> _sdata = .;
>
> + .barebox_imd : { BAREBOX_IMD }
> +
> .rodata :
> {
> *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
--
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 |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] barebox_imd: Add IMD sections to mpc-85xx.
2024-01-26 7:52 [PATCH] barebox_imd: Add IMD sections to mpc-85xx Christian Melki
2024-01-26 14:45 ` Ahmad Fatoum
@ 2024-01-29 10:19 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2024-01-29 10:19 UTC (permalink / raw)
To: barebox, Christian Melki
On Fri, 26 Jan 2024 08:52:31 +0100, Christian Melki wrote:
> Seems PowerPC in general is missing the IMD sections.
> Placement might be suboptimal, please correct if so.
>
>
Applied, thanks!
[1/1] barebox_imd: Add IMD sections to mpc-85xx.
https://git.pengutronix.de/cgit/barebox/commit/?id=0b94be2390ec (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-29 10:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-26 7:52 [PATCH] barebox_imd: Add IMD sections to mpc-85xx Christian Melki
2024-01-26 14:45 ` Ahmad Fatoum
2024-01-29 10:19 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox