Attention is currently required from: Nico Huber. Pavel Sayekat has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/52570 )
Change subject: flashchips: Add MX25L3233F ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1:
Waiting for test confirmation...
root@raspberrypi:~# flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=16000 flashrom v1.2-245-gaaf1c60-dirty on Linux 4.19.66-v7+ (armv7l) flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). Found Macronix flash chip "MX25L3205(A)" (4096 kB, SPI) on linux_spi. Found Macronix flash chip "MX25L3205D/MX25L3208D" (4096 kB, SPI) on linux_spi. Found Macronix flash chip "MX25L3206E/MX25L3208E" (4096 kB, SPI) on linux_spi. Found Macronix flash chip "MX25L3233F/MX25L3273E" (4096 kB, SPI) on linux_spi. Multiple flash chip definitions match the detected chip(s): "MX25L3205(A)", "MX25L3205D/MX25L3208D", "MX25L3206E/MX25L3208E", "MX25L3233F/MX25L3273E" Please specify which chip definition to use with the -c <chipname> option. root@raspberrypi:~# flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=16000 -c "MX25L3233F/MX25L3273E" -w /home/pi/bios/B75MS.F1 flashrom v1.2-245-gaaf1c60-dirty on Linux 4.19.66-v7+ (armv7l) flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). Found Macronix flash chip "MX25L3233F/MX25L3273E" (4096 kB, SPI) on linux_spi. Reading old flash chip contents... done. Erasing and writing flash chip... Erase/write done. Verifying flash... VERIFIED. root@raspberrypi:~# flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=16000 -c "MX25L3233F/MX25L3273E" -r /home/pi/bios/B75MS3.rom flashrom v1.2-245-gaaf1c60-dirty on Linux 4.19.66-v7+ (armv7l) flashrom is free software, get the source code at https://flashrom.org
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). Found Macronix flash chip "MX25L3233F/MX25L3273E" (4096 kB, SPI) on linux_spi. Reading flash... done. root@raspberrypi:~# md5sum /home/pi/bios/B75MS3.rom /home/pi/bios/B75MS.F1 2a31bc336628112813df69deac2915ea /home/pi/bios/B75MS3.rom 2a31bc336628112813df69deac2915ea /home/pi/bios/B75MS.F1
PS1: .