[PATCH skeleton 10/15] add new flash ids
OpenBMC Patches
openbmc-patches at stwcx.xyz
Sat Dec 19 10:40:30 AEDT 2015
From: Norman James <njames at us.ibm.com>
---
objects/pflash/libflash/libflash.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/objects/pflash/libflash/libflash.c b/objects/pflash/libflash/libflash.c
index 1482137..01eee97 100644
--- a/objects/pflash/libflash/libflash.c
+++ b/objects/pflash/libflash/libflash.c
@@ -12,6 +12,12 @@ static const struct flash_info flash_info[] = {
{ 0x20ba20, 0x04000000, FL_ERASE_4K | FL_ERASE_64K | FL_CAN_4B |
FL_ERASE_BULK | FL_MICRON_BUGS,
"Micron N25Qx512Ax" },
+ { 0x20ba19, 0x02000000, FL_ERASE_4K | FL_ERASE_64K | FL_CAN_4B |
+ FL_ERASE_BULK | FL_MICRON_BUGS,
+ "Micron N25Q256Ax" },
+ { 0x1940ef, 0x02000000, FL_ERASE_4K | FL_ERASE_64K | FL_CAN_4B |
+ FL_ERASE_BULK | FL_MICRON_BUGS,
+ "Micron N25Qx256Ax" },
{ 0x55aa55, 0x00100000, FL_ERASE_ALL | FL_CAN_4B, "TEST_FLASH" },
};
--
2.6.3
More information about the openbmc
mailing list