summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-06-12 19:47:55 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-06-12 19:47:55 +0000
commitd06d941ce22aaa1d7414198282ddc9463819b3bd (patch)
treeff2a5a895b845daf8b280283d5e8a234dc64b79f /flash.h
parent29c80838ae97d5de189894a766be70533101d6e5 (diff)
downloadast2050-flashrom-d06d941ce22aaa1d7414198282ddc9463819b3bd.zip
ast2050-flashrom-d06d941ce22aaa1d7414198282ddc9463819b3bd.tar.gz
Add a bunch of new/tested motherboards, board/chipset enables and flash chips etc. 3
- mark AT25DF321 as fully tested http://www.flashrom.org/pipermail/flashrom/attachments/20110527/01f1868b/attachment-0001.log - mark 82802AB as fully tested http://www.flashrom.org/pipermail/flashrom/2011-April/006145.html - mark Pm49FL002 as fully tested http://pastebin.com/pb5NTCmW - add Supermicro X8DT3 to boards_known http://www.flashrom.org/pipermail/flashrom/attachments/20110527/01f1868b/attachment-0001.log - add Supermicro X5DP8-G2 to boards_known http://www.flashrom.org/pipermail/flashrom/2011-April/006145.html - add Supermicro X8SIE as NOT WORKING to boards_known http://www.flashrom.org/pipermail/flashrom/2011-May/006554.html - add a DMI search pattern for the ASUS A8N-SLI Deluxe board enable to mitigate misdetections http://www.flashrom.org/pipermail/flashrom/2010-August/004379.html http://www.flashrom.org/pipermail/flashrom/2011-May/006570.html also, fix some random white space errors and comments/strings Corresponding to flashrom svn r1335. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index 3247700..ec248d9 100644
--- a/flash.h
+++ b/flash.h
@@ -133,7 +133,7 @@ struct flashchip {
*/
struct block_eraser {
struct eraseblock{
- unsigned int size; /* Eraseblock size */
+ unsigned int size; /* Eraseblock size in bytes */
unsigned int count; /* Number of contiguous blocks with that size */
} eraseblocks[NUM_ERASEREGIONS];
/* a block_erase function should try to erase one block of size
OpenPOWER on IntegriCloud