diff options
author | Piotr Halama <skrzynka@halamix2.pl> | 2023-03-06 19:11:56 +0100 |
---|---|---|
committer | Anastasia Klimchuk <aklm@chromium.org> | 2023-06-08 07:41:45 +0000 |
commit | 104503375d8eb451b54252f5f2c2da8565590497 (patch) | |
tree | 3a11e7f8f24adc75ad17c4411880cec628cbab3b /include | |
parent | 9b3a70158c0a6279b07c769ab11ed445d715e171 (diff) | |
download | flashrom-104503375d8eb451b54252f5f2c2da8565590497.tar.gz flashrom-104503375d8eb451b54252f5f2c2da8565590497.tar.bz2 flashrom-104503375d8eb451b54252f5f2c2da8565590497.zip |
flashchips: Add support for Boya BY25D80A
Read tested on Raspberry Pico with pico-serprog
Change-Id: I586f3455d925132bbda3fccdad00f0b1e22c2ea7
Signed-off-by: Piotr Halama <skrzynka@halamix2.pl>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/73513
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/flashchips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/flashchips.h b/include/flashchips.h index aa59a6dc6..a0fbf5545 100644 --- a/include/flashchips.h +++ b/include/flashchips.h @@ -210,6 +210,7 @@ /* Boya/BoHong Microelectronics Inc. */ #define BOYA_BOHONG_ID 0x68 +#define BOYA_BOHONG_B__25D80A 0x4014 #define BOYA_BOHONG_B_25D16A 0x4015 #define BOYA_BOHONG_B_25Q128AS 0x4018 |