]> www.infradead.org Git - mtd-www.git/commit
mtd-www: NAND-DATA: Added NAND support table
authorBrian Norris <computersforpeace@gmail.com>
Tue, 31 Aug 2010 23:16:39 +0000 (16:16 -0700)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 1 Sep 2010 21:45:57 +0000 (00:45 +0300)
commit3fe52d6096d17dbaae07492e632589ef0e6cfb13
treece12f98baea233c582f5ae91d5deb8e11f536282
parentb627e4231c1e0c9cf4193fb3a8281a0828e68d80
mtd-www: NAND-DATA: Added NAND support table

Included new NAND Flash support table. This table includes data about
various NAND chips as well as information about the MTD subsystem's
support for these chips. The table is provided in CSV format and is
sorted, formatted, and output to an HTML page via a Python script
(added to Makefile). New entries can simply be added as new rows in
the CSV document.

Note: I did not link this into the main site yet. I can follow-up later
if you'd like, or feel free to do so yourself.

Philip Rakity contributed to fixing the build script.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Philip Rakity <prakity@yahoo.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Makefile
nand-data/Makefile [new file with mode: 0644]
nand-data/csvtohtml.py [new file with mode: 0755]
nand-data/footer.tmpl [new file with mode: 0644]
nand-data/header.tmpl [new file with mode: 0644]
nand-data/nanddata.csv [new file with mode: 0644]