Re: [PATCH v3 3/4] LoongArch: Fix entry point in image header

From: Huacai Chen
Date: Thu May 30 2024 - 06:41:36 EST


On Thu, May 30, 2024 at 5:50 PM Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> wrote:
>
>
>
> 在2024年5月30日五月 上午6:01,WANG Rui写道:
> [...]
> >> /*
> >> * Put .bss..swapper_pg_dir as the first thing in .bss. This will
> >> @@ -142,6 +143,7 @@ SECTIONS
> >>
> >> #ifdef CONFIG_EFI_STUB
> >> /* header symbols */
> >> + _kernel_entry_phys = kernel_entry & TO_PHYS_MASK;
> >
> > - _kernel_entry_phys = kernel_entry & TO_PHYS_MASK;
> > + _kernel_entry_phys = ABSOLUTE(kernel_entry & TO_PHYS_MASK);
> >
>
> Thanks Rui!
>
> Huacai, do you mind committing this fix?
I will update this patch in my tree, you needn't do anything.

Huacai

>
> Thanks
> [...]
> >>
> >>
> >
> > - Rui
>
> --
> - Jiaxun