mirror of
https://review.coreboot.org/flashrom.git
synced 2025-08-15 19:40:19 +02:00
flashchips: Add P25D80H
Adds support for the PUYA P25D80H flashchip. Tested: Probing RDID, reading, erasing, and writing to a single chip. Programmer: A serprog implementation that was flashed to a Raspbery Pi Pico 2. Parameters: Tested at 1Mhz OS: Raspberry Pi OS 64-bit running kernel version 6.12.38 Datasheet: https://lcsc.com/datasheet/lcsc_datasheet_2304140030_PUYA-P25D80H-SSH-IT_C559199.pdf Change-Id: I48612c369b555fb8c3f3cfe3ce0d00d3fd35a64f Signed-off-by: James Vogenthaler <james.vogenthaler@mantech.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/88555 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
2beb555a6a
commit
ff7091e9f4
@@ -662,6 +662,7 @@
|
||||
#define PUYA_P25Q06H 0x4010
|
||||
#define PUYA_P25Q11H 0x4011
|
||||
#define PUYA_P25Q21H 0x4012
|
||||
#define PUYA_P25D80H 0x6014
|
||||
|
||||
/*
|
||||
* The Sanyo chip found so far uses SPI, first byte is manufacturer code,
|
||||
|
Reference in New Issue
Block a user