diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-28 22:31:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-28 22:31:09 -0500 |
commit | 339d96822efad9e6e445959224b48375124741d8 (patch) | |
tree | d3e58eb2a7d985bdd27d728f47cd23bf8076e54c /configs/sandbox_defconfig | |
parent | e2a9edc0ced9c2ea6b3c23f2cd93b455985eb173 (diff) | |
parent | 3d6fe58437571062aa3943861d25fb2262d6aac0 (diff) | |
download | u-boot-339d96822efad9e6e445959224b48375124741d8.tar.gz u-boot-339d96822efad9e6e445959224b48375124741d8.tar.bz2 u-boot-339d96822efad9e6e445959224b48375124741d8.zip |
Merge patch series "cmd: add scmi command"
To quote the author:
"Scmi" command will be re-introduced per Michal's request.
The functionality is the same as I put it in my patch set of adding
SCMI base protocol support, but made some tweak to make UT, "ut dm
scmi_cmd," more flexible and tolerable when enabling/disabling a specific
SCMI protocol for test purpose.
Each commit may have some change history inherited from the preceding
patch series.
Test
====
The patch series was tested on the following platforms:
* sandbox
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index b7ae1f07c7..45034e7e40 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -122,6 +122,7 @@ CONFIG_CMD_REGULATOR=y CONFIG_CMD_AES=y CONFIG_CMD_TPM=y CONFIG_CMD_TPM_TEST=y +CONFIG_CMD_SCMI=y CONFIG_CMD_BTRFS=y CONFIG_CMD_CBFS=y CONFIG_CMD_CRAMFS=y |