Re: [PATCH] ARM+RISC-V: BSS handling improvements

2023-04-16 Thread Julien Grall
Hi, On 24/03/2023 22:24, Andrew Cooper wrote: * Correct comments in arm{32,64}/head.S * Provide Linker assertions to check the safety of the zeroing loops Signed-off-by: Andrew Cooper It is now fully acked. So I have committed the patch. Cheers, --- CC: Stefano Stabellini CC: Julien

Re: [PATCH] ARM+RISC-V: BSS handling improvements

2023-04-04 Thread Alistair Francis
On Sat, Mar 25, 2023 at 8:25 AM Andrew Cooper wrote: > > * Correct comments in arm{32,64}/head.S > * Provide Linker assertions to check the safety of the zeroing loops > > Signed-off-by: Andrew Cooper Acked-by: Alistair Francis Alistair > --- > CC: Stefano Stabellini > CC: Julien Grall >

Re: [PATCH] ARM+RISC-V: BSS handling improvements

2023-03-27 Thread Oleksii
Hi Andrew, Reviewed-by: Oleksii Kurochko ~ Oleksii

Re: [PATCH] ARM+RISC-V: BSS handling improvements

2023-03-25 Thread Julien Grall
Hi Andrew, On 24/03/2023 22:24, Andrew Cooper wrote: * Correct comments in arm{32,64}/head.S * Provide Linker assertions to check the safety of the zeroing loops Signed-off-by: Andrew Cooper Reviewed-by: Julien Grall Cheers, -- Julien Grall

[PATCH] ARM+RISC-V: BSS handling improvements

2023-03-24 Thread Andrew Cooper
* Correct comments in arm{32,64}/head.S * Provide Linker assertions to check the safety of the zeroing loops Signed-off-by: Andrew Cooper --- CC: Stefano Stabellini CC: Julien Grall CC: Volodymyr Babchuk CC: Bertrand Marquis CC: Bob Eshleman CC: Alistair Francis CC: Connor Davis CC: Olek