Re: [PATCH v2 04/28] arm: EFI linker script text section alignment

2024-05-08 Thread Ilias Apalodimas
Hi Raymond, On Tue, 7 May 2024 at 20:53, Raymond Mao wrote: > > Add text section alignment to fix sbsign signing warning > 'gaps in the section table may result in different checksums' > which causes a failure of efi_image_verify_diges() > > Signed-off-by: Raymond Mao > --- > Changes in v2 > - N

[PATCH v2 04/28] arm: EFI linker script text section alignment

2024-05-07 Thread Raymond Mao
Add text section alignment to fix sbsign signing warning 'gaps in the section table may result in different checksums' which causes a failure of efi_image_verify_diges() Signed-off-by: Raymond Mao --- Changes in v2 - None. arch/arm/lib/elf_aarch64_efi.lds | 1 + 1 file changed, 1 insertion(+)