arm-trusted-firmware/plat/rockchip/rk3399/drivers
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
..
dram rockchip: add support save/restore configuration for DDR during enter S3 2016-10-27 07:14:26 +08:00
gpio rockchip/rk3399: improve gpio driver and support get pull mode function 2016-09-10 04:06:39 +08:00
m0 rockchip: Add proper dependency tracking to M0 Makefile 2016-11-03 14:57:11 -07:00
pmu rk3399: Add CFI debug information to SRAM functions 2016-11-24 14:14:39 -08:00
pwm rockchip: update to handle PWMs for rk3399 2016-08-11 13:09:28 +08:00
soc rockchip: remove no needed code for rk3399 2016-11-07 19:57:34 +08:00