mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-04 19:28:46 +00:00
Enable platforms to receive boot arguments passed to the TSP, allowing them to make use of these parameters. This is in preparation for supporting Firmware Handoff within the TSP. BREAKING CHANGE: The prototype for `tsp_early_platform_setup` has been redefined. Platforms must update their implementations to match the new function signature. Change-Id: I4b5c6493bb62846aaa0d9e330d8aa06e6a0525a8 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>