]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm/sgi: move bl31_platform_setup to board file
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Mon, 23 Sep 2019 14:02:32 +0000 (19:32 +0530)
committerVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Fri, 7 Feb 2020 13:54:17 +0000 (19:24 +0530)
commitc7d4a2178b4f97d7d6eedce28ab63e5833cdd11b
tree963e6035bc04d3bef5646a3ae9003b7eb4312058
parent4e950109378255632cd49091af68fed8335f5726
plat/arm/sgi: move bl31_platform_setup to board file

For SGI-575 and RD platforms, move bl31_platform_setup handler to
individual board files to allow the platforms to perform board specific
bl31 setup.

Change-Id: Ia44bccc0a7f40a155b33909bcb438a0909b20d42
Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
plat/arm/board/rde1edge/rde1edge_plat.c
plat/arm/board/rdn1edge/rdn1edge_plat.c
plat/arm/board/sgi575/sgi575_plat.c
plat/arm/css/sgi/include/sgi_plat.h [new file with mode: 0644]
plat/arm/css/sgi/sgi_bl31_setup.c