commit | ddc4055abab40740e689d91e9a4fe20a7b8e5d28 | [log] [tgz] |
---|---|---|
author | Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> | Fri Mar 11 15:22:18 2016 +0100 |
committer | Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> | Fri Mar 11 17:16:37 2016 +0100 |
tree | df455aa113ce912e45ea54ed546d988cae89af58 | |
parent | 62a9841469f99810b2b39b0748cb113af0e8913a [diff] |
MIPS: Don't use $t8 for calling entrypoints When jumping to entrypoints, $t9 register must be used. Value of $gp is calculated based on value from $t9 and it should contain the address of the first instruction of the entrypoint. This CL enables MIPS32 and MIPS64 to boot. Change-Id: Idf0f7f479cceafabb88b1b087da190dbda86e1c3