From a2d05012e863252abe52c241fec74e6932008b53 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 20 Jun 2009 01:21:38 +0000 Subject: Various wiki output changes - Move board_info_url struct to print.c, doesn't have to be global. - Simplify flashrom.c a bit by moving stuff to print.c. Eliminate two now-useless mini-functions in print.c. - Add a note that the wiki page contents are semi-automatically generated. - Mention date of last wiki page update as well as the flashrom revision that was used to generate the wiki output. - Also generate list of supported laptops in -z output now. - Add some more board URLs. - Add a boards_notes[] table to allow for arbitrary footnotes/comments for each board in the table. All notes will automatically be turned into wiki footnotes with correct numbers and will appear at the end of the respective table. Corresponding to flashrom svn r615. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- flash.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 1d991e0..5abda95 100644 --- a/flash.h +++ b/flash.h @@ -248,12 +248,6 @@ struct board_info { const char *name; }; -struct board_info_url { - const char *vendor; - const char *name; - const char *url; -}; - extern const struct board_info boards_ok[]; extern const struct board_info boards_bad[]; extern const struct board_info laptops_ok[]; @@ -287,12 +281,7 @@ void print_supported_chips(void); void print_supported_chipsets(void); void print_supported_boards(void); void print_supported_pcidevs(struct pcidev_status *devs); -void print_supported_chips_wiki(void); -void print_supported_boards_wiki(void); -void print_supported_chipsets_wiki(void); -void print_supported_pcidevs_wiki_header(void); -void print_supported_pcidevs_wiki_footer(void); -void print_supported_pcidevs_wiki(struct pcidev_status *devs); +void print_wiki_tables(void); /* board_enable.c */ void w836xx_ext_enter(uint16_t port); -- cgit v1.1