plat: marvell: sip: make sure that comphy init will use correct address
authorGrzegorz Jaszczyk <jaz@semihalf.com>
Thu, 4 Apr 2019 15:16:39 +0000 (17:16 +0200)
committerGrzegorz Jaszczyk <jaz@semihalf.com>
Fri, 5 Apr 2019 10:48:40 +0000 (12:48 +0200)
commitb143fa7491bf9029ccd46c05d7d2267b3c2e2775
treea42d600695cd8789977163ae7da29ea7e8348be1
parent8a08e27232d0c1b906fd2f3e4b3b7a90661a50b9
plat: marvell: sip: make sure that comphy init will use correct address

The argument passed via x1 is used as a base address for comphy related
routines. Nevertheless validation of this address wasn't good enough and
allowed some non comphy related addresses to slip over.

To overcome this issue make sure that the address passed via SMC points
to valid CP range and allow to proceed comphy initializations only with
correct comphy offset.

This could be fixed in a different way e.g. by passing CP id from the
caller, but since this API is already used with various Linux, U-Boot
and UEFI versions it can't be changed.

Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Change-Id: Ia74dbc36efcfbefc4a102d31191e6af5808c4a82
plat/marvell/common/mrvl_sip_svc.c