arm-trusted-firmware/plat/common
Yatharth Kochar 69d59e0ce9 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>
2016-12-01 11:02:51 +00:00
..
aarch32 AArch32: Miscellaneous fixes in the AArch32 code 2016-12-01 11:02:51 +00:00
aarch64 Fix comment of plat_reset_handler stub 2016-10-25 01:21:01 +09:00
plat_bl1_common.c FWU: Pass client cookie to FWU_SMC_UPDATE_DONE 2015-12-15 14:33:25 +00:00
plat_gic.c Refactor fvp gic code to be a generic driver 2014-07-09 16:36:39 +01:00
plat_gicv2.c Prepare platforms to use refactored ARM GIC drivers 2015-12-09 09:56:53 +00:00
plat_gicv3.c AArch32: Add essential ARM platform and FVP support 2016-08-10 18:01:38 +01:00
plat_psci_common.c Introduce `el3_runtime` and `PSCI` libraries 2016-07-18 17:52:15 +01:00