Re: [PATCH] MIPS: zboot: head.S clean up

2020-12-21 Thread Jiaxun Yang
On Mon, Dec 21, 2020, at 10:09 PM, Paul Cercueil wrote: > Hi Jiaxun, > > Le lun. 21 déc. 2020 à 21:00, Jiaxun Yang a > écrit : > > .cprestore is removed as we don't except Position Independent > > zboot ELF. > > > > .noreorder is also removed and rest instructions is massaged > > to improve

Re: [PATCH] MIPS: zboot: head.S clean up

2020-12-21 Thread Paul Cercueil
Hi Jiaxun, Le lun. 21 déc. 2020 à 21:00, Jiaxun Yang a écrit : .cprestore is removed as we don't except Position Independent zboot ELF. .noreorder is also removed and rest instructions is massaged to improve readability. t9 register is used to indirect jump as MIPS ABI requirement. Reported

[PATCH] MIPS: zboot: head.S clean up

2020-12-21 Thread Jiaxun Yang
.cprestore is removed as we don't except Position Independent zboot ELF. .noreorder is also removed and rest instructions is massaged to improve readability. t9 register is used to indirect jump as MIPS ABI requirement. Reported-by: Paul Cercueil Signed-off-by: Jiaxun Yang --- arch/mips/boot/