commit | 622d5da9267a0d08f68240ec815def9ab4e7fa59 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Nov 15 10:51:28 2021 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Thu Dec 02 17:37:49 2021 +0100 |
tree | d17fee4fc126ab941b30c7e7d53ad7e376948c06 | |
parent | 88a56857932dc3a3e9e356eb2a5b427d14a5cb42 [diff] |
feat(plat/marvell/a3720/uart): preserve x1/x2 regs in console_a3700_core_init() Followup changes will need function arguments in registers x0, x1 and x2. Do not modify x1 and x2 registers and instead use scratch x3 and x4 registers for storing local variables. Signed-off-by: Pali Rohár <pali@kernel.org> Change-Id: I8551a802995f39128d2f4a8f8076b5bf463d0db0