summaryrefslogtreecommitdiff
path: root/util/stm32mon.c
diff options
context:
space:
mode:
authorzyw <zyw@rock-chips.com>2014-07-21 19:30:59 -0400
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-23 02:30:10 +0000
commit054c9fe6a6b32098f5fa881d49c6f43707d8d042 (patch)
tree542872426ba9b498e00aa87248aadb849b18efad /util/stm32mon.c
parentb9677a48c81cc3b5074c532902076ff4ac64fe03 (diff)
downloadchrome-ec-054c9fe6a6b32098f5fa881d49c6f43707d8d042.tar.gz
veyron: Modify board config
This patch is base on new hardware board, veyron has not some stuff, such as power led, charge en BUG=None TEST=Read log with servo board, it has reponse when type some commends BRANCH=None Change-Id: I45502fd1278f69db5e46fc9ab1deaee02fc8708f Signed-off-by: zyw <zyw@rock-chips.com> Reviewed-on: https://chromium-review.googlesource.com/209231 Reviewed-by: Alexandru Stan <amstan@google.com> Commit-Queue: Alexandru Stan <amstan@google.com> Tested-by: Alexandru Stan <amstan@google.com>
Diffstat (limited to 'util/stm32mon.c')
-rw-r--r--util/stm32mon.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/util/stm32mon.c b/util/stm32mon.c
index f96dfdb88a..f13f9c3a0b 100644
--- a/util/stm32mon.c
+++ b/util/stm32mon.c
@@ -53,13 +53,14 @@ struct stm32_def {
uint32_t flash_size;
uint32_t page_size;
} chip_defs[] = {
- {0x416, "STM32L15xxB", 0x08000000, 0x20000, 256},
- {0x427, "STM32L15xxC", 0x08000000, 0x40000, 256},
- {0x420, "STM32F100xx", 0x08000000, 0x20000, 1024},
- {0x410, "STM32F102R8", 0x08000000, 0x10000, 1024},
- {0x440, "STM32F05x", 0x08000000, 0x10000, 1024},
- {0x444, "STM32F03x", 0x08000000, 0x08000, 1024},
- {0x448, "STM32F07xB", 0x08000000, 0x20000, 1024},
+ {0x416, "STM32L15xxB", 0x08000000, 0x20000, 256},
+ {0x429, "STM32L15xxB-A", 0x08000000, 0x20000, 256},
+ {0x427, "STM32L15xxC", 0x08000000, 0x40000, 256},
+ {0x420, "STM32F100xx", 0x08000000, 0x20000, 1024},
+ {0x410, "STM32F102R8", 0x08000000, 0x10000, 1024},
+ {0x440, "STM32F05x", 0x08000000, 0x10000, 1024},
+ {0x444, "STM32F03x", 0x08000000, 0x08000, 1024},
+ {0x448, "STM32F07xB", 0x08000000, 0x20000, 1024},
{ 0 }
};