From afcaaa14b7fd3b5aa94483cf7d8b55e33aeb2f8d Mon Sep 17 00:00:00 2001 From: Zhuohao Lee Date: Sun, 31 Oct 2021 14:19:11 +0800 Subject: flash_fp_mcu: Add a config for the Brask fingerprint MCU To enable the fingerprint MCU firmware update, we add the config for the Brask. BUG=b:204679292 BRANCH=None TEST=use 'flash_fp_mcu ${BINARY_PATH}', the firmware is programmed correctly. Change-Id: Iac96d296838bf8aa75d641312a114756c9dc15f0 Signed-off-by: Zhuohao Lee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3251218 Reviewed-by: YH Lin Commit-Queue: YH Lin --- util/flash_fp_mcu | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/flash_fp_mcu b/util/flash_fp_mcu index 679478f1e2..57b2525141 100644 --- a/util/flash_fp_mcu +++ b/util/flash_fp_mcu @@ -599,6 +599,11 @@ config_brya() { readonly GPIO_PWREN=314 } +config_brask() { + # Let's call the config_brya since brask follows the brya HW design + config_brya +} + config_zork() { readonly TRANSPORT="UART" readonly DEVICE="/dev/ttyS1" -- cgit v1.2.1