From 0bece04105ce217cf9d15b44f76c2010ada5d328 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 21 Sep 2006 13:09:22 +0000 Subject: abuild manpage and other fixes from Uwe Hermann. Thank you! git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2431 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/abuild/abuild.1 | 68 +++++++++++++++ util/flashrom/flashrom.1 | 41 +++++---- util/romcc/romcc.1 | 216 +++++++++++++++++++++++------------------------ 3 files changed, 196 insertions(+), 129 deletions(-) create mode 100644 util/abuild/abuild.1 (limited to 'util') diff --git a/util/abuild/abuild.1 b/util/abuild/abuild.1 new file mode 100644 index 0000000000..e808978322 --- /dev/null +++ b/util/abuild/abuild.1 @@ -0,0 +1,68 @@ +.TH ABUILD 1 "September 19, 2006" +.SH NAME +abuild \- build LinuxBIOS images for all available targets +.SH SYNOPSIS +.B abuild +\fR[\fB\-abxVh\fR] [\fB\-t\fR vendor/board] [\fB\-p\fR dir] +[LBROOT] +.SH DESCRIPTION +.B abuild +is a utility used to easily build LinuxBIOS images for all available targets. +.SH OPTIONS +The +.B "[LBROOT]" +parameter tells +.B abuild +where the root directory of the LinuxBIOS build tree resides. Per default +this is +.B "../.." +as the +.B abuild +script resides in +.BR "[LBROOT]/utils/abuild" . +.TP +.B "\-a, \-\-all" +Build previously succeeded ports as well. +.TP +.B "\-b, \-\-broken" +Attempt to build ports that are known to be broken. +.TP +.B "\-p, \-\-payloads " +Use payloads in +.B "" +to build images. +.TP +.B "\-t, \-\-target " +Attempt to build target vendor/board only. +.TP +.B "\-x, \-\-xml" +Write an XML log file instead of a plain-text one. +The file will be called +.B abuild.xml +and will be created in the current directory. +.TP +.B "\-v, \-\-verbose" +More verbose output. +.TP +.B "\-h, \-\-help" +Show a help text and exit. +.TP +.B "\-V, \-\-version" +Show version information and exit. +.SH BUGS +Please report any bugs at http://bugzilla.openbios.org/. +.SH LICENCE +.B abuild +is covered by the GNU General Public License (GPL), version 2 or later. +.SH SEE ALSO +.BR romcc (1), +.BR flashrom (1). +.SH COPYRIGHT +2004 Stefan Reinauer +.br +2006 coresystems GmbH +.SH AUTHORS +Stefan Reinauer +.PP +This manual page was written by Uwe Hermann . +It is licensed under the terms of the GNU GPL (v2 or later). diff --git a/util/flashrom/flashrom.1 b/util/flashrom/flashrom.1 index 60821d0568..438231df43 100644 --- a/util/flashrom/flashrom.1 +++ b/util/flashrom/flashrom.1 @@ -1,6 +1,4 @@ -.\" Copyright (C) 2006 Uwe Hermann . -.\" This manpage is licensed under the terms of the GNU GPL. -.TH FLASHROM 1 "July 26, 2006" +.TH FLASHROM 1 "September 19, 2006" .SH NAME flashrom \- the universal LinuxBIOS flash utility .SH SYNOPSIS @@ -12,55 +10,56 @@ is the universal LinuxBIOS flash utility. .SH OPTIONS If no file is specified, then all that happens is that flash info is dumped and the flash chip is set to writable. - +.TP .B "\-r, \-\-read" Read flash and save contents into file. -.PP +.TP .B "\-w, \-\-write" Write file into flash (default when file is specified). -.PP +.TP .B "\-v, \-\-verify" Verify flash against file. -.PP +.TP .B "\-E, \-\-erase" Erase flash device. -.PP +.TP .B "\-V, \-\-verbose" More verbose output. -.PP +.TP .B "\-c, \-\-chip" Probe only for specified flash chip. -.PP +.TP .B "\-s, \-\-estart" Exclude start position. (obsolete) -.PP +.TP .B "\-e, \-\-eend" Exclude end postion. (obsolete) -.PP +.TP .B "\-m, \-\-mainboard" Override mainboard settings. -.PP +.TP .B "\-f, \-\-force" Force write without checking image. -.PP +.TP .B "\-l, \-\-layout" Read ROM layout from file. -.PP +.TP .B "\-i, \-\-image" Only flash image name from flash layout. -.PP +.TP .B "\-h, \-\-help" Show a help text and exit. -.\".PP +.\".TP .\".B "\-\-version" .\"Show version information and exit. .SH BUGS Please report any bugs at http://bugzilla.openbios.org/. .SH LICENCE .B flashrom -is covered by the GNU General Public License (GPL). +is covered by the GNU General Public License (GPL), version 2 or later. .SH SEE ALSO -.BR romcc (1). +.BR romcc (1), +.BR abuild (1). .SH COPYRIGHT 2000 Silicon Integrated System Corporation .br @@ -78,5 +77,5 @@ Niki W. Waibel .br some others .PP -This manual page was written by Uwe Hermann , -for the Debian GNU/Linux system (but may be used by others). +This manual page was written by Uwe Hermann . +It is licensed under the terms of the GNU GPL (v2 or later). diff --git a/util/romcc/romcc.1 b/util/romcc/romcc.1 index 5e524719b2..2a6a75be97 100644 --- a/util/romcc/romcc.1 +++ b/util/romcc/romcc.1 @@ -1,230 +1,228 @@ -.\" Copyright (C) 2006 Uwe Hermann . -.\" This manpage is licensed under the terms of the GNU GPL. -.TH ROMCC 1 "September 7, 2006" +.TH ROMCC 1 "September 19, 2006" .SH NAME romcc \- compile C programs into binaries that don't use any RAM .SH SYNOPSIS .B romcc -.BR [ OPTIONS ] -.IR "" ".c" +[OPTIONS] +.c .SH DESCRIPTION .B romcc is a C compiler which produces binaries which do not rely on RAM, but instead only use CPU registers. -.br +.PP It is prominently used in the LinuxBIOS project to compile C code which needs to run before the (Linux)BIOS has initialized the RAM, but can be used for other purposes, too. .SH OPTIONS +.TP .B "\-o" Output file name. -.PP +.TP .B "\-f