[U-Boot] [PATCH] sandbox: Move BSS after EFI sections

Simon Glass sjg at chromium.org
Fri Aug 17 12:48:58 UTC 2018


Hi,

On 6 August 2018 at 16:30, Alexander Graf <agraf at suse.de> wrote:
> Something went wrong when writing the sandbox linker scripts and so we
> ended up with a .bss section marker right before the efi runtime sections.
>
> That obviously is a terrible idea, as it may result in overwriting efi
> runtime code and data. So let's move the .bss identifier behind the efi
> sections.
>
> Signed-off-by: Alexander Graf <agraf at suse.de>
> ---
>  arch/sandbox/cpu/u-boot.lds | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

I think we should revert the patch that changed this, and deal with
each of its changes one by one. As of now, sandbox is broken.

I already sent a patch for this.

Regards,
Simon


More information about the U-Boot mailing list