diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-01 19:06:32 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-01 19:06:32 +0000 |
commit | 6e565947a554b9145ae5afdc307a6b842bc09883 (patch) | |
tree | 1063717ec48d42bf238cc0241e64495042706af9 /util/lxbios/README | |
parent | eec5ff4ccb48a640e8a289f1faabee4ff2587005 (diff) |
Rename lxbios to nvramtool.
This is step 1 in a three-step commit:
1. Apply patch, commit.
2. Rename some files:
$ svn mv lxbios.c nvramtool.c
$ svn mv lxbios.1 nvramtool.c
$ svn mv lxbios.spec nvramtool.spec
$ svn ci
3. Rename lxbios directory:
$ svn mv lxbios/ nvramtool/
$ svn ci
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3122 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/lxbios/README')
-rw-r--r-- | util/lxbios/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lxbios/README b/util/lxbios/README index ccf8118c9a..976bcb02a3 100644 --- a/util/lxbios/README +++ b/util/lxbios/README @@ -2,7 +2,7 @@ $Id$ Summary of Operation -------------------- -lxbios is a utility for reading/writing coreboot parameters and +nvramtool is a utility for reading/writing coreboot parameters and displaying information from the coreboot table. It is intended for x86-based systems (both 32-bit and 64-bit) that use coreboot. |