summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-01-20 04:57:31 +0000
committerLeah Rowe <leah@libreboot.org>2026-01-20 12:06:15 +0000
commitf22d4b1c49999ee23b3b0335943be1b8388d7217 (patch)
tree65daae60bed4ad94eeea182c4f3800bf1175acbf /config
parent778ae1653a224b2a84d6feecde84f83f8cd0d322 (diff)
u-boot: update configs
i did: ./mk -u u-boot otherwise, building u-boot asks for user input Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r--config/u-boot/amd64coreboot/config/default6
-rw-r--r--config/u-boot/gru_bob/config/default6
-rw-r--r--config/u-boot/gru_kevin/config/default6
-rw-r--r--config/u-boot/i386coreboot/config/default4
-rw-r--r--config/u-boot/qemu_arm64_12mb/config/default4
5 files changed, 13 insertions, 13 deletions
diff --git a/config/u-boot/amd64coreboot/config/default b/config/u-boot/amd64coreboot/config/default
index fa07ed9a..7c2a45f0 100644
--- a/config/u-boot/amd64coreboot/config/default
+++ b/config/u-boot/amd64coreboot/config/default
@@ -4,7 +4,7 @@
#
#
-# Compiler: gcc (Debian 12.2.0-14) 12.2.0
+# Compiler: gcc (Debian 14.2.0-19) 14.2.0
#
CONFIG_CREATE_ARCH_SYMLINK=y
CONFIG_SUPPORT_LITTLE_ENDIAN=y
@@ -141,7 +141,7 @@ CONFIG_SYS_LITTLE_ENDIAN=y
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=120200
+CONFIG_GCC_VERSION=140200
CONFIG_CLANG_VERSION=0
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_CC_OPTIMIZE_FOR_SPEED is not set
@@ -1900,7 +1900,7 @@ CONFIG_MD5=y
# CONFIG_SPL_MD5 is not set
CONFIG_CRC8=y
# CONFIG_SPL_CRC8 is not set
-# CONFIG_SPL_CRC26 is not set
+# CONFIG_SPL_CRC16 is not set
CONFIG_CRC32=y
#
diff --git a/config/u-boot/gru_bob/config/default b/config/u-boot/gru_bob/config/default
index 30d371a5..f6894b52 100644
--- a/config/u-boot/gru_bob/config/default
+++ b/config/u-boot/gru_bob/config/default
@@ -2506,8 +2506,8 @@ CONFIG_MD5=y
CONFIG_CRC8=y
CONFIG_SPL_CRC8=y
# CONFIG_TPL_CRC8 is not set
-CONFIG_CRC26=y
-# CONFIG_SPL_CRC26 is not set
+CONFIG_CRC16=y
+# CONFIG_SPL_CRC16 is not set
CONFIG_CRC32=y
#
@@ -2571,7 +2571,7 @@ CONFIG_LMB=y
# Tools options
#
CONFIG_MKIMAGE_DTC_PATH="dtc"
-CONFIG_TOOLS_CRC26=y
+CONFIG_TOOLS_CRC16=y
CONFIG_TOOLS_CRC32=y
CONFIG_TOOLS_LIBCRYPTO=y
CONFIG_TOOLS_KWBIMAGE=y
diff --git a/config/u-boot/gru_kevin/config/default b/config/u-boot/gru_kevin/config/default
index 22638933..582c51f9 100644
--- a/config/u-boot/gru_kevin/config/default
+++ b/config/u-boot/gru_kevin/config/default
@@ -2506,8 +2506,8 @@ CONFIG_MD5=y
CONFIG_CRC8=y
CONFIG_SPL_CRC8=y
# CONFIG_TPL_CRC8 is not set
-CONFIG_CRC26=y
-# CONFIG_SPL_CRC26 is not set
+CONFIG_CRC16=y
+# CONFIG_SPL_CRC16 is not set
CONFIG_CRC32=y
#
@@ -2571,7 +2571,7 @@ CONFIG_LMB=y
# Tools options
#
CONFIG_MKIMAGE_DTC_PATH="dtc"
-CONFIG_TOOLS_CRC26=y
+CONFIG_TOOLS_CRC16=y
CONFIG_TOOLS_CRC32=y
CONFIG_TOOLS_LIBCRYPTO=y
CONFIG_TOOLS_KWBIMAGE=y
diff --git a/config/u-boot/i386coreboot/config/default b/config/u-boot/i386coreboot/config/default
index ba4fd18b..32e41bba 100644
--- a/config/u-boot/i386coreboot/config/default
+++ b/config/u-boot/i386coreboot/config/default
@@ -4,7 +4,7 @@
#
#
-# Compiler: gcc (Debian 12.2.0-14) 12.2.0
+# Compiler: gcc (Debian 14.2.0-19) 14.2.0
#
CONFIG_CREATE_ARCH_SYMLINK=y
CONFIG_SUPPORT_LITTLE_ENDIAN=y
@@ -118,7 +118,7 @@ CONFIG_SYS_LITTLE_ENDIAN=y
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=120200
+CONFIG_GCC_VERSION=140200
CONFIG_CLANG_VERSION=0
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_CC_OPTIMIZE_FOR_SPEED is not set
diff --git a/config/u-boot/qemu_arm64_12mb/config/default b/config/u-boot/qemu_arm64_12mb/config/default
index 855bbf33..2cd0b94c 100644
--- a/config/u-boot/qemu_arm64_12mb/config/default
+++ b/config/u-boot/qemu_arm64_12mb/config/default
@@ -1819,7 +1819,7 @@ CONFIG_SHA384=y
# CONFIG_SHA_HW_ACCEL is not set
CONFIG_MD5=y
CONFIG_CRC8=y
-CONFIG_CRC26=y
+CONFIG_CRC16=y
CONFIG_CRC32=y
#
@@ -1872,7 +1872,7 @@ CONFIG_LMB=y
# Tools options
#
CONFIG_MKIMAGE_DTC_PATH="dtc"
-CONFIG_TOOLS_CRC26=y
+CONFIG_TOOLS_CRC16=y
CONFIG_TOOLS_CRC32=y
CONFIG_TOOLS_LIBCRYPTO=y
CONFIG_TOOLS_KWBIMAGE=y