commit | ceecd4ff40e32852e422a4befab1b3549252bd3b | [log] [tgz] |
---|---|---|
author | Varun Wadekar <vwadekar@nvidia.com> | Mon Nov 08 07:55:45 2021 -0800 |
committer | Saheer Babu <saheer.babu@arm.com> | Tue Jan 21 12:25:02 2025 +0000 |
tree | 481080ffb25c6c756c172056f318f5b7bdcdff96 | |
parent | 612d59272291a7eba9f9b210309ba7c58a151407 [diff] |
fix(ivy/shim): print welcome message after enabling the MMU The shim prints a welcome message on boot. It uses the mp_printf() function, which internally uses a spinlock. The shim currently prints the welcome message *before* enabling the MMU, which causes a hang while acquiring the spinlock. This patch prints the welcome message *after* enabling the MMU to fix the problem. Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Change-Id: I8bd1ba2c4035fddf6f6a4c3d6844d69e7a11be7d