Home
last modified time | relevance | path

Searched hist:"2 ee1503e546f15ea8dbcdbaabf20c80175db46fe" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/boot/compressed/
H A Dhead.Sdiff 2ee1503e546f15ea8dbcdbaabf20c80175db46fe Tue Dec 29 21:47:22 CST 2020 Jiaxun Yang <jiaxun.yang@flygoat.com> MIPS: zboot: head.S clean up

.cprestore is removed as we don't expect Position Independent
zboot ELF.

.noreorder is also removed and rest instructions are massaged
to improve readability.

t9 register is used for indirect jump as MIPS ABI requirement.

start label is removed as it already defined in LEAF.

Reported-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Huacai Chen <chenhuacai@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>