]> git.baikalelectronics.ru Git - arm-tf.git/commit
ARM platforms: Fix console address for flush
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>
Thu, 25 Jan 2018 12:49:57 +0000 (12:49 +0000)
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>
Mon, 12 Feb 2018 15:12:53 +0000 (15:12 +0000)
commitf2c83c1a54fb10d85233737372008803d60eacf2
treeaa908837d996ce477f3e7f03377f5c88cc88374c
parent15e5958560e9d31e7357e3a0ada2289e78758839
ARM platforms: Fix console address for flush

The console core flush API expects the base address in the first
register, but ARM helpers currently sets the second register with the
base address. This causes an assert failure.

This patch fixes that.

Change-Id: Ic54c423cd60f2756902ab3cfc77b3de2ac45481e
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
plat/arm/common/aarch32/arm_helpers.S
plat/arm/common/aarch64/arm_helpers.S