flashrom
Threads by month
- ----- 2026 -----
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
February 2024
- 8 participants
- 9 discussions
Hello group,
I'm attempting to flash a W25Q64FW with a CH341A. Despite this chip's
RDID being supported (under "W25Q64.W"), flashrom identifies it as an
"unknown SPI chip (RDID)" which I presume explains the "status NOT
WORKING for operations: PROBE READ ERASE WRITE".
Upon further inspection with '-VV' I see that id1 and id2 are not only
wrong -- they're different every time I run flashrom! What could cause
this?
Thanks,
Ryne
2
3
Hi,
I've a question. I'm writing a software that installs a specific Linux
distro on the target computer automatically. It also should flash
coreboot as part of the install process, and that's where I'm stuck.
From what I've gathered, for that I would need a stripped down version
of libflashrom that only has the internal SPI driver, nothing else
(without laptop-checks, Paralell, LPC, NICs, external USB programmers
etc.) What is the best way to achieve this?
I've already set up my test environment: I've configured and compiled
qemu with "-enable-m25p80", which emulates lots of flash chips, among
others the one that my target machine has. Then I can run qemu with
"-device m25p80" and start a minimal Linux VM with the flashrom
utility that I've compiled from source.
I've also cleaned up flashrom.c to only list the chips with the
BUS_SPI interface (I need to support one specific chip only, but my
understanding is, all of these use the same driver so it shouldn't be
a problem having all these chips in this list). Now I need to remove
files and functions that are not related to internal SPI, and I'm not
sure how to proceed. Which would be the easiest and suggested way to
have a stripped down libflashrom with just the internal SPI driver?
ps: unfortunately using flashrom as-is is out of question because it
has way too many dependencies that the installer image simply does not
have. For example, there's no libpci, libusb and no /dev/spidev device
either, so I must restrict libflashrom to use its own driver, and also
my installer can't call system(), so I must link it with libflashrom.
Can somebody help me with this?
4
4
Old Development_Guidelines webpage is fully retired and redirected to new
by Anastasia Klimchuk Feb. 25, 2024
by Anastasia Klimchuk Feb. 25, 2024
Feb. 25, 2024
Hello flashrom,
This message is most relevant to people who were reading/using the
Development_Guidelines page on the old wiki website.
As of today, that old page is fully retired and redirected to new
website, specifically to
https://www.flashrom.org/dev_guide/development_guide.html
A section of the old page which explained to how to do the most common
type of contribution, adding a new chip, now is first class document
under "Contributors howtos", see here
https://www.flashrom.org/contrib_howtos/how_to_add_new_chip.html
Practically this means the instructions that used to be by the links
https://wiki.flashrom.org/Development_Guidelines#Adding/reviewing_a_new_fla…
or
https://flashrom.org/Development_Guidelines#Adding/reviewing_a_new_flash_ch…
are now here:
https://www.flashrom.org/contrib_howtos/how_to_add_new_chip.html
(even though the initial redirect will be to dev guides)
--
Anastasia.
1
0
Hello everyone!
I am writing to invite everyone who is interested in the subject, to
join the review:
"How to support flashrom" https://review.coreboot.org/c/flashrom/+/80729
The doc is not technical, it's more of organisational. Currently there
is no doc like this, but I think it's needed.
By the nature of the doc, you don't have to be an experienced flashrom
developer to review it. I want the doc to be readable and
understandable to a broader community.
You would need a Gerrit account, and then you can add comments
straight to the patch. As a plan B you can reply in this thread.
Thank you!
--
Anastasia.
1
0
Hi,
I tested Flash chip Spansion S25FL132KBF01 via CH341 (chip CH341B) PCB from
China, flash chip soldered directly to this PCB.
Tested read, flash and write (verify ok). All ok.
Details from flashrom on Ubuntu 22.04 LTS:
flashrom v1.2 on Linux 5.15.0-94-generic (x86_64)
flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
Found Spansion flash chip "S25FL132K" (4096 kB, SPI) on ch341a_spi.
S pozdravem,
Marek Zettík
Nabízím:
- úsporu nákladů v domácnosti s možnosti přivýdělku a lepšího životního
stylu; podnikatelská příležitost BEZ rizika.
- redukce tuku včetně následného a trvalého udržení cílové váhy zdravou
formou (správná strava + pohyb) na míru
- produkty firmy Amway (drogerie, hygiena osobní a ústní, potravinové
doplňky stravy (vitaminy), kosmetika (pěstící a dekorativní), nápoje (káva,
čaj, Power drinky, ...), potraviny (těstoviny, extra panenský olivový olej,
balzamiko, ...) a další...
úspora v domácnosti:
https://www.facebook.com/uspora
krása a zdraví:
<https://www.facebook.com/>
https://www.facebook.com/krasaazdravi
email: mzettik(a)gmail.com
tel.: +420 724-709-419
web: http://amway.cz/user/mzettik
1
0
# flashrom -Vp internal
flashrom unknown on Linux 6.6.13-amd64 (x86_64)
flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
flashrom was built with GCC 13.2.0, little endian
Command line (2 args): flashrom -Vp internal
Initializing internal programmer
/sys/class/mtd/mtd0 does not exist
No coreboot table found.
Using Internal DMI decoder.
DMI string chassis-type: "Desktop"
DMI string system-manufacturer: "To Be Filled By O.E.M."
DMI string system-product-name: "To Be Filled By O.E.M."
DMI string system-version: "To Be Filled By O.E.M."
DMI string baseboard-manufacturer: "ASRock"
DMI string baseboard-product-name: "B450 Pro4"
DMI string baseboard-version: " "
Found chipset "AMD FP4" with PCI ID 1022:790e.
Enabling flash write... SPI base address is at 0xfec10000
FCH device found but SMBus revision 0x61 does not match known values.
Please report this to flashrom(a)flashrom.org and include this log and
the output of lspci -nnvx, thanks!.
Could not determine chipset generation.ROM strap override is not active
PROBLEMS, continuing anyway
The following protocols are supported: LPC, FWH.
Probing for AMIC A49LF040A, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Atmel AT49LH002, 256 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for Atmel AT49LH004, 512 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for Atmel AT49LH00B4, 512 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for Intel AT82802AB, 512 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for Intel 82802AC, 1024 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for PMC Pm49FL002, 256 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for PMC Pm49FL004, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF002A/B, 256 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF003A/B, 384 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF004A/B, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF004C, 512 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for SST SST49LF008A, 1024 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF008C, 1024 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for SST SST49LF016C, 2048 kB: probe_82802ab: id1 0x35, id2 0x33,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for SST SST49LF020, 256 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF020A, 256 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF040, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF040B, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF080A, 1024 kB: Chip lacks correct probe timing
information, using default 10ms/40us. probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST49LF160C, 2048 kB: probe_82802ab: id1 0x35, id2 0x33,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for ST M50FLW040A, 512 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for ST M50FLW040B, 512 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for ST M50FLW080A, 1024 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for ST M50FLW080B, 1024 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for ST M50FW002, 256 kB: probe_82802ab: id1 0xff, id2 0xff, id1
parity violation, id1 is normal flash content, id2 is normal flash content
Probing for ST M50FW016, 2048 kB: probe_82802ab: id1 0x35, id2 0x33, id1
parity violation, id1 is normal flash content, id2 is normal flash content
Probing for ST M50FW040, 512 kB: probe_82802ab: id1 0xff, id2 0xff, id1
parity violation, id1 is normal flash content, id2 is normal flash content
Probing for ST M50FW080, 1024 kB: probe_82802ab: id1 0xff, id2 0xff, id1
parity violation, id1 is normal flash content, id2 is normal flash content
Probing for ST M50LPW080, 1024 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for ST M50LPW116, 2048 kB: probe_82802ab: id1 0x35, id2 0x33,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for Sharp LHF00L04, 1024 kB: probe_82802ab: id1 0xff, id2 0xff,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for Winbond W39V040A, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Winbond W39V040B, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Winbond W39V040C, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Winbond W39V040FA, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Winbond W39V040FB, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Winbond W39V040FC, 512 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Winbond W39V080A, 1024 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Winbond W39V080FA, 1024 kB: probe_jedec_common: id1 0xff,
id2 0xff, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for Winbond W39V080FA (dual mode), 512 kB: probe_jedec_common:
id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content,
id2 is normal flash content
Probing for Winbond W49V002A, 256 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Winbond W49V002FA, 256 kB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
No EEPROM/flash device found.
Note: flashrom can never write if the flash chip isn't found automatically.
# lspci -nnvx
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Root Complex [1022:15d0]
Subsystem: ASRock Incorporation Raven/Raven2 Root Complex [1849:15d0]
Flags: fast devsel
00: 22 10 d0 15 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 49 18 d0 15
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2
IOMMU [1022:15d1]
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 IOMMU
[1022:15d1]
Flags: bus master, fast devsel, latency 0, IRQ 25
Capabilities: [40] Secure device <?>
Capabilities: [64] MSI: Enable+ Count=1/4 Maskable- 64bit+
Capabilities: [74] HyperTransport: MSI Mapping Enable+ Fixed+
00: 22 10 d1 15 04 04 10 00 00 00 06 08 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 22 10 d1 15
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 01 00 00
00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family
17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
Flags: fast devsel, IOMMU group 0
00: 22 10 52 14 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 PCIe GPP Bridge [6:0] [1022:15d3] (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP
Bridge [6:0] [1022:1453]
Flags: bus master, fast devsel, latency 0, IRQ 26, IOMMU group 1
Bus: primary=00, secondary=10, subordinate=10, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fe900000-fe9fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot+), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 PCIe GPP Bridge [6:0] [1022:1453]
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [370] L1 PM Substates
Kernel driver in use: pcieport
00: 22 10 d3 15 07 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 10 10 00 f1 01 00 20
20: 90 fe 90 fe f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 00 12 00
00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 PCIe GPP Bridge [6:0] [1022:15d3] (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP
Bridge [6:0] [1022:1453]
Flags: bus master, fast devsel, latency 0, IRQ 27, IOMMU group 2
Bus: primary=00, secondary=15, subordinate=25, sec-latency=0
I/O behind bridge: d000-efff [size=8K] [16-bit]
Memory behind bridge: fe400000-fe6fffff [size=3M] [32-bit]
Prefetchable memory behind bridge: 1ff0300000-1ff04fffff [size=2M] [32-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot+), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 PCIe GPP Bridge [6:0] [1022:1453]
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [370] L1 PM Substates
Kernel driver in use: pcieport
00: 22 10 d3 15 07 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 15 25 00 d1 e1 00 20
20: 40 fe 60 fe 31 f0 41 f0 1f 00 00 00 1f 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 00 12 00
00:01.6 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 PCIe GPP Bridge [6:0] [1022:15d3] (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP
Bridge [6:0] [1022:1453]
Flags: bus master, fast devsel, latency 0, IRQ 28, IOMMU group 3
Bus: primary=00, secondary=2e, subordinate=2e, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fe800000-fe8fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot+), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 PCIe GPP Bridge [6:0] [1022:1453]
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [370] L1 PM Substates
Kernel driver in use: pcieport
00: 22 10 d3 15 07 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 2e 2e 00 f1 01 00 20
20: 80 fe 80 fe f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 00 12 00
00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family
17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
Flags: fast devsel, IOMMU group 4
00: 22 10 52 14 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus A [1022:15db] (prog-if 00
[Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal
PCIe GPP Bridge 0 to Bus A [1022:0000]
Flags: bus master, fast devsel, latency 0, IRQ 29, IOMMU group 5
Bus: primary=00, secondary=38, subordinate=38, sec-latency=0
I/O behind bridge: f000-ffff [size=4K] [16-bit]
Memory behind bridge: fe000000-fe3fffff [size=4M] [32-bit]
Prefetchable memory behind bridge: 1fe0000000-1ff01fffff [size=258M]
[32-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot-), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus A [1022:0000]
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Kernel driver in use: pcieport
00: 22 10 db 15 07 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 38 38 00 f1 f1 00 00
20: 00 fe 30 fe 01 e0 11 f0 1f 00 00 00 1f 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 01 1a 00
00:08.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus B [1022:15dc] (prog-if 00
[Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal
PCIe GPP Bridge 0 to Bus B [1022:0000]
Flags: bus master, fast devsel, latency 0, IRQ 30, IOMMU group 4
Bus: primary=00, secondary=39, subordinate=39, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fe700000-fe7fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot-), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus B [1022:0000]
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Kernel driver in use: pcieport
00: 22 10 dc 15 07 04 10 00 00 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 00 39 39 00 f1 01 00 00
20: 70 fe 70 fe f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 01 12 00
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus
Controller [1022:790b] (rev 61)
Subsystem: ASRock Incorporation FCH SMBus Controller [1849:790b]
Flags: 66MHz, medium devsel, IOMMU group 6
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4, sp5100_tco
00: 22 10 0b 79 03 04 20 02 61 00 05 0c 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 49 18 0b 79
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC
Bridge [1022:790e] (rev 51)
Subsystem: ASRock Incorporation FCH LPC Bridge [1849:790e]
Flags: bus master, 66MHz, medium devsel, latency 0, IOMMU group 6
00: 22 10 0e 79 0f 00 20 02 51 00 01 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 49 18 0e 79
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Device 24: Function 0 [1022:15e8]
Flags: fast devsel, IOMMU group 7
00: 22 10 e8 15 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Device 24: Function 1 [1022:15e9]
Flags: fast devsel, IOMMU group 7
00: 22 10 e9 15 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Device 24: Function 2 [1022:15ea]
Flags: fast devsel, IOMMU group 7
00: 22 10 ea 15 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Device 24: Function 3 [1022:15eb]
Flags: fast devsel, IOMMU group 7
Kernel driver in use: k10temp
Kernel modules: k10temp
00: 22 10 eb 15 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Device 24: Function 4 [1022:15ec]
Flags: fast devsel, IOMMU group 7
00: 22 10 ec 15 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Device 24: Function 5 [1022:15ed]
Flags: fast devsel, IOMMU group 7
00: 22 10 ed 15 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Device 24: Function 6 [1022:15ee]
Flags: fast devsel, IOMMU group 7
00: 22 10 ee 15 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Raven/Raven2 Device 24: Function 7 [1022:15ef]
Flags: fast devsel, IOMMU group 7
00: 22 10 ef 15 00 00 00 00 00 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10:00.0 SATA controller [0106]: ASMedia Technology Inc. ASM1166 Serial
ATA Controller [1b21:1166] (rev 02) (prog-if 01 [AHCI 1.0])
Subsystem: ZyDAS Technology Corp. ASM1166 Serial ATA Controller [2116:2116]
Flags: bus master, fast devsel, latency 0, IRQ 42, IOMMU group 8
Memory at fe982000 (32-bit, non-prefetchable) [size=8K]
Memory at fe980000 (32-bit, non-prefetchable) [size=8K]
Expansion ROM at fe900000 [disabled] [size=512K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [80] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [130] Secondary PCI Express
Kernel driver in use: ahci
Kernel modules: ahci
00: 21 1b 66 11 07 04 10 00 02 01 06 01 10 00 00 00
10: 00 20 98 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 98 fe 00 00 00 00 16 21 16 21
30: 00 00 90 fe 40 00 00 00 00 00 00 00 0b 01 00 00
15:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] 400
Series Chipset USB 3.1 xHCI Compliant Host Controller [1022:43d5] (rev
01) (prog-if 30 [XHCI])
Subsystem: ASRock Incorporation 400 Series Chipset USB 3.1 xHCI
Compliant Host Controller [1849:43d0]
Flags: bus master, fast devsel, latency 0, IRQ 54, IOMMU group 9
Memory at fe6a0000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [200] Secondary PCI Express
Capabilities: [300] Latency Tolerance Reporting
Capabilities: [400] L1 PM Substates
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00: 22 10 d5 43 06 04 10 00 01 30 03 0c 10 00 80 00
10: 04 00 6a fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 49 18 d0 43
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00
15:00.1 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] 400
Series Chipset SATA Controller [1022:43c8] (rev 01) (prog-if 01 [AHCI 1.0])
Subsystem: ASRock Incorporation 400 Series Chipset SATA Controller
[1849:43c8]
Flags: bus master, fast devsel, latency 0, IRQ 55, IOMMU group 9
Memory at fe680000 (32-bit, non-prefetchable) [size=128K]
Expansion ROM at fe600000 [disabled] [size=512K]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Kernel driver in use: ahci
Kernel modules: ahci
00: 22 10 c8 43 06 04 10 00 01 01 06 01 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 68 fe 00 00 00 00 49 18 c8 43
30: 00 00 60 fe 50 00 00 00 00 00 00 00 05 02 00 00
15:00.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series
Chipset PCIe Bridge [1022:43c6] (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASRock Incorporation 400 Series Chipset PCIe Bridge [1849:43c6]
Flags: bus master, fast devsel, latency 0, IRQ 31, IOMMU group 9
Bus: primary=15, secondary=1d, subordinate=25, sec-latency=0
I/O behind bridge: d000-efff [size=8K] [16-bit]
Memory behind bridge: fe400000-fe5fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: 1ff0300000-1ff04fffff [size=2M] [32-bit]
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Upstream Port, MSI 00
Capabilities: [c0] Subsystem: ASRock Incorporation 400 Series Chipset
PCIe Bridge [1849:43c6]
Capabilities: [100] Advanced Error Reporting
Kernel driver in use: pcieport
00: 22 10 c6 43 07 00 10 00 01 00 04 06 10 00 81 00
10: 00 00 00 00 00 00 00 00 15 1d 25 00 d1 e1 00 00
20: 40 fe 50 fe 31 f0 41 f0 1f 00 00 00 1f 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 03 12 00
1d:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series
Chipset PCIe Port [1022:43c7] (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASRock Incorporation 400 Series Chipset PCIe Port [1849:43c7]
Flags: bus master, fast devsel, latency 0, IRQ 33, IOMMU group 9
Bus: primary=1d, secondary=1e, subordinate=1e, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASRock Incorporation 400 Series Chipset
PCIe Port [1849:43c7]
Capabilities: [100] Advanced Error Reporting
Capabilities: [200] Secondary PCI Express
Capabilities: [400] L1 PM Substates
Kernel driver in use: pcieport
00: 22 10 c7 43 07 04 10 00 01 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 1d 1e 1e 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 12 00
1d:01.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series
Chipset PCIe Port [1022:43c7] (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASRock Incorporation 400 Series Chipset PCIe Port [1849:43c7]
Flags: bus master, fast devsel, latency 0, IRQ 35, IOMMU group 9
Bus: primary=1d, secondary=1f, subordinate=1f, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASRock Incorporation 400 Series Chipset
PCIe Port [1849:43c7]
Capabilities: [100] Advanced Error Reporting
Capabilities: [200] Secondary PCI Express
Capabilities: [400] L1 PM Substates
Kernel driver in use: pcieport
00: 22 10 c7 43 07 04 10 00 01 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 1d 1f 1f 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 05 01 12 00
1d:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series
Chipset PCIe Port [1022:43c7] (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASRock Incorporation 400 Series Chipset PCIe Port [1849:43c7]
Flags: bus master, fast devsel, latency 0, IRQ 36, IOMMU group 9
Bus: primary=1d, secondary=22, subordinate=22, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASRock Incorporation 400 Series Chipset
PCIe Port [1849:43c7]
Capabilities: [100] Advanced Error Reporting
Capabilities: [200] Secondary PCI Express
Capabilities: [400] L1 PM Substates
Kernel driver in use: pcieport
00: 22 10 c7 43 07 04 10 00 01 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 1d 22 22 00 f1 01 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 12 00
1d:05.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series
Chipset PCIe Port [1022:43c7] (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Port [1b21:3306]
Flags: bus master, fast devsel, latency 0, IRQ 37, IOMMU group 9
Bus: primary=1d, secondary=23, subordinate=23, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: 1ff0300000-1ff04fffff [size=2M] [32-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 400 Series
Chipset PCIe Port [1b21:3306]
Capabilities: [100] Advanced Error Reporting
Capabilities: [200] Secondary PCI Express
Capabilities: [400] L1 PM Substates
Kernel driver in use: pcieport
00: 22 10 c7 43 07 04 10 00 01 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 1d 23 23 00 f1 01 00 00
20: f0 ff 00 00 31 f0 41 f0 1f 00 00 00 1f 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 05 01 12 00
1d:06.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series
Chipset PCIe Port [1022:43c7] (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Port [1b21:3306]
Flags: bus master, fast devsel, latency 0, IRQ 38, IOMMU group 9
Bus: primary=1d, secondary=24, subordinate=24, sec-latency=0
I/O behind bridge: e000-efff [size=4K] [16-bit]
Memory behind bridge: fe500000-fe5fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 400 Series
Chipset PCIe Port [1b21:3306]
Capabilities: [100] Advanced Error Reporting
Capabilities: [200] Secondary PCI Express
Capabilities: [400] L1 PM Substates
Kernel driver in use: pcieport
00: 22 10 c7 43 07 04 10 00 01 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 1d 24 24 00 e1 e1 00 00
20: 50 fe 50 fe f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 12 00
1d:07.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series
Chipset PCIe Port [1022:43c7] (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 400 Series Chipset PCIe Port [1b21:3306]
Flags: bus master, fast devsel, latency 0, IRQ 40, IOMMU group 9
Bus: primary=1d, secondary=25, subordinate=25, sec-latency=0
I/O behind bridge: d000-dfff [size=4K] [16-bit]
Memory behind bridge: fe400000-fe4fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 400 Series
Chipset PCIe Port [1b21:3306]
Capabilities: [100] Advanced Error Reporting
Capabilities: [200] Secondary PCI Express
Capabilities: [400] L1 PM Substates
Kernel driver in use: pcieport
00: 22 10 c7 43 07 04 10 00 01 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 1d 25 25 00 d1 d1 00 00
20: 40 fe 40 fe f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 12 00
23:00.0 Network controller [0280]: MEDIATEK Corp. MT7921K (RZ608) Wi-Fi
6E 80MHz [14c3:0608]
Subsystem: MEDIATEK Corp. MT7921K (RZ608) Wi-Fi 6E 80MHz [14c3:0608]
Flags: bus master, fast devsel, latency 0, IRQ 83, IOMMU group 9
Memory at 1ff0300000 (64-bit, prefetchable) [size=1M]
Memory at 1ff0400000 (64-bit, prefetchable) [size=16K]
Memory at 1ff0404000 (64-bit, prefetchable) [size=4K]
Capabilities: [80] Express Endpoint, MSI 00
Capabilities: [e0] MSI: Enable+ Count=1/32 Maskable+ 64bit+
Capabilities: [f8] Power Management version 3
Capabilities: [100] Vendor Specific Information: ID=1556 Rev=1 Len=008 <?>
Capabilities: [108] Latency Tolerance Reporting
Capabilities: [110] L1 PM Substates
Capabilities: [200] Advanced Error Reporting
Kernel driver in use: mt7921e
Kernel modules: mt7921e
00: c3 14 08 06 06 04 10 00 00 00 80 02 10 00 00 00
10: 0c 00 30 f0 1f 00 00 00 0c 00 40 f0 1f 00 00 00
20: 0c 40 40 f0 1f 00 00 00 00 00 00 00 c3 14 08 06
30: 00 00 00 00 80 00 00 00 00 00 00 00 05 01 00 00
24:00.0 SATA controller [0106]: ASMedia Technology Inc. ASM1062 Serial
ATA Controller [1b21:0612] (rev 02) (prog-if 01 [AHCI 1.0])
Subsystem: ASRock Incorporation Motherboard [1849:0612]
Flags: bus master, fast devsel, latency 0, IRQ 65, IOMMU group 9
I/O ports at e050 [size=8]
I/O ports at e040 [size=4]
I/O ports at e030 [size=8]
I/O ports at e020 [size=4]
I/O ports at e000 [size=32]
Memory at fe500000 (32-bit, non-prefetchable) [size=512]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Legacy Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Kernel driver in use: ahci
Kernel modules: ahci
00: 21 1b 12 06 07 04 10 00 02 01 06 01 10 00 00 00
10: 51 e0 00 00 41 e0 00 00 31 e0 00 00 21 e0 00 00
20: 01 e0 00 00 00 00 50 fe 00 00 00 00 49 18 12 06
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 01 00 00
25:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168]
(rev 15)
Subsystem: ASRock Incorporation Motherboard (one of many) [1849:8168]
Flags: bus master, fast devsel, latency 0, IRQ 39, IOMMU group 9
I/O ports at d000 [size=256]
Memory at fe404000 (64-bit, non-prefetchable) [size=4K]
Memory at fe400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number b6-8e-bd-c2-85-70-00-00
Capabilities: [170] Latency Tolerance Reporting
Capabilities: [178] L1 PM Substates
Kernel driver in use: r8169
Kernel modules: r8169
00: ec 10 68 81 07 04 10 00 15 00 00 02 10 00 00 00
10: 01 d0 00 00 00 00 00 00 04 40 40 fe 00 00 00 00
20: 04 00 40 fe 00 00 00 00 00 00 00 00 49 18 68 81
30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 00 00
2e:00.0 Non-Volatile memory controller [0108]: Intel Corporation SSD
665p Series [Neptune Harbor Refresh] [8086:faf0] (rev 03) (prog-if 02
[NVM Express])
Subsystem: Intel Corporation SSD 665p Series [Neptune Harbor Refresh]
[8086:390e]
Flags: bus master, fast devsel, latency 0, IRQ 44, IOMMU group 10
Memory at fe800000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [b0] MSI-X: Enable+ Count=16 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [158] Secondary PCI Express
Capabilities: [178] Latency Tolerance Reporting
Capabilities: [180] L1 PM Substates
Kernel driver in use: nvme
Kernel modules: nvme
00: 86 80 f0 fa 06 04 10 00 03 02 08 01 10 00 00 00
10: 04 00 80 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 0e 39
30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 00 00
38:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series]
[1002:15dd] (rev c9) (prog-if 00 [VGA controller])
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon
Vega Series / Radeon Vega Mobile Series] [1002:15dd]
Flags: bus master, fast devsel, latency 0, IRQ 68, IOMMU group 11
Memory at 1fe0000000 (64-bit, prefetchable) [size=256M]
Memory at 1ff0000000 (64-bit, prefetchable) [size=2M]
I/O ports at f000 [size=256]
Memory at fe300000 (32-bit, non-prefetchable) [size=512K]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/4 Maskable- 64bit+
Capabilities: [c0] MSI-X: Enable+ Count=3 Masked-
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [200] Physical Resizable BAR
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [2b0] Address Translation Service (ATS)
Capabilities: [2c0] Page Request Interface (PRI)
Capabilities: [2d0] Process Address Space ID (PASID)
Capabilities: [320] Latency Tolerance Reporting
Kernel driver in use: amdgpu
Kernel modules: amdgpu
00: 02 10 dd 15 07 04 10 08 c9 00 00 03 10 00 80 00
10: 0c 00 00 e0 1f 00 00 00 0c 00 00 f0 1f 00 00 00
20: 01 f0 00 00 00 00 30 fe 00 00 00 00 02 10 dd 15
30: 00 00 00 00 48 00 00 00 00 00 00 00 0a 01 00 00
38:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI]
Raven/Raven2/Fenghuang HDMI/DP Audio Controller [1002:15de]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI]
Raven/Raven2/Fenghuang HDMI/DP Audio Controller [1002:15de]
Flags: bus master, fast devsel, latency 0, IRQ 81, IOMMU group 12
Memory at fe388000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00: 02 10 de 15 07 04 10 00 00 00 03 04 10 00 80 00
10: 00 80 38 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 02 10 de 15
30: 00 00 00 00 48 00 00 00 00 00 00 00 05 02 00 00
38:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD]
Family 17h (Models 10h-1fh) Platform Security Processor [1022:15df]
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models
10h-1fh) Platform Security Processor [1022:15df]
Flags: bus master, fast devsel, latency 0, IRQ 66, IOMMU group 12
Memory at fe200000 (32-bit, non-prefetchable) [size=1M]
Memory at fe38c000 (32-bit, non-prefetchable) [size=8K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/2 Maskable- 64bit+
Capabilities: [c0] MSI-X: Enable+ Count=2 Masked-
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Kernel driver in use: ccp
Kernel modules: ccp
00: 22 10 df 15 07 04 10 08 00 00 80 10 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 20 fe 00 00 00 00
20: 00 00 00 00 00 c0 38 fe 00 00 00 00 22 10 df 15
30: 00 00 00 00 48 00 00 00 00 00 00 00 0b 03 00 00
38:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Raven
USB 3.1 [1022:15e0] (prog-if 30 [XHCI])
Subsystem: ASRock Incorporation Raven USB 3.1 [1849:7914]
Flags: bus master, fast devsel, latency 0, IRQ 56, IOMMU group 12
Memory at fe100000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00: 22 10 e0 15 07 04 10 00 00 30 03 0c 10 00 80 00
10: 04 00 10 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 49 18 14 79
30: 00 00 00 00 48 00 00 00 00 00 00 00 0a 04 00 00
38:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Raven
USB 3.1 [1022:15e1] (prog-if 30 [XHCI])
Subsystem: ASRock Incorporation Raven USB 3.1 [1849:7914]
Flags: bus master, fast devsel, latency 0, IRQ 68, IOMMU group 12
Memory at fe000000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00: 22 10 e1 15 07 04 10 00 00 30 03 0c 10 00 80 00
10: 04 00 00 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 49 18 14 79
30: 00 00 00 00 48 00 00 00 00 00 00 00 0a 01 00 00
38:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family
17h/19h HD Audio Controller [1022:15e3]
Subsystem: ASRock Incorporation Family 17h/19h HD Audio Controller
[1849:6893]
Flags: bus master, fast devsel, latency 0, IRQ 82, IOMMU group 12
Memory at fe380000 (32-bit, non-prefetchable) [size=32K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00: 22 10 e3 15 07 04 10 00 00 00 03 04 10 00 80 00
10: 00 00 38 fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 49 18 93 68
30: 00 00 00 00 48 00 00 00 00 00 00 00 0b 03 00 00
39:00.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH
SATA Controller [AHCI mode] [1022:7901] (rev 61) (prog-if 01 [AHCI 1.0])
Subsystem: ASRock Incorporation FCH SATA Controller [AHCI mode] [1849:7901]
Flags: bus master, fast devsel, latency 0, IRQ 67, IOMMU group 4
Memory at fe700000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/2 Maskable- 64bit+
Capabilities: [d0] SATA HBA v1.0
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Kernel driver in use: ahci
Kernel modules: ahci
00: 22 10 01 79 07 04 10 00 61 01 06 01 10 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 70 fe 00 00 00 00 49 18 01 79
30: 00 00 00 00 48 00 00 00 00 00 00 00 0b 01 00 00
1
0
flashrom unknown on Linux 6.1.0-17-amd64 (x86_64)
flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
flashrom was built with GCC 12.2.0, little endian
Command line (3 args): flashrom -VV -p ch341a_spi
Initializing ch341a_spi programmer
Device revision is 3.0.4
The following protocols are supported: SPI.
Probing for AMIC A25L010, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L016, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L020, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L032, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L040, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L05PT, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L05PU, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L080, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L10PT, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L10PU, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L16PT, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L16PU, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L20PT, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L20PU, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L40PT, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L40PU, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L512, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25L80P, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25LQ032/A25LQ32A, 4096 kB: compare_id: id1 0x85, id2
0x2018
Probing for AMIC A25LQ16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for AMIC A25LQ64, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DF021, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DF021A, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DF041A, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DF081, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DF081A, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DF161, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DF321, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DF321A, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DF641(A), 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DL081, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DL161, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25DQ161, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25F1024(A), 128 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F2048, 256 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F4096, 512 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F512, 64 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F512A, 64 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F512B, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25FS010, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25FS040, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25SF041, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25SF081, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25SF128A, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25SF161, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25SF321, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT25SL128A, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT26DF041, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT26DF081A, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT26DF161, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT26DF161A, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT26F004, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45CS1282, 16896 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45DB011D, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45DB021D, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45DB041D, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45DB081D, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45DB161D, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45DB321C, 4224 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45DB321D, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45DB321E, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Atmel AT45DB642D, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Boya/BoHong Microelectronics B.25D16A, 2048 kB: compare_id:
id1 0x85, id2 0x2018
Probing for Boya/BoHong Microelectronics B.25Q128AS, 16384 kB:
compare_id: id1 0x85, id2 0x2018
Probing for ESI ES25P16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for ESI ES25P40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for ESI ES25P80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for ESMT F25L008A, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for ESMT F25L32PA, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B05, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B05T, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B10, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B10T, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B16T, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B20, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B20T, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B32, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B32T, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B40T, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B64, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B64T, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25B80T, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25F05, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25F10, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25F16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25F20, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25F32, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25F40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25F64, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25F80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25P05, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25P10, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25P16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25P20, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25P32, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25P40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25P64, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25P80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25Q128, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25Q16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25Q32(A/B), 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25Q40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25Q64, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25Q80(A), 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25QH128, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25QH16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25QH32, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25QH64, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25S10, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25S16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25S20, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25S32, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25S40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25S64, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Eon EN25S80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Fudan FM25F005, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for Fudan FM25F01, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Fudan FM25F02(A), 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Fudan FM25F04(A), 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Fudan FM25Q08, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Fudan FM25Q16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Fudan FM25Q32, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25B128B/GD25Q128B, 16384 kB: compare_id: id1
0x85, id2 0x2018
Probing for GigaDevice GD25LQ128C/GD25LQ128D/GD25LQ128E, 16384 kB:
compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25LQ16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25LQ32, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25LQ40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25LQ64(B), 8192 kB: compare_id: id1 0x85, id2
0x2018
Probing for GigaDevice GD25LQ80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25Q10, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25Q127C/GD25Q128C, 16384 kB: compare_id: id1
0x85, id2 0x2018
Probing for GigaDevice GD25Q16(B), 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25Q20(B), 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25Q256D/GD25Q256E, 32768 kB: compare_id: id1
0x85, id2 0x2018
Probing for GigaDevice GD25Q32(B), 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25Q40(B), 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25Q512, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25Q64(B), 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25Q80(B), 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25T80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25VQ16C, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25VQ21B, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25VQ40C, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25VQ41B, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25VQ80C, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for GigaDevice GD25WQ80E, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for ISSI IS25LP064, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for ISSI IS25LP128, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for ISSI IS25LP256, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for ISSI IS25WP032, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for ISSI IS25WP064, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for ISSI IS25WP128, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for ISSI IS25WP256, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Intel 25F160S33B8, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Intel 25F160S33T8, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Intel 25F320S33B8, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Intel 25F320S33T8, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Intel 25F640S33B8, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Intel 25F640S33T8, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX23L12854, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX23L1654, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX23L3254, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX23L6454, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L1005(C)/MX25L1006E, 128 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix MX25L12805D, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix
MX25L12833F/MX25L12835F/MX25L12845E/MX25L12865E/MX25L12873F, 16384 kB:
compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L1605, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L1605A/MX25L1606E/MX25L1608E, 2048 kB:
compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L1605D/MX25L1608D/MX25L1673E, 2048 kB:
compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L1635D, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L1635E, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L2005(C)/MX25L2006E, 256 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix MX25L25635F/MX25L25645G, 32768 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix MX25L3205(A), 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L3205D/MX25L3208D, 4096 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix MX25L3206E/MX25L3208E, 4096 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix MX25L3235D, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L3233F/MX25L3273E, 4096 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix MX25L4005(A/C)/MX25L4006E, 512 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix MX25L512(E)/MX25V512(C), 64 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix MX25L5121E, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L6405, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L6405D, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L6406E/MX25L6408E, 8192 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix
MX25L6436E/MX25L6445E/MX25L6465E/MX25L6473E/MX25L6473F, 8192 kB:
compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L6495F, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25L8005/MX25L8006E/MX25L8008E/MX25V8005, 1024 kB:
compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25R3235F, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25R6435F, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25U12835F, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25U1635E, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25U25635F, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25U3235E/F, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25U51245G, 65536 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25U6435E/F, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX25U8032E, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix MX66L51235F/MX25L51245G, 65536 kB: compare_id: id1
0x85, id2 0x2018
Probing for Macronix MX66L1G45G, 131072 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron/Numonyx/ST M25P05, 64 kB: Ignoring RES in favour of RDID.
Probing for Micron/Numonyx/ST M25P05-A, 64 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25P10, 128 kB: Ignoring RES in favour of
RDID.
Probing for Micron/Numonyx/ST M25P10-A, 128 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST M25P128, 16384 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST M25P16, 2048 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25P20, 256 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25P20-old, 256 kB: Ignoring RES in favour
of RDID.
Probing for Micron/Numonyx/ST M25P32, 4096 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25P40, 512 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25P40-old, 512 kB: Ignoring RES in favour
of RDID.
Probing for Micron/Numonyx/ST M25P64, 8192 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25P80, 1024 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25PE10, 128 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25PE16, 2048 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST M25PE20, 256 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25PE40, 512 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M25PE80, 1024 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST M25PX16, 2048 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST M25PX32, 4096 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST M25PX64, 8192 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST M25PX80, 1024 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST M45PE10, 128 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M45PE16, 2048 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST M45PE20, 256 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M45PE40, 512 kB: compare_id: id1 0x85, id2
0x2018
Probing for Micron/Numonyx/ST M45PE80, 1024 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST N25Q00A..1G, 131072 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q00A..3G, 131072 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q016, 2048 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Micron/Numonyx/ST N25Q032..1E, 4096 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q032..3E, 4096 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q064..1E, 8192 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q064..3E, 8192 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q128..1E, 16384 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q128..3E, 16384 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q256..1E, 32768 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q256..3E, 32768 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q512..1G, 65536 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron/Numonyx/ST N25Q512..3G, 65536 kB: compare_id: id1
0x85, id2 0x2018
Probing for Micron MT25QL01G, 131072 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron MT25QU01G, 131072 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron MT25QL02G, 262144 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron MT25QU02G, 262144 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron MT25QU128, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron MT25QL128, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron MT25QL256, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron MT25QU256, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron MT25QL512, 65536 kB: compare_id: id1 0x85, id2 0x2018
Probing for Micron MT25QU512, 65536 kB: compare_id: id1 0x85, id2 0x2018
Probing for Nantronics N25S10, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Nantronics N25S16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Nantronics N25S20, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Nantronics N25S40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Nantronics N25S80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LD010(C), 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LD020(C), 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LD040(C), 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LD256C, 32 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LD512(C), 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LQ016, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LQ020, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LQ032C, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LQ040, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LQ080, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LV010, 128 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for PMC Pm25LV010A, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LV016B, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LV020, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LV040, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LV080B, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for PMC Pm25LV512(A), 64 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for SST SST25LF020A, 256 kB: compare_id: id1 0x85, id2 0x17
Probing for SST SST25LF040A, 512 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for SST SST25LF080(A), 1024 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for SST SST25VF010(A), 128 kB: compare_id: id1 0x85, id2 0x17
Probing for SST SST25VF016B, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25VF020, 256 kB: compare_id: id1 0x85, id2 0x17
Probing for SST SST25VF020B, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25VF032B, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25VF040, 512 kB: compare_id: id1 0x85, id2 0x17
Probing for SST SST25VF040B, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25VF040B.REMS, 512 kB: compare_id: id1 0x85, id2 0x17
Probing for SST SST25VF064C, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25VF080B, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25VF512(A), 64 kB: compare_id: id1 0x85, id2 0x17
Probing for SST SST25WF010, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25WF020, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25WF020A, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25WF040, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25WF040B, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25WF080, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25WF080B, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST25WF512, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST26VF016B(A), 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST26VF032B(A), 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST SST26VF064B(A), 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for ST M95M02, 256 kB: probe_spi_st95: id1 0xff, id2 0xffff
Probing for Sanyo LE25FU106B, 128 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for Sanyo LE25FU206, 256 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for Sanyo LE25FU206A, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Sanyo LE25FU406B, 512 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for Sanyo LE25FU406C/LE25U40CMC, 512 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Sanyo LE25FW106, 128 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for Sanyo LE25FW203A, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Sanyo LE25FW403A, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Sanyo LE25FW406A, 512 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for Sanyo LE25FW418A, 512 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for Sanyo LE25FW806, 1024 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for Sanyo LE25FW808, 1024 kB: probe_spi_res2: id1 0x17, id2 0x17
Probing for Spansion S25FL004A, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL008A, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL016A, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL032A/P, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL064A/P, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL116K/S25FL216K, 2048 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Spansion S25FL127S-256kB, 16384 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Spansion S25FL127S-64kB, 16384 kB: compare_id: id1 0x85, id2
0x2018
Probing for Spansion S25FL128L, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL128P......0, 16384 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Spansion S25FL128P......1, 16384 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Spansion S25FL128S......0, 16384 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Spansion S25FL128S......1, 16384 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Spansion S25FL128S_UL Uniform 128 kB Sectors, 16384 kB: Read
id bytes: 0x85 0x20 0x18 0x85 0x20 0x18.
Probing for Spansion S25FL128S_US Uniform 64 kB Sectors, 16384 kB: Read
id bytes: 0x85 0x20 0x18 0x85 0x20 0x18.
Probing for Spansion S25FL129P......0, 16384 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Spansion S25FL129P......1, 16384 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Spansion S25FL132K, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL164K, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL204K, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL208K, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL256L, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FL256S Large Sectors, 16384 kB: Read id bytes:
0x85 0x20 0x18 0x85 0x20 0x18.
Probing for Spansion S25FL256S Small Sectors, 16384 kB: Read id bytes:
0x85 0x20 0x18 0x85 0x20 0x18.
Probing for Spansion S25FL256S......0, 32768 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Spansion S25FL512S, 65536 kB: compare_id: id1 0x85, id2 0x2018
Probing for Spansion S25FS128S Large Sectors, 16384 kB: Read id bytes:
0x85 0x20 0x18 0x85 0x20 0x18.
Probing for Spansion S25FS128S Small Sectors, 16384 kB: Read id bytes:
0x85 0x20 0x18 0x85 0x20 0x18.
Probing for Winbond W25P16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25P32, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25P80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q128.V, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q128.V..M, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q128.W, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q128.JW.DTR, 16384 kB: compare_id: id1 0x85, id2
0x2018
Probing for Winbond W25Q16.V, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q16.W, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q20.W, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q256FV, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q256JV_Q, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q256JV_M, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q256JW, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q256JW_DTR, 32768 kB: compare_id: id1 0x85, id2
0x2018
Probing for Winbond W25Q32.V, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q32.W, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q32JW...M, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q40.V, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q40BW, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q40EW, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q512JV, 65536 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q512NW-IM, 65536 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q64BV/W25Q64CV/W25Q64FV, 8192 kB: compare_id: id1
0x85, id2 0x2018
Probing for Winbond W25Q64JV-.Q, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q64JV-.M, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q64.W, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q64JW...M, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q80.V, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q80BW, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25Q80EW, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25X05, 64 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25X10, 128 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25X16, 2048 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25X20, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25X32, 4096 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25X40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25X64, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for Winbond W25X80, 1024 kB: compare_id: id1 0x85, id2 0x2018
Probing for XMC XM25QH64C, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for XMC XM25QU64C, 8192 kB: compare_id: id1 0x85, id2 0x2018
Probing for XMC XM25QH128C, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for XMC XM25QU128C, 16384 kB: compare_id: id1 0x85, id2 0x2018
Probing for XMC XM25QH256C, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for XMC XM25QU256C, 32768 kB: compare_id: id1 0x85, id2 0x2018
Probing for Zetta Device ZD25D20, 256 kB: compare_id: id1 0x85, id2 0x2018
Probing for Zetta Device ZD25D40, 512 kB: compare_id: id1 0x85, id2 0x2018
Probing for Unknown SFDP-capable chip, 0 kB: SFDP revision = 1.0
SFDP number of parameter headers is 2 (NPH = 1).
SFDP parameter table header 0/1:
ID 0x00, version 1.0
Length 36 B, Parameter Table Pointer 0x000030
Parsing JEDEC flash parameter table...
3-Byte only addressing.
Status register is non-volatile and the standard does not allow
vendors to tell us whether EWSR/WREN is needed for status register
writes - assuming EWSR.
Write chunk size is at least 64 B.
Flash chip size is 16384 kB.
Block eraser 0: 4096 x 4096 B with opcode 0x20
Tried to add a duplicate block eraser: 4096 x 4096 B with opcode 0x20.
Block eraser 1: 512 x 32768 B with opcode 0x52
Block eraser 2: 256 x 65536 B with opcode 0xd8
done.
SFDP parameter table header 1/1:
ID 0x85, version 1.0
Length 12 B, Parameter Table Pointer 0x000060
===
SFDP has autodetected a flash chip which is not natively supported by
flashrom yet.
All standard operations (read, verify, erase and write) should work, but
to support all possible features we need to add them manually.
You can help us by mailing us the output of the following command to
flashrom(a)flashrom.org:
'flashrom -VV [plus the -p/--programmer parameter]'
Thanks for your help!
===
Added layout entry 00000000 - 00ffffff named complete flash
Found Unknown flash chip "SFDP-capable chip" (16384 kB, SPI) on ch341a_spi.
Probing for AMIC unknown AMIC SPI chip, 0 kB: compare_id: id1 0x85, id2
0x2018
Probing for Atmel unknown Atmel SPI chip, 0 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Eon unknown Eon SPI chip, 0 kB: compare_id: id1 0x85, id2 0x2018
Probing for Macronix unknown Macronix SPI chip, 0 kB: compare_id: id1
0x85, id2 0x2018
Probing for PMC unknown PMC SPI chip, 0 kB: compare_id: id1 0x85, id2 0x2018
Probing for SST unknown SST SPI chip, 0 kB: compare_id: id1 0x85, id2 0x2018
Probing for ST unknown ST SPI chip, 0 kB: compare_id: id1 0x85, id2 0x2018
Probing for Sanyo unknown Sanyo SPI chip, 0 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Winbond unknown Winbond (ex Nexcom) SPI chip, 0 kB:
compare_id: id1 0x85, id2 0x2018
Probing for Generic unknown SPI chip (RDID), 0 kB: compare_id: id1 0x85,
id2 0x2018
Probing for Generic unknown SPI chip (REMS), 0 kB: compare_id: id1 0x85,
id2 0x17
Found Unknown flash chip "SFDP-capable chip" (16384 kB, SPI).
===
This flash part has status UNTESTED for operations: WP
The test status of this chip may have been updated in the latest development
version of flashrom. If you are running the latest development version,
please email a report to flashrom(a)flashrom.org if any of the above
operations
work correctly for you with this flash chip. Please include the flashrom log
file for all operations you tested (see the man page for details), and
mention
which mainboard or programmer you tested in the subject line.
Thanks for your help!
No operations were specified.
1
0
Dear,
I’ve encountered an issue on trying to write a region of the IS25LP064 flash memory.
The flashrom command is: flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=100000 -l spiflash_layout -i fpga:top.bin
-w top.bin
The content of the “spiflash_layout” file is:
00000000:000838DC fpga
Here is the output of the flashrom
https://pastebin.com/sivQ5Giv
Do you know what I’m doing wrong (or maybe this feature is not supported for this chip)?
Thank you in advance!
Best regards
Giuseppe Cannarella
R&D Manager
ABE Elettronica S.r.l.
Via Leonardo da Vinci, 224 - 24043 Caravaggio (BG) Italy - Tel. +39-0363.351.007 - Fax +39-0363.50.756
Codice fiscale, partita I.V.A. e reg. imprese di BG: 01815800162 - Capitale sociale € 100.000,00 i.v.
Bond of Confidentiality
The information contained in this message as well as the attached file(s) are subject to a bond of confidentiality and addressed only to the intended recipient with the prohibition of any further unauthorized distribution or copying. If the reader of this message is not the intended recipient, the employee or agent responsible for delivering the message to the intended recipient, or you have received this communication in error, please notify us immediately and delete all copies from your mailbox and any other archives. Any further distribution or copying of this message and attachment(s) is strictly prohibited and the person responsible liable to prosecuted in law.
1
1
Hi,
Im Using an rpi pico with serprog protocol.
I type flashrom -p serprog:dev=/dev/ttyACM0:115200
ive tried without 115200
Ive tried with different spispeeds
Ive tried the expected spispeed for the chip,512
Ive tried -c option to specify the exact chip
Ive tried pulling HOLD high to vcc, CS# low to gnd
ive tried pulling WP high to vcc
it always says eeprom not found, with a long output list of:
'requested mapping is incompatible' with the wrong chips (im guessing flashrom is At least trying to find the chip)
and a few:
'invalid response 0x00 from device (to command 0x13)' outputs.
one weird thing...SOMETIMES, if i keep trying, switching spispeeds, unplug/replug, it will find a chip, but the WRONG chip, but always the same one:
ST flash chip "M95M02" (256 kB, SPI).
what am i doing wrong.
Heres the datasheet
https://www.mxic.com.tw/Lists/Datasheet/Attachments/8380/MX25L4006E,%203V,%…
1
0