Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/common/aarch32/
H A Dplatform_helpers.S69d59e0ce9f713b0fd4929908ec1649d29f2cbd4 Wed Nov 09 15:39:25 UTC 2016 Yatharth Kochar <yatharth.kochar@arm.com> AArch32: Miscellaneous fixes in the AArch32 code

This patch makes following miscellaneous fixes:
* pl011_console.S: Fixed the bit mask used to check if the
transmit FIFO is full or empty.
* smcc_macros.S: Added `_fsxc` suffix while updating the SPSR.
By default the assembler assumes `_fc` suffix which does not
update all the fields in SPSR. By adding `_fsxc` suffix all
the fields gets updated.
* platform_helpers.S: Removed the weak definition for
`plat_my_core_pos()` as this is a mandatory function which
needs to be defined by all platforms.

Change-Id: I8302292533c943686fff8d7c749a07132c052a3b
Signed-off-by: Yatharth Kochar <yatharth.kochar@arm.com>
/rk3399_ARM-atf/drivers/arm/pl011/aarch32/
H A Dpl011_console.S69d59e0ce9f713b0fd4929908ec1649d29f2cbd4 Wed Nov 09 15:39:25 UTC 2016 Yatharth Kochar <yatharth.kochar@arm.com> AArch32: Miscellaneous fixes in the AArch32 code

This patch makes following miscellaneous fixes:
* pl011_console.S: Fixed the bit mask used to check if the
transmit FIFO is full or empty.
* smcc_macros.S: Added `_fsxc` suffix while updating the SPSR.
By default the assembler assumes `_fc` suffix which does not
update all the fields in SPSR. By adding `_fsxc` suffix all
the fields gets updated.
* platform_helpers.S: Removed the weak definition for
`plat_my_core_pos()` as this is a mandatory function which
needs to be defined by all platforms.

Change-Id: I8302292533c943686fff8d7c749a07132c052a3b
Signed-off-by: Yatharth Kochar <yatharth.kochar@arm.com>