From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [PATCH 3/4] barebox: enable varinfo command
Date: Sun, 19 Apr 2026 18:53:33 +0200 [thread overview]
Message-ID: <20260419165338.3143134-3-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20260419165338.3143134-1-a.fatoum@pengutronix.de>
The varinfo command is a recent addition that allows more easily listing
all variables matching a prefix and their current value.
Especially for devices with many parameters, like global, it provides a
better user experience, so enable it across the board(s).
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
configs/platform-v7a/barebox-at91.config | 2 +-
configs/platform-v7a/barebox-at91.config.diff | 4 ++--
configs/platform-v7a/barebox-common.config | 2 +-
configs/platform-v7a/barebox.config | 2 +-
configs/platform-v7a_noneon/barebox-at91.config | 2 +-
configs/platform-v7a_noneon/barebox-at91.config.diff | 4 ++--
configs/platform-v7a_noneon/barebox-common.config | 2 +-
configs/platform-v7a_noneon/barebox-vexpress.config | 2 +-
configs/platform-v7a_noneon/barebox-vexpress.config.diff | 4 ++--
configs/platform-v8a/barebox.config | 2 +-
10 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/configs/platform-v7a/barebox-at91.config b/configs/platform-v7a/barebox-at91.config
index 5ebd5a352860..920efe3fb7af 100644
--- a/configs/platform-v7a/barebox-at91.config
+++ b/configs/platform-v7a/barebox-at91.config
@@ -340,7 +340,7 @@ CONFIG_CMD_ARM_MMUINFO=y
CONFIG_CMD_BLKSTATS=y
CONFIG_CMD_REGULATOR=y
# CONFIG_CMD_NVMEM is not set
-# CONFIG_CMD_VARINFO is not set
+CONFIG_CMD_VARINFO=y
CONFIG_CMD_VERSION=y
# CONFIG_CMD_BFETCH is not set
# CONFIG_CMD_MMC is not set
diff --git a/configs/platform-v7a/barebox-at91.config.diff b/configs/platform-v7a/barebox-at91.config.diff
index 3147e868526b..eb204117fe03 100644
--- a/configs/platform-v7a/barebox-at91.config.diff
+++ b/configs/platform-v7a/barebox-at91.config.diff
@@ -1,5 +1,5 @@
-d0df22cb1fda10b8a7acea73a517696e
-fe5471ce17865e03351948dc77033c00
+d111683f44bc8d09073cd24138890699
+9b8b375fc5ee94f73aebcc73bba9166c
CONFIG_ARCH_AT91=y
# CONFIG_ARCH_BCM283X is not set
# CONFIG_ARCH_IMX is undefined
diff --git a/configs/platform-v7a/barebox-common.config b/configs/platform-v7a/barebox-common.config
index eb0a3f0c0839..ac9adccd9c05 100644
--- a/configs/platform-v7a/barebox-common.config
+++ b/configs/platform-v7a/barebox-common.config
@@ -321,7 +321,7 @@ CONFIG_CMD_MEMINFO=y
CONFIG_CMD_ARM_MMUINFO=y
CONFIG_CMD_BLKSTATS=y
CONFIG_CMD_REGULATOR=y
-# CONFIG_CMD_VARINFO is not set
+CONFIG_CMD_VARINFO=y
CONFIG_CMD_VERSION=y
# CONFIG_CMD_BFETCH is not set
CONFIG_CMD_MMC=y
diff --git a/configs/platform-v7a/barebox.config b/configs/platform-v7a/barebox.config
index e8e11fe5800c..f4042f7b24da 100644
--- a/configs/platform-v7a/barebox.config
+++ b/configs/platform-v7a/barebox.config
@@ -492,7 +492,7 @@ CONFIG_CMD_ARM_MMUINFO=y
CONFIG_CMD_BLKSTATS=y
CONFIG_CMD_REGULATOR=y
# CONFIG_CMD_NVMEM is not set
-# CONFIG_CMD_VARINFO is not set
+CONFIG_CMD_VARINFO=y
CONFIG_CMD_VERSION=y
CONFIG_CMD_BFETCH=y
CONFIG_CMD_MMC=y
diff --git a/configs/platform-v7a_noneon/barebox-at91.config b/configs/platform-v7a_noneon/barebox-at91.config
index ca66629b6993..3aaaa0273b17 100644
--- a/configs/platform-v7a_noneon/barebox-at91.config
+++ b/configs/platform-v7a_noneon/barebox-at91.config
@@ -322,7 +322,7 @@ CONFIG_CMD_MEMINFO=y
# CONFIG_CMD_ARM_MMUINFO is not set
# CONFIG_CMD_BLKSTATS is not set
# CONFIG_CMD_REGULATOR is not set
-# CONFIG_CMD_VARINFO is not set
+CONFIG_CMD_VARINFO=y
CONFIG_CMD_VERSION=y
# CONFIG_CMD_BFETCH is not set
# CONFIG_CMD_MMC is not set
diff --git a/configs/platform-v7a_noneon/barebox-at91.config.diff b/configs/platform-v7a_noneon/barebox-at91.config.diff
index 1e5761084b53..375ee8d71231 100644
--- a/configs/platform-v7a_noneon/barebox-at91.config.diff
+++ b/configs/platform-v7a_noneon/barebox-at91.config.diff
@@ -1,5 +1,5 @@
-229aede7a55d845344eb90111d2ad9c7
-829057d58b9d565f57cb88aeade929c1
+d6fdec229ce00e5261e7d96d2db1ff1b
+bca8b19fe2e1fd36d38a3ec46aedf6fa
CONFIG_ARCH_AT91=y
# CONFIG_ARCH_BCM283X is not set
# CONFIG_ARCH_IMX is undefined
diff --git a/configs/platform-v7a_noneon/barebox-common.config b/configs/platform-v7a_noneon/barebox-common.config
index 9ab08c7ff18b..7169b2d064ec 100644
--- a/configs/platform-v7a_noneon/barebox-common.config
+++ b/configs/platform-v7a_noneon/barebox-common.config
@@ -317,7 +317,7 @@ CONFIG_CMD_MEMINFO=y
CONFIG_CMD_ARM_MMUINFO=y
# CONFIG_CMD_BLKSTATS is not set
CONFIG_CMD_REGULATOR=y
-# CONFIG_CMD_VARINFO is not set
+CONFIG_CMD_VARINFO=y
CONFIG_CMD_VERSION=y
# CONFIG_CMD_BFETCH is not set
CONFIG_CMD_MMC=y
diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config b/configs/platform-v7a_noneon/barebox-vexpress.config
index d96461fb764f..1d216f848afb 100644
--- a/configs/platform-v7a_noneon/barebox-vexpress.config
+++ b/configs/platform-v7a_noneon/barebox-vexpress.config
@@ -304,7 +304,7 @@ CONFIG_CMD_MEMINFO=y
CONFIG_CMD_ARM_MMUINFO=y
# CONFIG_CMD_BLKSTATS is not set
CONFIG_CMD_REGULATOR=y
-# CONFIG_CMD_VARINFO is not set
+CONFIG_CMD_VARINFO=y
CONFIG_CMD_VERSION=y
# CONFIG_CMD_BFETCH is not set
CONFIG_CMD_MMC=y
diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config.diff b/configs/platform-v7a_noneon/barebox-vexpress.config.diff
index be66ca1cb7bb..c6d24c287a47 100644
--- a/configs/platform-v7a_noneon/barebox-vexpress.config.diff
+++ b/configs/platform-v7a_noneon/barebox-vexpress.config.diff
@@ -1,5 +1,5 @@
-229aede7a55d845344eb90111d2ad9c7
-9fc9b7d0ba28aa60a75e55e3e05a9756
+d6fdec229ce00e5261e7d96d2db1ff1b
+e6555e3a48a2fb400e8a13a6cecee00d
CONFIG_AMBA_SP804=y
# CONFIG_ARCH_BCM283X is not set
CONFIG_ARCH_VEXPRESS=y
diff --git a/configs/platform-v8a/barebox.config b/configs/platform-v8a/barebox.config
index 22c58fbc9b6d..a413865bc62d 100644
--- a/configs/platform-v8a/barebox.config
+++ b/configs/platform-v8a/barebox.config
@@ -422,7 +422,7 @@ CONFIG_CMD_BLKSTATS=y
CONFIG_CMD_REGULATOR=y
CONFIG_CMD_PM_DOMAIN=y
CONFIG_CMD_NVMEM=y
-# CONFIG_CMD_VARINFO is not set
+CONFIG_CMD_VARINFO=y
CONFIG_CMD_VERSION=y
CONFIG_CMD_BFETCH=y
# CONFIG_CMD_MMC is not set
--
2.47.3
next prev parent reply other threads:[~2026-04-19 16:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-19 16:53 [DistroKit] [PATCH 1/4] barebox: update to v2026.04.0 Ahmad Fatoum
2026-04-19 16:53 ` [DistroKit] [PATCH 2/4] v8a: barebox: enable smc command Ahmad Fatoum
2026-04-19 16:53 ` Ahmad Fatoum [this message]
2026-04-19 16:53 ` [DistroKit] [PATCH 4/4] v8a: tf-a: update to v2.14 Ahmad Fatoum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260419165338.3143134-3-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox