scripts: update devices in uboot_helper

This commit is contained in:
Christian Hewitt 2021-10-29 12:40:55 +00:00
parent bf12b470e1
commit f7812aaf95

View File

@ -159,6 +159,14 @@ devices = \
'dtb': '', 'dtb': '',
'config': 'p212_defconfig' 'config': 'p212_defconfig'
}, },
'bananapi-m5': {
'dtb': 'meson-sm1-bananapi-m5.dtb',
'config': 'odroid-c4_defconfig'
},
'beelink-s922x': {
'dtb': 'meson-g12b-gtking.dtb',
'config': 'beelink-gtking_defconfig'
},
'khadas-vim': { 'khadas-vim': {
'dtb': 'meson-gxl-s905x-khadas-vim.dtb', 'dtb': 'meson-gxl-s905x-khadas-vim.dtb',
'config': 'khadas-vim_defconfig' 'config': 'khadas-vim_defconfig'
@ -197,12 +205,28 @@ devices = \
}, },
'odroid-hc4': { 'odroid-hc4': {
'dtb': 'meson-sm1-odroid-hc4.dtb', 'dtb': 'meson-sm1-odroid-hc4.dtb',
'config': 'odroid-c4_defconfig' 'config': 'odroid-hc4_defconfig'
}, },
'odroid-n2': { 'odroid-n2': {
'dtb': 'meson-g12b-odroid-n2.dtb', 'dtb': 'meson-g12b-odroid-n2.dtb',
'config': 'odroid-n2_defconfig' 'config': 'odroid-n2_defconfig'
}, },
'radxa-zero': {
'dtb': 'meson-g12a-radxa-zero.dtb',
'config': 'radxa-zero_defconfig'
},
'wetek-core2': {
'dtb': 'meson-gxm-wetek-core2.dtb',
'config': 'wetek-core2_defconfig'
},
'wetek-hub': {
'dtb': 'meson-gxbb-wetek-hub.dtb',
'config': 'wetek-hub_defconfig'
},
'wetek-play2': {
'dtb': 'meson-gxbb-wetek-play2.dtb',
'config': 'wetek-play2_defconfig'
},
}, },
}, },
'NXP': { 'NXP': {