From e3323bee6966fbde19f445a6de449b17efbfd06b Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Wed, 20 Dec 2017 10:15:39 +0100 Subject: [PATCH] stm32mon: add STM32H7 identifier Add a new chip ID to support the STM32H7x3 parts. Signed-off-by: Vincent Palatin 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 Tested-by: Vincent Palatin Reviewed-by: Gwendal Grignou --- util/stm32mon.c | 1 + 1 file changed, 1 insertion(+) 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 } };