summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRoland Gaudig <roland.gaudig@weidmueller.com>2021-07-23 15:29:21 +0300
committerTom Rini <trini@konsulko.com>2021-07-27 21:50:47 +0300
commitf4f8d8bb1abc79c4186ee8dc2ea536d62c6cb149 (patch)
treeffb09d738a6f68edb543be8eac0f424ec15cd4d3 /MAINTAINERS
parent6244cda4f32cb95f66de2a61ef728f325514f8f6 (diff)
downloadu-boot-f4f8d8bb1abc79c4186ee8dc2ea536d62c6cb149.tar.xz
cmd: setexpr: add format string handling
Add format string handling operator to the setexpr command. It allows to use C or Bash like format string expressions to be evaluated with the result being stored inside the environment variable name. setexpr <name> fmt <format> [value]... The following example setexpr foo fmt "%d, 0x%x" 0x100 ff will result in $foo being set to "256, 0xff". Signed-off-by: Roland Gaudig <roland.gaudig@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8a18b3b6d9..2a6d01cc31 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1050,6 +1050,11 @@ F: arch/sandbox/
F: doc/arch/sandbox.rst
F: include/dt-bindings/*/sandbox*.h
+SETEXPR
+M: Roland Gaudig <roland.gaudig@weidmueller.com>
+S: Maintained
+F: cmd/printf.c
+
SH
M: Marek Vasut <marek.vasut+renesas@gmail.com>
M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>