arm-trusted-firmware/plat
Soren Brinkmann aa2345e917 rk3399: Add CFI debug information to SRAM functions
Commit b91d935fee
("Add CFI debug frame information for ASM functions") modifies the
assembly macros 'func' and 'endfunc' to include CFI debug frame
information.

The rockchip platform uses a custom version of the 'func' macro with the
common 'endfunc' macro. The custom macro wasn't updated in
b91d935fee resulting in the following
build error:
  plat/rockchip/rk3399/drivers/pmu/plat_pmu_macros.S: Assembler messages:
  plat/rockchip/rk3399/drivers/pmu/plat_pmu_macros.S:155: Error: .cfi_endproc without corresponding .cfi_startproc
  Makefile:532: recipe for target 'build/rk3399/release/bl31/plat_helpers.o' failed
  make: *** [build/rk3399/release/bl31/plat_helpers.o] Error 1

Fixing this by updating the sram_func macro in the rk3399 port.

Fixes: b91d935fee ("Add CFI debug frame information for ASM functions")
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
2016-11-24 14:14:39 -08:00
..
arm Clarify dependency for PSCI_EXTENDED_STATE_ID 2016-11-22 10:05:47 +00:00
common Fix comment of plat_reset_handler stub 2016-10-25 01:21:01 +09:00
compat AArch32: Add essential ARM platform and FVP support 2016-08-10 18:01:38 +01:00
mediatek Remove MT6795 plat_sip_svc.c to fix Coverity analysis error. 2016-09-19 14:20:42 +08:00
nvidia/tegra Migrate platform makefile to new console driver location 2016-08-09 17:33:57 +01:00
qemu Migrate platform makefile to new console driver location 2016-08-09 17:33:57 +01:00
rockchip rk3399: Add CFI debug information to SRAM functions 2016-11-24 14:14:39 -08:00
xilinx/zynqmp zynqmp: pm: Add SiP call to obtain PM callback data 2016-11-16 15:55:58 -08:00