mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Whitespace, documentation and other small stuff
This patch combines three previously posted patches in a revised form. one is even stolen from Stefan Reinauer (remove umlauts from man page). Corresponding to flashrom svn r1317. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Signed-off-by: Stefan Reinauer <reinauer@google.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
5
flash.h
5
flash.h
@ -107,7 +107,9 @@ struct flashchip {
|
||||
uint32_t manufacture_id;
|
||||
uint32_t model_id;
|
||||
|
||||
/* Total chip size in kilobytes */
|
||||
int total_size;
|
||||
/* Chip page size in bytes */
|
||||
int page_size;
|
||||
int feature_bits;
|
||||
|
||||
@ -125,6 +127,9 @@ struct flashchip {
|
||||
/*
|
||||
* Erase blocks and associated erase function. Any chip erase function
|
||||
* is stored as chip-sized virtual block together with said function.
|
||||
* The first one that fits will be chosen. There is currently no way to
|
||||
* influence that behaviour. For testing just comment out the other
|
||||
* elements or set the function pointer to NULL.
|
||||
*/
|
||||
struct block_eraser {
|
||||
struct eraseblock{
|
||||
|
Reference in New Issue
Block a user