Commit 21eedec3 authored by Carl-Daniel Hailfinger's avatar Carl-Daniel Hailfinger
Browse files

Improve flashchip comments to be more readable and precise


Corresponding to flashrom svn r665.
Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: default avatarLuc Verhaegen <libv@skynet.be>
parent da65432e
...@@ -32,11 +32,20 @@ ...@@ -32,11 +32,20 @@
*/ */
struct flashchip flashchips[] = { struct flashchip flashchips[] = {
/* Vendor, Chip, Vendor ID, Chip ID, /*
* Bus Type, * .vendor = Vendor name
* Total size (kB), Page size (B), * .name = Chip name
* Test status, * .bustype = Supported flash bus types (Parallel, LPC...)
* Probe function, Probe function timing, Erase function, Write function, Read function * .manufacture_id = Manufacturer chip ID
* .model_id = Model chip ID
* .total_size = Total size in (binary) kbytes
* .page_size = Page or eraseblock(?) size in bytes
* .tested = Test status
* .probe = Probe function
* .probe_timing = Probe function delay
* .erase = Chip erase function
* .write = Chip write function
* .read = Chip read function
*/ */
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment