@@ -12,8 +12,8 @@ BOOT_LOGO="desktop"
1212BOOT_FDT_FILE="amlogic/meson-sm1-khadas-vim3l.dtb"
1313ASOUND_STATE="asound.state.khadas-vim3l"
1414
15- BOOTBRANCH_BOARD="tag:v2024 .01"
16- BOOTPATCHDIR="v2024 .01" # this has 'board_khadas-vim3' which has a patch to boot USB/NVMe/SCSI first
15+ BOOTBRANCH_BOARD="tag:v2026 .01-rc2 "
16+ BOOTPATCHDIR="v2026 .01" # this has 'board_khadas-vim3' which has a patch to boot USB/NVMe/SCSI first
1717
1818declare -g KHADAS_OOWOW_BOARD_ID="VIM3L" # for use with EXT=output-image-oowow
1919
@@ -44,15 +44,30 @@ function post_uboot_custom_postprocess__khadas_vim3l_uboot() {
4444
4545# Enable extra u-boot .config options, this way we avoid patching defconfig
4646function post_config_uboot_target__extra_configs_for_khadas_vim3l() {
47+ display_alert "u-boot for ${BOARD}" "u-boot: enable EFI debugging command" "info"
48+ run_host_command_logged scripts/config --enable CMD_EFIDEBUG
49+ run_host_command_logged scripts/config --enable CMD_NVEDIT_EFI
50+
51+ display_alert "u-boot for ${BOARD}" "u-boot: enable I2C support" "info"
52+ run_host_command_logged scripts/config --enable CONFIG_DM_I2C
53+ run_host_command_logged scripts/config --enable CONFIG_SYS_I2C_MESON
54+ run_host_command_logged scripts/config --enable CONFIG_CMD_I2C
55+
56+ display_alert "u-boot for ${BOARD}/${BRANCH}" "u-boot: enable more filesystems support" "info"
57+ run_host_command_logged scripts/config --enable CONFIG_CMD_BTRFS
58+
4759 display_alert "u-boot for ${BOARD}" "u-boot: enable more compression support" "info"
4860 run_host_command_logged scripts/config --enable CONFIG_LZO
4961 run_host_command_logged scripts/config --enable CONFIG_BZIP2
5062 run_host_command_logged scripts/config --enable CONFIG_ZSTD
63+
5164 display_alert "u-boot for ${BOARD}" "u-boot: enable kaslrseed support" "info"
5265 run_host_command_logged scripts/config --enable CONFIG_CMD_KASLRSEED
66+
5367 display_alert "u-boot for ${BOARD}" "u-boot: enable gpio LED support" "info"
5468 run_host_command_logged scripts/config --enable CONFIG_LED
5569 run_host_command_logged scripts/config --enable CONFIG_LED_GPIO
70+
5671 display_alert "u-boot for ${BOARD}" "u-boot: enable networking cmds" "info"
5772 run_host_command_logged scripts/config --enable CONFIG_CMD_NFS
5873 run_host_command_logged scripts/config --enable CONFIG_CMD_WGET
0 commit comments