MA-9376 [Android IMX] uboot: enable lock&unlock
authorzhang sanshan <sanshan.zhang@nxp.com>
Wed, 10 May 2017 03:00:09 +0000 (11:00 +0800)
committerzhang sanshan <sanshan.zhang@nxp.com>
Thu, 18 May 2017 14:16:29 +0000 (22:16 +0800)
commit5314c13f58122407f02d62786e48c73e6c101c3d
tree011d15e404a06e76193dd685417ce02f820c9d03
parentefe9096bdc405c935248eaa6fed8096d82887cde
MA-9376 [Android IMX] uboot: enable lock&unlock

Fix compile error for api change.

Porting below patches from v2015.o4:
    MA-7875 Enable CAAM for i.MX6
    MA-7875-1 Support fastboot lock&unlock in u-boot
    MA-7875-2 Support fastboot lock/unlock in i.MX6 platform
    MA-7875-3 Support fastboot lock/unlock in i.MX6UL
    MA-8425 fastboot: return OKAY in fastboot erase
    MA-8418 fix return value check for get_device_and_partition
    MA-8622 - [brillo] fix uboot compile warnings and code style warnings

Change-Id: I2370c3e5851cc1f92aaa93c200e6c079f7929af2
Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
13 files changed:
board/technexion/pico-imx6ul/pico-imx6ul.c
common/Makefile
common/cmd_fsl_caam.c [new file with mode: 0644]
drivers/crypto/Makefile
drivers/crypto/fsl_caam.c [new file with mode: 0755]
drivers/crypto/fsl_caam_internal.h [new file with mode: 0644]
drivers/serial/serial_mxc.c
drivers/usb/gadget/Makefile
drivers/usb/gadget/f_fastboot.c
drivers/usb/gadget/fastboot_lock_unlock.c [new file with mode: 0644]
drivers/usb/gadget/fastboot_lock_unlock.h [new file with mode: 0644]
include/fsl_caam.h [new file with mode: 0644]
include/fsl_fastboot.h