summaryrefslogtreecommitdiff
path: root/util/stm32mon.c
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2017-12-20 10:15:39 +0100
committerchrome-bot <chrome-bot@chromium.org>2018-01-10 15:44:28 -0800
commite3323bee6966fbde19f445a6de449b17efbfd06b (patch)
tree13b1e01be5c756872cc83d4f4fd4f032b1b1a75a /util/stm32mon.c
parent906a1b513883ec6c747d0aa45df3163977942eef (diff)
downloadchrome-ec-e3323bee6966fbde19f445a6de449b17efbfd06b.tar.gz
stm32mon: add STM32H7 identifier
Add a new chip ID to support the STM32H7x3 parts. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=b:67081508 TEST=flash_ec --board=meowth_fp Change-Id: I3897a74f5414e0e6b13890291706134c2d916af9 Reviewed-on: https://chromium-review.googlesource.com/856977 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Diffstat (limited to 'util/stm32mon.c')
-rw-r--r--util/stm32mon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/stm32mon.c b/util/stm32mon.c
index f5952c2fe7..b9896a00c0 100644
--- a/util/stm32mon.c
+++ b/util/stm32mon.c
@@ -93,6 +93,7 @@ struct stm32_def {
{0x442, "STM32F09x", 0x40000, 2048, {13, 13} },
{0x431, "STM32F411", 0x80000, 16384, {13, 19} },
{0x441, "STM32F412", 0x80000, 16384, {13, 19} },
+ {0x450, "STM32H74x", 0x200000, 131768, {13, 19} },
{0x451, "STM32F76x", 0x200000, 32768, {13, 19} },
{ 0 }
};