arm-trusted-firmware/drivers
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
..
arm AArch32: Miscellaneous fixes in the AArch32 code 2016-12-01 11:02:51 +00:00
auth Allow dynamic overriding of ROTPK verification 2016-06-03 18:27:36 +01:00
cadence/uart Move console drivers to AArch64 folder 2016-08-09 17:33:57 +01:00
console AArch32: Add console driver 2016-08-10 12:35:46 +01:00
delay_timer Implement generic delay timer 2016-05-20 15:29:30 +01:00
emmc emmc: support CMD23 2016-08-12 11:41:00 +08:00
gpio gpio: support gpio set/get pull status 2016-05-27 09:39:56 +08:00
io io: block: fix unaligned buffer 2016-08-04 09:53:29 +08:00
partition partition: check GPT partition table 2016-09-20 13:19:32 +08:00
ti/uart Move console drivers to AArch64 folder 2016-08-09 17:33:57 +01:00