From: Justin Treon <justin_treon@yahoo.com>
To: linux-mtd@lists.infradead.org
Subject: [PATCH 1/1] MTD: Unlocking all Intel flash that is locked on power up
Date: Thu, 8 Nov 2007 16:03:40 -0800 (PST) [thread overview]
Message-ID: <752503.63551.qm@web43139.mail.sp1.yahoo.com> (raw)
Adding the ability to unlocking all Intel flash that is locked on power up.
Currently only Intel P30 flash is unlocked. All Intel flash is locked on power up.
Signed-off-by: Justin Treon <justin_treon@yahoo.com>
----
diff -r c105f44cf785 drivers/mtd/chips/cfi_cmdset_0001.c
--- a/drivers/mtd/chips/cfi_cmdset_0001.c Thu Nov 08 15:36:57 2007 -0800
+++ b/drivers/mtd/chips/cfi_cmdset_0001.c Thu Nov 08 15:42:01 2007 -0800
@@ -244,7 +244,7 @@ static struct cfi_fixup cfi_fixup_table[
#endif
{ CFI_MFR_ST, 0x00ba, /* M28W320CT */ fixup_st_m28w320ct, NULL },
{ CFI_MFR_ST, 0x00bb, /* M28W320CB */ fixup_st_m28w320cb, NULL },
- { MANUFACTURER_INTEL, 0x891c, fixup_use_powerup_lock, NULL, },
+ { MANUFACTURER_INTEL, CFI_ID_ANY, fixup_use_powerup_lock, NULL, },
{ 0, 0, NULL, NULL }
};
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
next reply other threads:[~2007-11-09 0:03 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-09 0:03 Justin Treon [this message]
2007-11-09 0:51 ` [PATCH 1/1] MTD: Unlocking all Intel flash that is locked on power up Nicolas Pitre
2007-11-09 17:31 ` Justin Treon
2007-11-09 17:52 ` Nicolas Pitre
2007-11-09 18:23 ` Justin Treon
2007-11-09 18:31 ` Nicolas Pitre
2007-11-09 19:34 ` Justin Treon
2007-11-09 20:17 ` Nicolas Pitre
2007-11-09 20:36 ` Justin Treon
2007-11-09 20:42 ` Nicolas Pitre
2007-11-09 23:05 ` Jörn Engel
2007-11-12 21:23 ` Justin Treon
2007-11-12 21:43 ` Nicolas Pitre
2007-11-12 22:50 ` Jared Hulbert
2007-11-13 2:02 ` NFTL for using FAT file system on NAND data partition Gangadhar Kodishala
2007-11-13 3:39 ` falls huang
2007-11-13 18:10 ` Gangadhar Kodishala
2007-11-13 4:48 ` [PATCH 1/1] MTD: Unlocking all Intel flash that is locked on power up Nicolas Pitre
2007-11-13 17:40 ` Jared Hulbert
2007-11-13 19:02 ` Nicolas Pitre
2007-11-13 23:35 ` Justin Treon
2007-11-14 0:16 ` Justin Treon
2007-11-14 1:20 ` Nicolas Pitre
2007-11-13 4:55 ` Nicolas Pitre
2007-11-09 1:30 ` Josh Boyer
2007-11-09 18:08 ` Justin Treon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=752503.63551.qm@web43139.mail.sp1.yahoo.com \
--to=justin_treon@yahoo.com \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.