Angel Pons has uploaded this change for review. ( https://review.coreboot.org/28812
Change subject: flashchips: Mark Macronix MX25U12835F as tested
......................................................................
flashchips: Mark Macronix MX25U12835F as tested
As reported by David Martinka on the mailing list.
Erase has not been tested, but since writes are reported as working, it
is very likely erase works as well.
Change-Id: I172453fe902ccface2a3a85817d775d45dd7cf80
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M flashchips.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/12/28812/1
diff --git a/flashchips.c b/flashchips.c
index 07c8949..f7a94e1 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -8572,7 +8572,7 @@
.page_size = 256,
/* OTP: 512B total; enter 0xB1, exit 0xC1 */
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
--
To view, visit https://review.coreboot.org/28812
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I172453fe902ccface2a3a85817d775d45dd7cf80
Gerrit-Change-Number: 28812
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Angel Pons has posted comments on this change. ( https://review.coreboot.org/27106 )
Change subject: [WIP]layout.c: Use a linked lists for layout
......................................................................
Patch Set 3:
I tested this patch on an Asus P8H61-M PRO using the internal programmer.
I found issues when writing to the flash chip.
When writing, various operations (both with and without --ifd) would report "Chip content is identical to the requested image.", even though the image was different.
--
To view, visit https://review.coreboot.org/27106
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id7f48ac613da1590f30247bee979034cf1f74e9e
Gerrit-Change-Number: 27106
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Comment-Date: Sun, 30 Sep 2018 11:56:30 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No