AArch32: Miscellaneous fixes in the AArch32 code
Yatharth Kochar authored
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: default avatarYatharth Kochar <yatharth.kochar@arm.com>
69d59e0c
Name Last commit Last update
bl1 AArch32: Fix detection of virtualization support
bl2 AArch32: Add generic changes in BL2
bl2u Introduce SEPARATE_CODE_AND_RODATA build flag
bl31 Cosmetic change to exception table
bl32 PSCI: Do psci_setup() as part of std_svc_setup()
common AArch32: Common changes needed for BL1/BL2
docs Merge pull request #762 from douglas-raillard-arm/dr/doc_build_info
drivers AArch32: Miscellaneous fixes in the AArch32 code
fdts Merge pull request #727 from soby-mathew/sm/PSCI_lib_doc
include AArch32: Miscellaneous fixes in the AArch32 code
lib Fix normal memory bakery lock implementation
make_helpers build: Reorder build variables alphabetically
plat AArch32: Miscellaneous fixes in the AArch32 code
services Fix a coding style issue in trusty.c
tools Merge pull request #744 from masahir0y/fiptool
.checkpatch.conf Mandate 'Signed-off-by' line in commit messages
.gitignore .gitignore: ignore editor backup files
Makefile build: Reorder build variables alphabetically
acknowledgements.md Add Xilinx to acknowledgements file
contributing.md Drop requirement for CLA in contribution.md
dco.txt Drop requirement for CLA in contribution.md
license.md Update year in copyright text to 2014
readme.md readme.md: Add tested Linaro release information for FVPs