add CAINIAO CNIoT-CORE initial support

This commit is contained in:
retro98boy
2025-05-30 21:28:46 +08:00
committed by Igor
parent 66cc1f04d4
commit fb8f189130
5 changed files with 1673 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ function uboot_custom_postprocess() {
elif [[ $BOARD == khadas-vim3 ]]; then
# do nothing. VIM3 has its own post_uboot_custom_postprocess hook, directly in the board file.
:
elif [[ $BOARD == cainiao-cniot-core ]]; then
# do nothing. CAINIAO CNIoT-CORE has its own post_uboot_custom_postprocess hook, directly in the board file.
:
elif [[ $BOARD == radxa-zero2 ]]; then
uboot_g12_postprocess "$SRC"/cache/sources/amlogic-boot-fip/radxa-zero2 g12b
elif [[ $BOARD == bananapim2s ]]; then