diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 9b6fd98455..e08608dadc 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -136,6 +136,18 @@ devices = \ 'dtb': '', 'config': 'p212_defconfig' }, + 'khadas-vim': { + 'dtb': 'meson-gxl-s905x-khadas-vim.dtb', + 'config': 'khadas-vim_defconfig' + }, + 'khadas-vim2': { + 'dtb': 'meson-gxm-khadas-vim2.dtb', + 'config': 'khadas-vim2_defconfig' + }, + 'lafrite': { + 'dtb': 'meson-gxl-s805x-libretech-ac.dtb', + 'config': 'libretech-ac_defconfig' + }, 'lepotato': { 'dtb': 'meson-gxl-s905x-libretech-cc.dtb', 'config': 'libretech-cc_defconfig' @@ -154,6 +166,14 @@ devices = \ 'dtb': '', 'config': 'p212_defconfig' }, + 'khadas-vim3': { + 'dtb': 'meson-g12b-a311d-khadas-vim3.dtb', + 'config': 'khadas-vim3_defconfig' + }, + 'khadas-vim3l': { + 'dtb': 'meson-sm1-khadas-vim3l.dtb', + 'config': 'khadas-vim3l_defconfig' + }, 'odroid-n2': { 'dtb': 'meson-g12b-odroid-n2.dtb', 'config': 'odroid-n2_defconfig'