u-boot/drivers/misc/imx8
Ye Li 7246ec1934 imx8: scu_api: sync sc_rm_is_pad_owned api change
SCFW has fixed a overflow issue in sc_rm_is_pad_owned API. This
requires u-boot to update API implementation, since it will cause
compatible issue. Otherwise all pad checking will have problem and
cause pad setting not continue.

Due to the compatible issue, the new u-boot only works with new
SCFW (API version: 1.21 and later).

old scfw + old u-boot: API overflow issue
old scfw + new u-boot, or new scfw + old u-boot: API compatible issue
new scfw + new u-boot: Working

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by : Jason Liu <Jason.hui.liu@nxp.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2023-01-31 19:44:23 +01:00
..
fuse.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
Makefile imx8: fuse: add fuse driver 2019-04-25 09:03:15 +02:00
scu.c cmd: bind: Fix driver binding on a device 2021-10-12 14:19:52 +02:00
scu_api.c imx8: scu_api: sync sc_rm_is_pad_owned api change 2023-01-31 19:44:23 +01:00