From 171f69fa2f64efab8f721a4893733160f80d1a01 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 3 Nov 2025 23:29:11 +0100 Subject: [PATCH] odroidhc4: u-boot: bump to v2025.10; enable BTRFS support --- config/boards/odroidhc4.conf | 7 +++++-- .../board_odroidhc4/odroidhc4-boot-usb-sata-sd.patch | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename patch/u-boot/{v2025.04 => v2025.10}/board_odroidhc4/odroidhc4-boot-usb-sata-sd.patch (100%) diff --git a/config/boards/odroidhc4.conf b/config/boards/odroidhc4.conf index 3fe378c701..a401a48198 100644 --- a/config/boards/odroidhc4.conf +++ b/config/boards/odroidhc4.conf @@ -12,8 +12,8 @@ BOOT_FDT_FILE="amlogic/meson-sm1-odroid-hc4.dtb" PACKAGE_LIST_BOARD="lm-sensors fancontrol" # SPI, sensors, manual fan control via 'pwmconfig' # Newer u-boot for the HC4. There's patches in `board_odroidhc4` for the defconfigs used in the UBOOT_TARGET_MAP below. -BOOTBRANCH_BOARD="tag:v2025.04" -BOOTPATCHDIR="v2025.04" +BOOTBRANCH_BOARD="tag:v2025.10" +BOOTPATCHDIR="v2025.10" # We build u-boot twice: C4 config for SD cards, and HC4 (with SATA/PCI/SPI) config for SPI. UBOOT_TARGET_MAP=" @@ -59,6 +59,9 @@ function post_config_uboot_target__extra_configs_for_odroid_hc4() { run_host_command_logged scripts/config --enable CONFIG_SYS_I2C_MESON run_host_command_logged scripts/config --enable CONFIG_CMD_I2C + display_alert "u-boot for ${BOARD}/${BRANCH}" "u-boot: enable more filesystems support" "info" + run_host_command_logged scripts/config --enable CONFIG_CMD_BTRFS + display_alert "u-boot for ${BOARD}" "u-boot: enable more compression support" "info" run_host_command_logged scripts/config --enable CONFIG_LZO run_host_command_logged scripts/config --enable CONFIG_BZIP2 diff --git a/patch/u-boot/v2025.04/board_odroidhc4/odroidhc4-boot-usb-sata-sd.patch b/patch/u-boot/v2025.10/board_odroidhc4/odroidhc4-boot-usb-sata-sd.patch similarity index 100% rename from patch/u-boot/v2025.04/board_odroidhc4/odroidhc4-boot-usb-sata-sd.patch rename to patch/u-boot/v2025.10/board_odroidhc4/odroidhc4-boot-usb-sata-sd.patch