Re: [PATCH v8 4/8] arm: armv7: save boot arguments

2024-02-22 Thread Ilias Apalodimas
On Sat, 3 Feb 2024 at 18:37, Raymond Mao wrote: > > Save boot arguments r[0-3] into an array for handover of bloblist from > previous boot stage. > > Signed-off-by: Raymond Mao > Suggested-by: Ard Biesheuvel > --- > Changes in v2 > - New patch file created for v2. > Changes in v3 > - Swap value

[PATCH v8 4/8] arm: armv7: save boot arguments

2024-02-03 Thread Raymond Mao
Save boot arguments r[0-3] into an array for handover of bloblist from previous boot stage. Signed-off-by: Raymond Mao Suggested-by: Ard Biesheuvel --- Changes in v2 - New patch file created for v2. Changes in v3 - Swap value of r0 with r2. Changes in v4 - Fix a bug when saving the boot args. Ch