1. Only allow the resolutions lower than 1920x1080.
2. Add configuratioin file and sensor helper for imx708
Signed-off-by: zejian.su <zejian.su@starfivetech.com>
1. Move the files of 'ipa/starfive/helper' to 'ipa/starfive'.
2. Add a folder named 'openAlgo' to supply the interface of 'algorithms',
but it does nothing. It will generate the starfive_isp_algorithms.so.
3. Let the ipa_starfive.so invoke the functions from starfive_isp_algorithms.so.
4. Add the starfive_isp_algorithms.so.x.x.x to folder 'starfive_post_script'.
It's the full IPA algorithms library. Use it to substitute starfive_isp_algorithms.so
generated by the building to get the full functions of the IPA.
5. Remove the ipa_starfive.so.x.x.x from folder 'starfive_post_script'.
6. Modify the ls starfive_post_script/replace_and_sign_ipa_starfive_lib.sh to
starfive_post_script/replace_algorithm_lib.sh for it just need to replace the so
file. And the sign file is not need to create.
Signed-off-by: zejian.su <zejian.su@starfivetech.com>