[PATCH 04/19] spl: Provide a way to mark code needed for relocation

Simon Glass sjg at chromium.org
Thu Sep 26 23:36:09 CEST 2024


Hi Tom,

On Thu, 26 Sept 2024 at 06:06, Tom Rini <trini at konsulko.com> wrote:
>
> On Wed, Sep 25, 2024 at 02:55:30PM +0200, Simon Glass wrote:
>
> > Add a linker symbol which can be used to mark relocation code, so it can
> > be collected by the linker and copied into a suitable place and executed
> > when needed.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> >  include/asm-generic/sections.h | 16 ++++++++++++++++
> >  1 file changed, 16 insertions(+)
>
> This patch, unless there's an implicit dependency on the other series
> and so introduces an #include leads to fail to build on sandbox.
>
> https://source.denx.de/u-boot/u-boot/-/jobs/906194

Yes it is in part D:

https://patchwork.ozlabs.org/project/uboot/patch/20240920072444.134997-2-sjg@chromium.org/

Regards,
Simon


More information about the U-Boot mailing list