summaryrefslogtreecommitdiff
path: root/util/config_allowed.txt
diff options
context:
space:
mode:
authorBrian J. Nemec <bnemec@google.com>2022-02-04 13:01:40 -0800
committerCommit Bot <commit-bot@chromium.org>2022-02-11 06:22:45 +0000
commit5c9813df84e0d0794a92108262fc255854f6565c (patch)
tree182b197af47a30e73ea95779a652ae2d3a7272ee /util/config_allowed.txt
parent59e9e0544ec4e449b11267053e5525d6de372a39 (diff)
downloadchrome-ec-5c9813df84e0d0794a92108262fc255854f6565c.tar.gz
stm32: Add the DFU Runtime identifiers
Adds a DFU Runtime identifier and a DFU bootmanager to control the switch between the DFU and main application region. The DFU runtime identifier operates on the main application in the RW region. A DFU host recognizes the interface and can send commands to switch the firmware into DFU mode. BRANCH=servo BUG=b:217955677 TEST=Enabled the DFU configuration on Servo_v4 with CONFIG_DFU_RUNTIME TEST='sudo dfu-util -l' Verified the dfu-util recognizes the DFU runtime device. Signed-off-by: Brian Nemec <bnemec@chromium.org> Change-Id: I0e02b7cb35a7c594f169c56a96f965e5d87e3cfb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3441173 Tested-by: Brian Nemec <bnemec@google.com> Reviewed-by: Sam Hurst <shurst@google.com> Commit-Queue: Brian Nemec <bnemec@google.com>
Diffstat (limited to 'util/config_allowed.txt')
-rw-r--r--util/config_allowed.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/config_allowed.txt b/util/config_allowed.txt
index dfdead84cd..7c5118f70e 100644
--- a/util/config_allowed.txt
+++ b/util/config_allowed.txt
@@ -362,6 +362,7 @@ CONFIG_DELAY_DSW_PWROK_TO_PWRBTN
CONFIG_DETACHABLE_BASE
CONFIG_DEVICE_EVENT
CONFIG_DEVICE_STATE
+CONFIG_DFU_RUNTIME
CONFIG_DMA
CONFIG_DMA_DEFAULT_HANDLERS
CONFIG_DMA_HELP