Hi Julien, > -----Original Message----- > Subject: [PATCH v4 06/14] xen/arm32: head: Replace "ldr rX, =<label>" with > "mov_w rX, <label>" > > From: Julien Grall <[email protected]> > > "ldr rX, =<label>" is used to load a value from the literal pool. This > implies a memory access. > > This can be avoided by using the macro mov_w which encode the value in > the immediate of two instructions. > > So replace all "ldr rX, =<label>" with "mov_w rX, <label>". > > No functional changes intended. > > Signed-off-by: Julien Grall <[email protected]> > Reviewed-by: Stefano Stabellini <[email protected]>
I've tested this patch on FVP in arm32 execution mode, and this patch is good, so: Tested-by: Henry Wang <[email protected]> Kind regards, Henry
