Hi All,
I wanted to switch kernel and rootfs partition with uboot script instead of environment variable for security concerns.
So it is possible to authenticate(signature verification) of boot script first before execution, like we are authenticating kernel FIT image.
I have created a signed boot script similar to FIT image, so now I have a kernel FIT image and signed boot script.
Uboot can authenticate the kernel FIT image but how to authenticate signed boot.scr before FIT image.?
Thanks.