mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Pimp the manpage to create nicer hyperlinks and HTML output
Also, add a target to the makefile to build a flashrom.8.html with groff. To fix some formatting issues this adds some indention commands as well. Corresponding to flashrom svn r1913. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
4
ichspi.c
4
ichspi.c
@ -1692,8 +1692,8 @@ int ich_init_spi(struct pci_dev *dev, void *spibar, enum ich_chipset ich_gen)
|
||||
ich_spi_rw_restricted |= ich9_handle_frap(tmp, i);
|
||||
if (ich_spi_rw_restricted)
|
||||
msg_pwarn("Not all flash regions are freely accessible by flashrom. This is "
|
||||
"most likely\ndue to an active ME. Please see http://flashrom.org/ME "
|
||||
"for details.\n");
|
||||
"most likely\ndue to an active ME. Please see "
|
||||
"https://flashrom.org/ME for details.\n");
|
||||
}
|
||||
|
||||
/* Handle PR registers */
|
||||
|
Reference in New Issue
Block a user