Validate psci_cpu_on_start() arguments
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 22 Apr 2016 12:00:19 +0000 (13:00 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 25 Apr 2016 11:55:45 +0000 (12:55 +0100)
commit1ad9f93e8da8245237b01bea23b0a61bd42be9b8
tree664c930f9d243f568e72a1f9ac34066aee9d05b8
parent81b491ff37a7027766410a91d9837e093248300d
Validate psci_cpu_on_start() arguments

This patch introduces some debug assertions in the function
psci_cpu_on_start() to check the arguments it receives are
valid.

Change-Id: If4d23c9f668fb46f2d18c5e2ed1929498cc6736b
services/std_svc/psci/psci_on.c